simalei / chipmate

CHIP-8 Emulator/Interpreter written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CHIP-8 Emulator/Interpreter written in Rust

License:MIT License


Languages

Language:Rust 100.0%