Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mj-hd/gb
Gameboy Emulator in Rust
https://github.com/mj-hd/gb
Last synced: 23 days ago
JSON representation
Gameboy Emulator in Rust
- Host: GitHub
- URL: https://github.com/mj-hd/gb
- Owner: mj-hd
- Created: 2021-02-20T08:26:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T14:52:49.000Z (about 3 years ago)
- Last Synced: 2024-10-09T08:49:50.019Z (about 1 month ago)
- Language: Rust
- Size: 132 KB
- Stars: 30
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gameboy Emulator in Rust
![image](https://user-images.githubusercontent.com/6854255/114482317-5ce12b80-9c41-11eb-8c81-a20ab831bae6.png)
- 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)