Fergus Baker
Fergus Baker
How would you recommend doing custom return codes with this, or is that not possible any more? I had been using symbol retcodes as a flag for tracking the circumstances...
The latter was what I was addressing, i.e. ```julia terminate!(i, :Custom) ``` but your suggestion of putting it into parameters is a perfectly acceptable solution, that, for whatever reason, escaped...
I'd been working on trying to get a nice way of compiling ImGui + ImPlot for WASM (amongst other targets), and found that using sokol was the easiest way to...
@floooh I have cimgui and cimplot bindings for zig here https://github.com/fjebaker/zig-imgui-implot/blob/main/build.zig This was originally only for Zig's Mach engine, but it doesn't depend on it, and thanks to Zig's lazy...
I have an example of using these with `sokol` here https://github.com/fjebaker/zig-sokol-imgui-wasm/blob/5cec07ba01df3736fab2b6c7a8da8f3d0c3f40cd/build.zig#L40-L46 The difficulty I was having was getting the emscripten functions that do the linker step for targeting WASM explicitly,...
yep, so like do the equivalent of ```bash mv build.zig build.zig.zig && git checkout HEAD~1 -- build.zig ``` ?
> We could use GitHub CI to run on a Windows system 😨
I am so out of practice with Windows that this would take me a long time to setup, but if someone else is willing to have a stab at it,...
Considering we are including breaking changes, we should release this as 0.5.0.
Same applies for the inner radius, especially in the context of obscured discs.