Still hacking on my 8086 simulator. I've added the ability to relocate the framebuffer and a stack view.
Assembly programming is good for the soul.
#assembly #assembler #cpp #IMGui #Intel8086
I've added a framebuffer display and the ability to dump memory to my 8086 simulator.
I'm having a lot of fun working through Casey Muratori's performance aware programming course. It is like a Zachtronics game that breaks the fourth wall. I mean that in a good way.
Check it out: https://www.computerenhance.com/
#performance #assembly #Intel8086 #IMGui #zachtronics
Here is the canvas in action showing:
- click drag to move the canvas around
- click on a "widget" to move it around
- using the mouse wheel to zoom in/out while keeping the focus point where the mouse is located
In case you are interested in a Box like widget for ImGui, you can check my code attached to the issue https://github.com/ocornut/imgui/issues/5944#issuecomment-1336203919
@0xZogG
If you're looking for a quick UI, there is an imgui-based one here:
https://github.com/AllenDang/giu
It may not provide the best UX though if that's what you need ๐
Dear ImGui ("Bloat-free Graphical User interface for C++ with minimal dependencies") just released v 1.89 https://github.com/ocornut/imgui/releases/tag/v1.89
I have been mostly using master anyway and it is very stable in my experience