chip-8
Yet another Chip-8 interpreter, but this time with a beautiful interface 💻 (by gargakshit)
ch8-rs
By micaww
Our great sponsors
chip-8 | ch8-rs | |
---|---|---|
2 | 2 | |
26 | 2 | |
- | - | |
6.2 | 0.0 | |
6 months ago | about 1 year ago | |
C++ | Rust | |
BSD 3-clause "New" or "Revised" 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.
chip-8
Posts with mentions or reviews of chip-8.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-15.
- 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
ch8-rs
Posts with mentions or reviews of ch8-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-16.
-
CHIP-8 interpreter (code review)
As for the cpu thing, I think it's because of my dependency on pixels/wgpu. This line blocks for 16ms (60Hz) on Mac even though v-sync is disabled in the code, which causes some keyboard events to be missed and the emulator clock cycle to become much slower than 500Hz. I haven't found a related issue on GitHub for this, so it's entirely possible I'm just missing something here. On Windows it runs fine, but I was hoping I could get it working on my Mac also.
Here's the repo: GitHub
What are some alternatives?
When comparing chip-8 and ch8-rs you can also consider the following projects:
chip-8 - CHIP-8 Emulator/Debugger made with C++ 17, OpenGL & ImGui.
magnum - Lightweight and modular C++11 graphics middleware for games and data visualization
StupidStackLanguage - Stack-based esoteric programming language, inspired by BrainFuck
BunnyLOD - Cross platform GLFW based port of Stan Melax's BunnyLOD Easy Mesh Simplification
chip-8 - A simple Chip-8 emulator
zxShaderViz - A useful tool to edit and visualize shaders in real time.
imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
stylized_snake_game - A cross-platform desktop stylized version of snake game made from scratch in C++/OpenGL.