Andre Weissflog
Andre Weissflog
...and more build system goodness curtesy of @geoot: https://github.com/floooh/sokol-zig-imgui-sample/pull/1
Ok, all merged now. Sample project is here: https://github.com/floooh/sokol-zig-imgui-sample It would be really nice to have an "official" code-generated Zig cimgui bindings package which is automatically updated when a new...
Closing this ticket now since from my pov it's fixed :)
It's better to wait with this until I got around to implement the new combined error reporting and logging from sokol_spine.h into all sokol headers (see here: https://github.com/floooh/sokol/blob/2236713b5eb247907a1a0a8c0b4c44f16e472909/util/sokol_spine.h#L827-L875) ...in debug...
+1, same for ObjC files with .m file extension.
Looks like the Wayland dev libraries need to be installed, you can try adding those to the PR branch here: https://github.com/floooh/sokol-nim/blob/1cd47e85856552563b0a742600238089936e95b5/.github/workflows/main.yml#L17 ...but I'm not sure if GH Actions picks up...
Planning braindump: - except for the simplified `sg_bindings` interior, no code changes should be required if sokol-shdc is used - remove (most of) the obscure hardwired bindslot relationship between the...
Ah sorry, I didn't miss it, but but I can't quite decide currently whether to work on PRs, or on a blog post, or on sokol fixes, and then end...
At one point yes, but preferrably only when it's "safe" to remove the GL backends so it will be a while out (e.g. after WebGPU becomes ubiquitous in browsers). Or...
When I try to build the sample from the build directory via: ``` odin run ../examples/microui --debug ``` ...I get: ``` /Users/floh/projects/sokol-odin/examples/microui/main.odin(9:1) Syntax Error: Path does not exist: vendor:microui ```...