Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 845 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 845 Bytes

chipmate

CHIP-8 Emulator/Interpreter written in Rust

How to install

Windows

Download binaries from Releases page

Other platforms

git clone https://github.com/simalei/chipmate
cd chipmate
cargo run --release

Executable will be available in target/release

Features

  • Decent emulation of CHIP-8
  • Tools for debugging (RAM and registers editor, cycle advance)
  • Rendering by macroquad, UI by egui

Gallery

screenshot1 screenshot2

TODO