yarchi
Yet another Rust CHIP-8 interpreter! (by matej-g)
chip8
CHIP-8 emulator written in Rust (by zeapoz)
yarchi | chip8 | |
---|---|---|
1 | 1 | |
1 | 2 | |
- | - | |
0.0 | 0.0 | |
about 4 years ago | about 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).
chip8
Posts with mentions or reviews of chip8.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Looking for feedback on my first ever emulator (CHIP-8)
Hey all! Recently finished my first ever emulator over the weekend, an interpreter for the CHIP-8 virtual machine. I implemented it in Rust with the SDL2 crate, both of which I still have a lot to learn about. I'm still very new to it all so I would love for some constructive criticism, be it for emulation or Rust, before I eventually move on to emulating some harder systems. The repository can be found at this GitHub. Thanks.
What are some alternatives?
When comparing yarchi and chip8 you can also consider the following projects:
CHIP8Emulator - Emulator for the CHIP-8 Instruction Set
gameboy - Full featured Cross-platform GameBoy emulator by Rust. Forever boys!.
wasmi - WebAssembly (Wasm) interpreter.
nestur - The NES (emulator) you left outside in the rain but let dry and still kind of works
C8SALT - A CHIP-8 interpreter written in TI-BASIC.
chip8 - Yet another Chip-8 emulator writen in Rust