chip8_base

Crates.iochip8_base
lib.rschip8_base
version0.2.0
sourcesrc
created_at2022-08-27 21:04:49.18259
updated_at2022-08-27 21:04:49.18259
descriptionA library providing a base for building a CHIP-8 interpreter
homepagehttps://rs118.uwcs.co.uk
repositoryhttps://github.com/uwcs/rs118-chip8
max_upload_size
id653617
size16,274
Joey Harrison (Joeyh021)

documentation

README

CHIP8 Base

This library contains an Interpreter trait and run function, that provides a framework for building your own CHIP-8 interpreter. This library handles the display, windowing, sound and timing for you, allowing you to focus on the the core part of the virtual machine.

A tutorial on building an interpreter with this library is here

Commit count: 79

cargo fmt