chip8-rust

Emulator

A Rust implementation of the Chip-8 video game console emulator

Yet another rust chip8 emulator

GitHub

142 stars
3 watching
20 forks
Language: Rust
last commit: 11 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
sirlynix/chip8 An implementation of the classic Chip-8 computer architecture in Rust 3
daniel5151/ac8e An emulator of an 8-bit computer architecture 9
colineberhardt/wasm-rust-chip8 An implementation of a CHIP-8 emulator in Rust using WebAssembly 258
faizilham/chip8-rs An implementation of the classic CHIP-8 video game console emulator in Rust, compiled to WebAssembly. 9
wernsey/chip8 An implementation of a CHIP-8 interpreter and tools for assembling and disassembling its code 97
doodlewind/merry8 An emulator that replicates the behavior of an early 8-bit computer system. 55
chutchinson/chip-8 A Rust implementation of a virtual machine for a classic home computer architecture 4
hamaluik/snow-8 An implementation of the classic CHIP-8 computer's behavior using Haxe. 2
braheezy/chip-8 An implementation of a CHIP-8 interpreter in Go 4
groovestomp/chip8-zig A CHIP-8 emulator written in Zig, replicating the behavior of a classic 1970s home computer 8
pcwalton/sprocketnes An emulator for the Nintendo Entertainment System written in Rust. 749
rustzx/rustzx An emulator for the ZX Spectrum home computer system. 204
arwalk/chipz A Chip 8 emulator built using Zig. 3
mohanson/i8080 An Intel 8080 CPU emulator implemented in Rust. 111