#nes #emulator #game

app gc_nes_desktop

Simple desktop executable NES emulator which wraps the gc_nes_core crate

1 unstable release

0.1.0 May 29, 2020

#30 in #nes

MIT license

150KB
2.5K SLoC

gc_nes_desktop

Simple desktop application built on gc_nes_core that loads a .nes file from the command line and runs it in a window.

Download

Download the latest version of gc_nes_desktop from the releases page.

Running a ROM

Launch gc_nes_desktop from the commandline like so:

gc_nes_desktop.exe --scale 4 SomeNesRom.nes

Controls

gc_nes_desktop maps the NES input to the following keys:

  • D-pad to WASD
  • Start to T
  • Select to Y
  • A to Space
  • B to Left Shift

Current version: 0.1.0

Dependencies

~5.5–8MB
~144K SLoC