Skip to content

sungvzer/chippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chippy

A Chip-8 emulator written in Rust

immagine

Chippy running a demo from Marco Varesio

About

Chip-8 is an interpreted programming language developed initially for the COSMAC VIP microcomputer. It has a total of 35 opcodes, which makes it easy to implement an emulator to run CHIP-8 code.

Read more on Wikipedia

Documentation

Some documentation about the project is available in the docs/spec.md file; it is rewritten based on an existing 1997 reference manual I found on the internet.

Implementation

Emulation

All the emulation is done by software, and is written without the usage of external libraries.

Graphics

The screen rendering is done via pixels - for the 2D pixel rendering - and tao for the window management and event loop.

Audio

As the programming language only provides a single-frequency tone to be played, sound is handled via cpal.

About

A Rust CHIP-8 emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages