ch8-rs VS chip-8

Compare ch8-rs vs chip-8 and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ch8-rs chip-8
2 1
3 0
- -
0.0 1.8
about 3 years ago over 3 years ago
Rust Rust
- 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.

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)
    3 projects | /r/rust | 16 Apr 2021
    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.

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-04-16.
  • CHIP-8 interpreter (code review)
    3 projects | /r/rust | 16 Apr 2021
    I did the same thing last year! It was a fun project. I run mine on a Mac, and I haven't seen the CPU problems you mentioned; at least, I don't think I have. Here's my code, if you want to take a look, and see if anything jumps out at you. https://github.com/joeygibson/chip-8

What are some alternatives?

When comparing ch8-rs and chip-8 you can also consider the following projects:

chip-8 - Yet another Chip-8 interpreter, but this time with a beautiful interface 💻