ImNES is NES emulator implemented in Rust. It includes a debugging UI made using ImGui for desktop. The desktop UI has various features such as: This

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-06-09 15:00:08

ImNES is NES emulator implemented in Rust. It includes a debugging UI made using ImGui for desktop. The desktop UI has various features such as:

This repository also includes a binary in nes-emulator-sdl2 which is a standalone emulator that does not contain any UI. Running it will require SDL to be installed and linked on your local machine.

Add ROMs to the /roms folder. Save data will be automatically placed in the /saves folder with the same name as its ROM file, with a .sav extension.

Leave a Comment