Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.