potatis
🥔 MOS-6502 and NES emulator in Rust (SDL/WebAssembly/Android/Embedded/Cloud) (by henrikpersson)
chip8
A generic, no_std Chip8 interpreter for embedded Rust. (by DrewTChrist)
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.
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)
chip8
Posts with mentions or reviews of chip8.
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
-
I'm working on a physical, handheld CHIP-8 game console. Anyone have suggestions/critiques?
I sure do! It's split up into two repos. This is the interpreter crate and this is the Hardware implementation on the raspberry pi pico. (Everything is on the develop branches) I wrote the interpreter using generics so it could be used on any embedded hardware that Rust supports. I need to squeeze in a buzzer at some point and squash a few bugs.
What are some alternatives?
When comparing potatis and chip8 you can also consider the following projects:
gopher64 - N64 emulator written in Rust
chip8-pico - A Chip8 interpreter on the Raspberry Pi Pico, with a display and button matrix.
applepy - an Apple ][ emulator in Python
DapperMime - CMSIS-DAP using TinyUSB
tetanes - A cross-platform NES emulator written in Rust using wgpu
rust-nes-emulator - NES Emulator written in Rust
chirp8-avr - CHIP-8 implementation in Rust targeting AVR microcontrollers
rp-hal-boards - Board Support Packages for RP2040 based PCBs
nes-rs - NES emulator written in Rust
notecard-rs - Rust driver for the Blues.io Notecard (https://blues.io/products/notecard/)
CHIPnGo - A custom-built CHIP-8 hand-held gaming console powered by a STM32 microcontroller.