yarchi
Yet another Rust CHIP-8 interpreter! (by matej-g)
nibble8
One of thousands of Rust implementations of a CHIP-8 interpreter (by hgrsd)
yarchi | nibble8 | |
---|---|---|
1 | 4 | |
1 | 3 | |
- | - | |
0.0 | 0.0 | |
about 4 years ago | over 3 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.
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).
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 yarchi and nibble8 you can also consider the following projects:
C8SALT - A CHIP-8 interpreter written in TI-BASIC.
nestur - The NES (emulator) you left outside in the rain but let dry and still kind of works
wasmi - WebAssembly (Wasm) interpreter.
chip8rs - Chip8 Emulator in Rust
chip-8 - Yet another Chip-8 interpreter, but this time with a beautiful interface 💻
gbc - A Gameboy Color (GBC) emulator written in Rust.
CHIP8Emulator - Emulator for the CHIP-8 Instruction Set
Rust-chip8_emulator - Rust chip8 emulator in terminal
chip8 - CHIP-8 emulator written in Rust
chip8-book - An introduction to Chip-8 emulation using Rust
scaters - A Chip 8 Emulator Written in Rust and SDL2