Skip to content

This project contains a CHIP-8 emulator/interpreter written in Rust.

Notifications You must be signed in to change notification settings

lorenzo-arena/chip8rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 RS

A CHIP-8 emulator written in Rust.

Some ROMs can be found on the internet, for example here or here.

Build and run

To build and test the projects, run:

$ cargo build
$ cargo run -- --rom /path/to/rom.ch8

For more informations about available options, run:

$ cargo run -- --help

Current implementation uses piston engine for drawing and input events.

About

This project contains a CHIP-8 emulator/interpreter written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages