clydeshaffer / GameTankEmulator

An emulator for the GameTank, a real physical hardware game console I've built
MIT License
15 stars 9 forks source link

Merge the use_imgui branch #10

Closed clydeshaffer closed 10 months ago

clydeshaffer commented 10 months ago

This branch adds Dear ImGui to the emulator and uses it for debug windows. The profiler window has been remade, and a new memory browser window has been added. The VRAM window hasn't been replaced as of yet since its rendering is dependent on the main window render.

Merging this branch now because local Linux builds are working, automated Windows builds are working, and the web emulator works.