This is a work-in-progress NES emulator being made for learning purposes
- C++ 17: Programming language
- CMake: Build system
- SDL3: Graphics and audio rendering
- Dear ImGui: Debugger UI
- CPU — Functional*(Missing illegal instructions)
- PPU — Functional*
- APU — Pulse channels partly functional**
- Debugger — Real-time nametables viewer
* Passes basic test ROMs, but timing/accuracy are still in progress.
** Sweep unit not fully functional.

