The 2024 Wheel Reinvention Jam is in 16 days. September 23-29, 2024. More info
Tobias Wolf's Avatar
Tobias Wolf
Member since

Recent Activity

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

View original message on Discord

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

View original message on Discord