/chip8

A generic, no_std Chip8 interpreter for embedded Rust.

Primary LanguageRust

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