rusty-nes
A hobby NES emulator written in Rust. (by siliconandsolder)
potatis
🥔 MOS-6502 and NES emulator in Rust (SDL/WebAssembly/Android/Embedded/Cloud) (by henrikpersson)
rusty-nes | potatis | |
---|---|---|
3 | 15 | |
15 | 660 | |
- | - | |
1.8 | 3.1 | |
almost 3 years ago | about 2 months ago | |
Rust | Rust | |
GNU General Public License v3.0 only | 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.
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.
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
potatis
Posts with mentions or reviews of potatis.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-05.
-
Looking for Feedback on a Long-Term Plan
[Embedded NES][Rust] https://github.com/kamiyaowl/rust-nes-emulator [Embedded NES][Rust]https://github.com/henrikpersson/potatis
-
Are We Sixel Yet
This NES emulator uses Sixels for rendering games over netcat :) https://github.com/henrikpersson/potatis
- Play NES games remotely in your terminal using netcat
- cat mario.nes | nc play-nes.org 4444
- Cat mario.nes – nc play-nes.org 4444
- NES emulator written in Rust running on a RP Pico (264kB RAM)