nestadia
A cloud NES emulator written in Rust. Originally written for NorthSec CTF 2021. (by zer0x64)
rusty-nes
A hobby NES emulator written in Rust. (by siliconandsolder)
nestadia | rusty-nes | |
---|---|---|
3 | 3 | |
22 | 15 | |
- | - | |
0.0 | 1.8 | |
about 2 years ago | over 2 years ago | |
Rust | Rust | |
Apache License 2.0 | GNU General Public License v3.0 only |
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.
nestadia
Posts with mentions or reviews of nestadia.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-26.
-
Is full-speed SNES possible purely in JavaScript?
NES: https://github.com/zer0x64/nestadia
-
Structuring NES emulator components in Rust
You can refer to my NES emulator to see how I do it: https://github.com/zer0x64/nestadia/blob/master/nestadia/src/lib.rs
-
Looking for contributers in the journey to learn emulation. Beginners and experienced
Having written emulators in Rust myself, I have to warn that Rust enforces "good code architecture", and hardware architecture does not follow these principle, so you might need to do a bunch of unconventional hacks to make the borrow checker happy. (links to my NES emulator). Also, frontend development is still not really great. For me, I think the benefits of Rust still outweights the shortcoming, but that can vary from one individual to another.
rusty-nes
Posts with mentions or reviews of rusty-nes.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Introducing RustyNES!
This is yet another NES emulator written in Rust. After working on it intermittently since 2020, I've finally developed it to the point that I'm comfortable sharing it. RustyNES is available for Linux, Windows, and macOS. If you'd like to try it, or give feedback, here's the repo: https://github.com/siliconandsolder/rusty-nes
-
Trouble with Mapper 1
Here's my implementation of MMC 1: https://github.com/siliconandsolder/rusty-nes/blob/master/src/mapper1.rs
What are some alternatives?
When comparing nestadia and rusty-nes you can also consider the following projects:
nes-rs - NES emulator written in Rust
metroboy - A repository of gate-level simulators and tools for the original Game Boy.
moa - An emulator for various m68k and z80 based computers, written in Rust. Currently it has support for the Sega Genesis, TRS-80, and Computie (my own project), with Macintosh support in the works