I worked a bit more on my game
https://youtu.be/8pgOTiiL_nY
I worked a bit more on my game
https://youtu.be/8pgOTiiL_nY
So, in preparation of a hex-and-counter game I am working on; I thought I'd give implementing another game like that a shot
Currently working on an IMGUI (it's probably the third time now and the stupid layouting and scrolling etc. was always wrong)
So today, I realised that I can generate a list of the draw commands and hovering over them gives me some debug data, like some bounding boxes
Also, clicking on such an element will trigger a debug break in the corresponding draw function of the element, which is insanely helpful