https://github.com/velocityra/rustboy
Game Boy emulator in Rust
https://github.com/velocityra/rustboy
emulation emulator gameboy gameboy-emulator rust rust-language
Last synced: 4 months ago
JSON representation
Game Boy emulator in Rust
- Host: GitHub
- URL: https://github.com/velocityra/rustboy
- Owner: VelocityRa
- License: mit
- Created: 2016-07-27T22:38:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T19:06:47.000Z (over 8 years ago)
- Last Synced: 2025-04-09T21:40:33.587Z (6 months ago)
- Topics: emulation, emulator, gameboy, gameboy-emulator, rust, rust-language
- Language: Rust
- Homepage:
- Size: 4.75 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# RustBoy - Game Boy Emulator [WIP]
A basic Game Boy (DMG) emulator written in Rust, using the [Piston engine](https://github.com/PistonDevelopers/piston) for window creation and graphics.
A project started mainly to learn the Rust programming language.
### Usage
```
rustboy-emu
```### Resources
* http://problemkaputt.de/pandocs.htm
* http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-The-CPU
* [/r/EmuDev's Slack Team](https://emudev.slack.com)
* Blargg's Test Roms