Skip to content

simalei/chipmate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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