Janne Hellsten
Janne Hellsten
I'm so used to VSCode and its real-time Python type checking and auto-complete, that it's a bit of a bummer that pyimgui doesn't work with it. For anyone looking for...
Did some extra digging and I was able to get stubgen to work without errors if I edited `core.pyx` as follows, did `make build` and ran `stubgen -p imgui`. ```...
One more bindings project to add on the above list: https://github.com/nurpax/zig-imgui I try to keep it up to date with sokol and zig-devel. Zig moves fast so there's been a...