StarlitGhost / GBOxide

A GameBoy Emulator written in Rust, written as a learning project for both

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A GameBoy Emulator written in Rust, written as a learning project for both

License:MIT License


Languages

Language:Rust 100.0%