What's new

RustyNES v0.2.0 released!

RustyNES v0.2.0 is released. An NES emulator written in Rust!

RustyNES v0.2.0 Changelog

RustyNES's second release for all three operating systems. Mappers 0-4 are supported. A list of all NES games and their associated mappers can be found here: http://tuxnes.sourceforge.net/nesmapper.txt
This release introduces a toolbar to RustyNES, allowing you to load games and save states with a file explorer. I also changed the rendering engine from SDL2 to Pixels. Unlike SDL2, Pixels integrates with a few different window frameworks (RustyNES uses egui).
The addition of a toolbar opens new opportunities for configuring RustyNES. Maybe I'll add gamepad support one day...

 

Top