JSNES Web UI A React-based web UI forJSNES. Running in development $ yarn install $ yarn start Building for production $ yarn build The built app will be inbuild/. Running tests $ yarn test Formatting code All code must conform toPrettierformatting. The test suite won't pass unless it...
A project for potential contributors (hello!): jsnes-web should be reusable and on NPM! It just needs compiling and bundling. Adding roms Opensrc/config.jsand add a new key toconfig.ROMS. For example: constconfig={ROMS:{// ...myrom:{name:"My Rom",description:This is my own homebrew...
A browser UI for JSNES, a JavaScript NES emulator. Contribute to bfirsh/jsnes-web development by creating an account on GitHub.
"jsnes": "git://github.com/bfirsh/jsnes.git", "node-sass": "^4.13.1", "prop-types": "^15.7.2", "raven-js": "^3.27.0", "raven-js": "^3.27.2", "react": "^16.7.0", "react-dom": "^16.7.0", "react-ga": "^2.5.7", 8 changes: 4 additions & 4 deletions 8 yarn...
在线DOS游戏,默认42款,可现在全套近2000款 二、部署jsnes 在线游戏机源码 docker run --rm -p 8081:80 --name jsnes -d wangz2019/jsnes:1.0.0 chinese-dos-games docker run -d --name dosgame -p 262:262 oldiy/dosgame-web-docker:latest 三、使用网页访问对应端口即可 四、小结放松一下...
移动端NES网页模拟器 介绍 针对移动端的网页版NES模拟器,市面上的模拟器在在操作上有一些不足,在操作方向键时,要么能点击不能滑动,要么能滑动不能点击。我重新封装了一个摇杆,可点击可滑动操作,最大限度的提升操作性。 软件架构 模拟器使用了jsnes,摇杆使用nipplejs进行封装 ...
melody-jsnes is a demo project showing off Go's real-time web app capabilities. Its design is straight forward, it just snapshots the canvas of player one and sends it to player two and sends back inputs from player two. Images data goes in direction, key codes in the other. ...
"@nestjs/platform-fastify": "^10.3.9", "@nestjs/serve-static": "^4.0.2", "@preact/preset-vite": "^2.8.3", "devalue": "^5.0.0", "fastify": "^4.28.1", "preact": "^10.22.0", "preact-render-to-string": "^6.5.5",8...
React.js Expense Tracker Web App. Contribute to younnes-chebli/expense-tracker development by creating an account on GitHub.
webpack supportsbothAMD and CommonJS module styles. It performs clever static analysis on the AST of your code. It even has an evaluation engine to evaluate simple expressions. This allows you tosupport most existing librariesout of the box. ...