nibble8
One of thousands of Rust implementations of a CHIP-8 interpreter (by hgrsd)
chip8rs
Chip8 Emulator in Rust (by krueger71)
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.
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.
chip8rs
Posts with mentions or reviews of chip8rs.
We have used some of these posts to build our list of alternatives
and similar projects.
What are some alternatives?
When comparing nibble8 and chip8rs you can also consider the following projects:
nestur - The NES (emulator) you left outside in the rain but let dry and still kind of works
chip8 - Yet another Chip-8 emulator writen in Rust
Rust-chip8_emulator - Rust chip8 emulator in terminal
gbc - A Gameboy Color (GBC) emulator written in Rust.
drom - DRÖM: DREAM 6800 emulator in LÖVE
yarchi - Yet another Rust CHIP-8 interpreter!
solchip8 - SolChip8 is the first 100% on-chain Chip8 emulator smart contract where you can run chip8 games on EVM
endbasic - BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust
r8 - A simple CHIP8 interpreter made with Rust.
chip8-book - An introduction to Chip-8 emulation using Rust
chip8j - Chip8 Emulator in Java