Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wendelscardua/em-fceux-site
Fork of em-fceux-site
https://github.com/wendelscardua/em-fceux-site
Last synced: 4 days ago
JSON representation
Fork of em-fceux-site
- Host: GitHub
- URL: https://github.com/wendelscardua/em-fceux-site
- Owner: wendelscardua
- License: gpl-2.0
- Created: 2020-07-26T22:07:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:43:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T22:52:42.441Z (about 2 months ago)
- Language: TypeScript
- Size: 2.52 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# em-fceux-site
https://bitbucket.org/tsone/em-fceux-site/
Nintendo Entertainment System/Famicom (NES/FC) emulator on the web.
Try it at https://tsone.kapsi.fi/em-fceux/.
The emulator uses [em-fceux](https://bitbucket.org/tsone/em-fceux/), an
[Emscripten](http://emscripten.org) port of the [FCEUX](http://www.fceux.com/)
emulator.## Build
Setup:
1. Have [npm](https://www.npmjs.com/get-npm).
2. Run `npm install`.For development, run `npm start` to start `webpack-dev-server` at
http://localhost:8080/.For release, run `npm run build` to create a deployable site in `dist/`.
## Browser Requirements
- [WebAssembly](https://webassembly.org/).
- [WebGL](https://www.khronos.org/webgl/).
- [Web Audio API](https://www.w3.org/TR/webaudio/).
- [Web Storage API (localStorage)](https://html.spec.whatwg.org/multipage/webstorage.html).
- [Gamepad API](https://www.w3.org/TR/gamepad/).## Contact
Authored by Valtteri "tsone" Heikkilä.
Please submit bugs and feature requests in the
[em-fceux issue tracker](https://bitbucket.org/tsone/em-fceux/issues?status=new&status=open).## License
Licensed under [GNU GPL 2](https://www.gnu.org/licenses/gpl-2.0.txt) excluding
the built-in games. The games are distributed by permission from the authors.