andii-online / chip-8-emu

A CHIP-8 emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHIP-8 emulator

Demo of Emulator

This application was built in the Rust language, using SDL2 bindings to handle window creation, rendering, keyboard input, and sounds.

If you're interested in trying out emulation for yourself and don't know where to start, Tobias V. Langhoff's guide was a resource I used heavily during this project.

Installation

  • Clone repository
  • cd chip-8-emu/
  • cargo run /PATH/TO/.c8

About

A CHIP-8 emulator


Languages

Language:Rust 100.0%