Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 804 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 804 Bytes

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