An open API service indexing awesome lists of open source software.

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.

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
```