Structuring NES emulator components in Rust

This page summarizes the projects mentioned and recommended in the original post on /r/EmuDev

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nestadia

    A cloud NES emulator written in Rust. Originally written for NorthSec CTF 2021.

    You can refer to my NES emulator to see how I do it: https://github.com/zer0x64/nestadia/blob/master/nestadia/src/lib.rs

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • gband

    GBC emulator

    Although the architecture is a bit different, I did my GBC emulator more recently and solved some of these issues in a cleaner way(which I intend to eventually refactor my NES emulator to change), so it might also be a good reference: https://github.com/zer0x64/gband/blob/master/gband/src/lib.rs

  • 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 (by transistorfet)

    The code is here if you're interested: https://github.com/transistorfet/moa System is the top level component and devices.rs has the traits that System uses to interact with the components. The machines directory has the system definitions that build a specific machine to emulate.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • MartyPC: Cycle accurate IBM PC/XT emulator written in Rust

    1 project | news.ycombinator.com | 1 Aug 2024
  • Best compiler to write .nes cartridge ROMs for testing my own emulator?

    2 projects | /r/EmuDev | 6 Dec 2023
  • A Test Suite for the Intel 8088

    1 project | news.ycombinator.com | 5 Sep 2023
  • dbalsom/martypc: An IBM PC/XT emulator written in Rust.

    1 project | /r/rust | 9 Jul 2023
  • dbalsom/martypc: An IBM PC/XT emulator written in Rust.

    1 project | /r/emulation | 6 Jul 2023