nibble8
One of thousands of Rust implementations of a CHIP-8 interpreter (by hgrsd)
yarchi
Yet another Rust CHIP-8 interpreter! (by matej-g)
nibble8 | yarchi | |
---|---|---|
4 | 1 | |
3 | 1 | |
- | - | |
0.0 | 0.0 | |
about 3 years ago | almost 4 years ago | |
Rust | Rust | |
MIT License | MIT License |
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.
yarchi
Posts with mentions or reviews of yarchi.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Java dev here looking for a side project
I recently finished the initial version of my CHIP-8 interpreter (shameless plug: https://github.com/matej-g/yarchi) and was mostly basing everything off of the linked blog post (my favorite resource by far).
What are some alternatives?
When comparing nibble8 and yarchi 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
chip-8 - Yet another Chip-8 interpreter, but this time with a beautiful interface 💻
Rust-chip8_emulator - Rust chip8 emulator in terminal
C8SALT - A CHIP-8 interpreter written in TI-BASIC.
gbc - A Gameboy Color (GBC) emulator written in Rust.
wasmi - WebAssembly (Wasm) interpreter.
chip8rs - Chip8 Emulator in Rust
CHIP8Emulator - Emulator for the CHIP-8 Instruction Set
endbasic - BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust
chip8 - CHIP-8 emulator written in Rust
chip8-book - An introduction to Chip-8 emulation using Rust