gboxide

Crates.iogboxide
lib.rsgboxide
version0.2.2
sourcesrc
created_at2019-11-04 21:25:04.925054
updated_at2019-11-07 16:34:55.281763
descriptionA GameBoy Emulator written in Rust
homepage
repositoryhttps://github.com/StarlitGhost/GBOxide
max_upload_size
id178115
size195,573
(StarlitGhost)

documentation

README

GBOxide Travis Build Status Badge Crates.io

A GameBoy Emulator written in Rust

Download GitHub release (latest SemVer including pre-releases)

Launch Instructions

Run from the command line with a ROM file, like so:

$ ./gboxide roms/game.gb

Controls

  • DPad: Arrow Keys
  • A: x
  • B: z
  • Start: Return
  • Select: Space

References

Most of these are linked from avivace/awesome-gbdev, but these are the resources I've found most useful.

Test Roms

Commit count: 93

cargo fmt