Skip to content

WIP nes emulator built with rust, tauri, and leptos

Notifications You must be signed in to change notification settings

Zuruuh/nes-emulator

Repository files navigation

Very WIP NES Emulator. The core engine is built with rust, compiled into web assembly, then embedded in a webview with Tauri.

TODO list:

  • make it work correctly lol
  • publish to github pages or something like that
  • add some more tests
  • find some more resources on the CPU emulator
  • add debugging tools (something to view/dump memory changes in real time ? slow down emulation ? or read opcodes step by step ?) bcz it's a pain rn
  • add save states

Requirements

Run

cargo tauri dev # For native webview
trunk serve # For in-browser only dev

References

About

WIP nes emulator built with rust, tauri, and leptos

Resources

Stars

Watchers

Forks

Languages