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:

  • After cloning the repo run git submodule update --init --recursive.
  • Enter the gb-bootroms directory and make.
  • In the root directory cargo build --release

Quick start

  • In the root directory cargo run --release <ROM path>.

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-cli contains frontend with a cli interface.
  • ceres-audio contains the audio frontend.

Thanks

Documentation

Tests

Reference

Releases

No releases published

Packages

No packages published