Skip to content

A generic, no_std Chip8 interpreter for embedded Rust.

Notifications You must be signed in to change notification settings

DrewTChrist/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A generic, no_std Chip8 interpreter for embedded Rust.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages