nestur
The NES (emulator) you left outside in the rain but let dry and still kind of works (by spieglt)
chip8
CHIP-8 emulator written in Rust (by zeapoz)
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.
nestur
Posts with mentions or reviews of nestur.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Play old games on pinephone (emulation)
I compiled my NES emulator to play with the dock connected but it only ran at about a quarter of the speed it's supposed to. Then I tried a GameBoy emulator (I forget which) and it was unplayable also.
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 nestur and chip8 you can also consider the following projects:
nibble8 - One of thousands of Rust implementations of a CHIP-8 interpreter
gameboy - Full featured Cross-platform GameBoy emulator by Rust. Forever boys!.
nes-rs - NES emulator written in Rust
yarchi - Yet another Rust CHIP-8 interpreter!
SDL2Tutorial
chip8 - Yet another Chip-8 emulator writen in Rust
nes-bundler - Transform your NES-game into a single executable targeting your favourite OS!
mooneye-gb - A Game Boy research project and emulator written in Rust
rusty-nes - A hobby NES emulator written in Rust.
ruffle - A Flash Player emulator written in Rust
imnes-emulator - A Desktop NES Emulator built using Rust and ImGui
chip8-book - An introduction to Chip-8 emulation using Rust