/breeze-emu

SNES emulator written in Rust

Primary LanguageRustApache License 2.0Apache-2.0

A Super Nintendo emulator written in Rust

(very work in progress)

Build Status

API Documentation

Building and Running

Breeze is very slow at the moment, so I recommend running it in --release mode:

cargo run --release -- <path to rom>

Currently, only keyboard input is supported:

Q W          I O P
A S D  G H   K L

Maps to:

L ↑           Y X R
< ↓ > Sel Sta B A

License

This project is licensed under either of

at your option.

Contributions

See CONTRIBUTING.md for more info.

Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be dual licensed as above, without any additional terms or conditions.