Andre Weissflog
Andre Weissflog
Maybe my binding generators are of interest to the discussion, outlined here: https://floooh.github.io/2020/08/23/sokol-bindgen.html TL;DR: I'm running my C headers through clang ast-dump, parse the resulting JSON output into a reduced...
It looks to me like the missing-field-initializers warning for designated initialization in Clang 18.0.0 is also triggered in C, which definitely looks like a bug (since missing field initializers for...
Hmm are these changes required because the most recent nim dev version breaks now? (or are they optional and just "nice to have") I'd rather wait until nim stabilizes again...
Looks like a good idea, but I need to roll this around in the back of my head for a bit ;) All those 'event' functions are actually fairly recent...
Can you have a look at the CI errors? Looks like some places still call the old `_simgui_...` version (probably in sokol-app specific code paths).
A couple more changes needed, sorry that I missed this earlier: - the `ImGuiIO* io` parameter needs to be removed, because the public API functions cannot have any Dear ImGui...
Ok merged, many thanks!
Compute support definitely isn't off the table, I'm currently just distracted by other things (mostly emulator stuff), and there's a few smaller features on "backlog" which also need fixing :)
No, not really. I spent some time updating the WebGPU backend in the wgpu branch, but the WebGPU API and shading language still changed too much during that time to...
It's still on my mental todo list some time after the WebGPU backend is finalized (which is currently happening). Still, don't hold your breath. I'd first like to do a...