nesEmu_rust
By nzohrab
olcNES
NES Emulator, and Tutorial Video Code (by OneLoneCoder)
nesEmu_rust | olcNES | |
---|---|---|
1 | 3 | |
34 | 1,404 | |
- | 1.6% | |
2.6 | 2.4 | |
over 3 years ago | over 1 year ago | |
Rust | C++ | |
- | - |
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.
nesEmu_rust
Posts with mentions or reviews of nesEmu_rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-12.
-
Tried to re-write a C++ NES Emulator in Rust, now it runs more than 5 times slower (Yes I'm compiling with --release)
Its perhaps deviating from the youtube series, but I'd replace the different parts here https://github.com/nzohrab/nesEmu_rust/blob/main/src/instructions.rs with enums.
olcNES
Posts with mentions or reviews of olcNES.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-02.
-
[Media] Atto-8: A minimalist 8-bit microcomputer with a stack-based microprocessor
OLC's NES emulator: GitHub, YouTube
- Any good resources for NES emulation?
-
Tried to re-write a C++ NES Emulator in Rust, now it runs more than 5 times slower (Yes I'm compiling with --release)
I've been following along with a Youtube series about writing a NES emulator in C++. The official Github for the series is here: https://github.com/OneLoneCoder/olcNES.
What are some alternatives?
When comparing nesEmu_rust and olcNES you can also consider the following projects:
gameboy_emulator - Gameboy Emulator written in Rust
jdh-8 - An 8-bit minicomputer with a fully custom architecture
flamegraph - Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3
jsmoo - Multi-system, pure JavaScript (& a little AssemblyScript) emulator, with great accuracy and speed. Currently some SNES, NES, GameBoy, Master System, ZX Spectrum, and GameGear support
Atto-8 - A minimalist 8-bit microcomputer with stack-based microprocessor