Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mj-hd/rnes
- Owner: mj-hd
- Created: 2021-05-02T06:01:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T13:02:57.000Z (over 3 years ago)
- Last Synced: 2024-10-09T09:13:02.347Z (about 1 month ago)
- Language: Rust
- Size: 87.9 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NES Emulator in Rust
- 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)