Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xadillax/play-nes
A cross-platform desktop NES emulator powered by OpenGL in Node.js.
https://github.com/xadillax/play-nes
Last synced: 5 days ago
JSON representation
A cross-platform desktop NES emulator powered by OpenGL in Node.js.
- Host: GitHub
- URL: https://github.com/xadillax/play-nes
- Owner: XadillaX
- License: mit
- Created: 2021-11-05T07:38:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T08:09:48.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T01:25:32.698Z (16 days ago)
- Language: JavaScript
- Homepage:
- Size: 367 KB
- Stars: 22
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# play-nes
A cross-platform desktop NES emulator powered by OpenGL in Node.js.
## Usage
### Installation
```bash
$ npm install -g play-nes
```> Only support Linux and macOS (M1 not included) so far.
### Play
```bash
$ nes --helpUsage: nes [options]
rom The ROM file path or built-in ROM name.
Options:
-f RATE, --frameRate RATE The frame rate. [60]
-s SCALE, --scale SCALE The scale value. [2]
```So you just need to type command like this:
```bash
$ nes
$ nes
```Currently supported built-in ROM names:
+ `contra`
+ `croom`
+ `dgolf`
+ `transmissing`## Contribution
PR and Issue are welcomed!