Skip to content

mihasket/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 Interpreter

A Chip-8 interpreter made in Rust.

The goal of this project is to get more familiar with Rust and emulation.

Dependencies

  • sdl2 for rendering graphics

Installation

1. Download

git clone https://github.com/mihasket/chip8 && cd chip8

2. Build

cargo install --path . --force

3. Run

chip8 path-to-file

About

Chip-8 interpreter made in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages