Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)