Hello, this is a NES Emulator base on SimpleNES implemented by Rust.
We support
and also use portaudio to play game music.
No more extra dependencies are required to build this project.
Note due to the performance issue, you should run in release mode to get enough frame rate to fresh screen.
- Desktop(Mac)
- Android
- Web(Wasm + WebGL)
- Miniapp(same with web, but render on js rather than rust js binding)
- Audio support
- Pause/Resume/Save
- Android support v1
- Android keybinding.
- More Rom type support
- Test more nes games and upload result.
- Dynamic load rom.
- Fix sound effect issue.
- Web support(audio, controller)