1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-09 14:15:02 +02:00

Add CHIP-8 section in Emulators

This commit is contained in:
Skander 2022-01-21 00:32:37 -05:00
parent 031461a855
commit 07c8a5ec95

View File

@ -199,6 +199,9 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio
See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulator).
* CHIP-8
* [ColinEberhardt/wasm-rust-chip8](https://github.com/ColinEberhardt/wasm-rust-chip8) — A WebAssembly CHIP-8 emulator written with Rust
* [starrhorne/chip8-rust](https://github.com/starrhorne/chip8-rust) — Yet another rust chip8 emulator
* Commodore 64
* [kondrak/rust64](https://github.com/kondrak/rust64) — [![build badge](https://api.travis-ci.org/kondrak/rust64.svg?branch=master)](https://travis-ci.org/kondrak/rust64)
* Flash Player