Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mj-hd/rnes

NES Emulator in Rust
https://github.com/mj-hd/rnes

Last synced: about 1 month ago
JSON representation

NES Emulator in Rust

Awesome Lists containing this project

README

        

# NES Emulator in Rust

mario

- Language: Rust
- Graphics Library: [pixels](https://github.com/parasyte/pixels)
- Window Management: [winit](https://github.com/rust-windowing/winit)
- Decoding Bitfields: [bitfield](https://github.com/dzamlo/rust-bitfield)
- Decoding Opecodes: [bitmatch](https://github.com/porglezomp/bitmatch)