yarchi
CHIP8Emulator
yarchi | CHIP8Emulator | |
---|---|---|
1 | 1 | |
1 | 1 | |
- | - | |
0.0 | 3.0 | |
about 4 years ago | about 3 years ago | |
Rust | C++ | |
MIT License | GNU General Public License v3.0 only |
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
-
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).
CHIP8Emulator
-
Tips on porting an emulator to Raspberry Pi
https://github.com/wphuhn/CHIP8Emulator A libretro core for a Chip-8 emulator (easily the most basic emulator)
What are some alternatives?
C8SALT - A CHIP-8 interpreter written in TI-BASIC.
ChocolateChip - 🍪 A CHIP-8 emulator
wasmi - WebAssembly (Wasm) interpreter.
chip8 - 👾 Chip-8 interpreter in modern C++
chip-8 - Yet another Chip-8 interpreter, but this time with a beautiful interface 💻
chip8-test-suite - A collection of ROM images with tests that will aid you in developing your own CHIP-8, SUPER-CHIP or XO-CHIP interpreter (or "emulator")
chip8 - CHIP-8 emulator written in Rust
chip8 - A simple chip-8 emulator in C++ using SDL2 with desktop & browser support
nibble8 - One of thousands of Rust implementations of a CHIP-8 interpreter
libretro
chip8-book - An introduction to Chip-8 emulation using Rust
libretro-samples - A set of samples to illustrate libretro API.