Skip to content

remind-me-later/Ceres

Repository files navigation

Ceres

A (very experimental) GameBoy/Color emulator written in rust.

logo

Screenshots

Build

Required:

To build just:

  • Enter the gb-bootroms directory and make.
  • In the root directory cargo build --release --bin ceres_gtk

Quick start

  • In the root directory cargo run --release --bin ceres_gtk

Key bindings

Gameboy Emulator
Dpad WASD
A K
B L
Start M
Select N

Folder organization

  • ceres_core contains the core emulator logic, such as cpu, apu and ppu emulation.
  • ceres_sdl contains an sdl frontend with a cli interface.
  • ceres_gtk contains a gtk frontend with a gui.

Thanks

Documentation

Tests

Reference

Releases

No releases published

Packages

No packages published