gbc
A Gameboy Color (GBC) emulator written in Rust. (by aksiksi)
nibble8
One of thousands of Rust implementations of a CHIP-8 interpreter (by hgrsd)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gbc
Posts with mentions or reviews of gbc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-07.
-
Gameboy Emulator Development in Rust (Twitch)
I’ve shared it before on this subreddit, but here’s mine: https://github.com/aksiksi/gbc. It’s missing sound support, though, and has at least 1 known bug (Pokemon Gold).
nibble8
Posts with mentions or reviews of nibble8.
We have used some of these posts to build our list of alternatives
and similar projects.
-
nibble8 - a CHIP-8 interpreter
Over the past weeks I've been working on a side project - implementing a CHIP-8 interpreter in Rust. See Github and Crates.io.
github link
- nibble8 - yes, it's another chip-8 interpreter
-
nibble8 - yet another chip-8 emulator
This is the repo: https://github.com/hgrsd/nibble8.
What are some alternatives?
When comparing gbc and nibble8 you can also consider the following projects:
esp32-spooky-maze-game - Rust Bare Metal implementation of maze game for ESP32
nestur - The NES (emulator) you left outside in the rain but let dry and still kind of works
scaters - A Chip 8 Emulator Written in Rust and SDL2
Rust-chip8_emulator - Rust chip8 emulator in terminal
mizu - Gameboy emulator in Rust
yarchi - Yet another Rust CHIP-8 interpreter!
gbemu - WebAssembly based Gameboy Emulator
chip8rs - Chip8 Emulator in Rust
martypc - An IBM PC/XT emulator written in Rust.
endbasic - BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust
gameboy-emulator-rust
chip8-book - An introduction to Chip-8 emulation using Rust