Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindskogen/gameboy-rust
A gameboy emulator in rust
https://github.com/lindskogen/gameboy-rust
cross-platform emudev gameboy-emulator
Last synced: 1 day ago
JSON representation
A gameboy emulator in rust
- Host: GitHub
- URL: https://github.com/lindskogen/gameboy-rust
- Owner: lindskogen
- Created: 2018-06-04T21:04:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T21:32:28.000Z (about 1 month ago)
- Last Synced: 2024-12-18T08:55:53.638Z (4 days ago)
- Topics: cross-platform, emudev, gameboy-emulator
- Language: Rust
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gameboy-rust
A first step into #emudev
## How to run?
1. Make sure you have rust installed, otherwise follow the guide on https://rustup.rs/
2. Then run:```shell
$ cargo run rom.gb
```## Controls
- Joypad: Arrow keys
- A: Z
- B: X
- SELECT: RightShift
- START: Enter