Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 456 Bytes

Chip8 Interpreter

Description

This is a generic no_std Chip8 interpreter for use with embedded platforms. This implementation is hardware independent and relies on traits.

Table of Contents

  1. Installation
  2. Usage
  3. License

Installation

To use this crate in your project add it to your Cargo.toml like so:

chip8 = { git = "https://github.com/drewtchrist/chip8" }

Usage

License