Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandwoodjones/chip8-rust

A CHIP-8 emulator written in rust
https://github.com/sandwoodjones/chip8-rust

chip-8 chip8 chip8-emulator emulator rust

Last synced: about 2 months ago
JSON representation

A CHIP-8 emulator written in rust

Awesome Lists containing this project

README

        

# chip8-rust
A CHIP-8 emulator, written in Rust.

## Sources
+ [Wikipedia](https://en.wikipedia.org/wiki/CHIP-8)

+ [How to write an emulator (CHIP-8 interpreter)](https://multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/) by [Laurence Muller](https://github.com/falcon4ever)