Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliendoutre/r8

A chip-8 emulator in Rust.
https://github.com/juliendoutre/r8

chip-8 emulator rust

Last synced: about 23 hours ago
JSON representation

A chip-8 emulator in Rust.

Awesome Lists containing this project

README

        

# r8 👾

A chip-8 emulator in Rust.

## Run

```shell
cargo run
```

## Tests

```shell
cargo test
```

## Resources

* [*How to write an emulator (CHIP-8 interpreter)*, Laurence Muller, Multigesture.NET](http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/)
* [*CHIP-8*, Wikipédia](https://en.wikipedia.org/wiki/CHIP-8)