yarchi
chip-8
yarchi | chip-8 | |
---|---|---|
1 | 2 | |
1 | 38 | |
- | - | |
0.0 | 3.2 | |
about 4 years ago | about 3 years ago | |
Rust | C++ | |
MIT License | BSD 3-clause "New" or "Revised" License |
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).
chip-8
- Show HN: Chip-8 interpreter with a fancy GUI made using C++ and Dear ImGui
-
So I did my first Chip-8 interpreter with a fancy GUI
Source: https://github.com/gargakshit/chip-8 Libraries: GLFW with OpenGL, Dear ImGui
What are some alternatives?
C8SALT - A CHIP-8 interpreter written in TI-BASIC.
chip8 - A simple chip-8 emulator in C++ using SDL2 with desktop & browser support
wasmi - WebAssembly (Wasm) interpreter.
stylized_snake_game - A cross-platform desktop stylized version of snake game made from scratch in C++/OpenGL.
CHIP8Emulator - Emulator for the CHIP-8 Instruction Set
StupidStackLanguage - Stack-based esoteric programming language, inspired by BrainFuck
chip8 - CHIP-8 emulator written in Rust
zxShaderViz - A useful tool to edit and visualize shaders in real time.
nibble8 - One of thousands of Rust implementations of a CHIP-8 interpreter
Physically-based-deferred-shading - First attempt at writing a good looking 3D renderer. Written in C++ using OpenGL on Ubuntu.
chip8-book - An introduction to Chip-8 emulation using Rust
ch8-rs