https://github.com/rosscomputerguy/osjs-nes-application
A NES emulator for OS.js V3.
https://github.com/rosscomputerguy/osjs-nes-application
Last synced: 3 months ago
JSON representation
A NES emulator for OS.js V3.
- Host: GitHub
- URL: https://github.com/rosscomputerguy/osjs-nes-application
- Owner: RossComputerGuy
- License: apache-2.0
- Created: 2018-11-28T20:14:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T20:58:21.000Z (over 7 years ago)
- Last Synced: 2025-01-19T11:44:56.059Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS.js NES Application
A NES emulator for OS.js V3. You must have a capable CPU, GPU/graphics card, and enough RAM because this uses the HTML canvas which while running other things more resources will be used.
# Installing
```
$ npm install --save osjs-nes-application
$ npm run package:discover
```