Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 252 Bytes

File metadata and controls

14 lines (11 loc) · 252 Bytes

Rust-8-Emu: A Chip8 Emulator in rust

A CHIP-8 emulator written in Rust to learn:

  • systems programming
  • emulation fundamentals
  • testing and CI
  • DevOps and packaging

Status

Work in progress — CPU core skeleton.

Build

cargo build