johan0A
johan0A
I realized this is probably an issue with my particular setup ill do a little more research before reopening this
@shilangyu no but I was back on windows shortly after so I didn't tinker a lot to get it working. As a workaround you can use directly the path to...
good point > What version of the vscode-zig extension has been installed? 0.6.10 > How was Zig and ZLS installed? I use zvm: https://github.com/tristanisham/zvm It creates a symlink to the...
> if so it should work as expected when launching vscode from the terminal yep it does for me as well
Jus to clarify I dont think this really solves https://github.com/ocornut/imgui/issues/8271 but it does offer a good workaround for it. > (maybe with VkShaderModule inputs instead? so if vkCreateShaderModule() ever adds...
I thought the rewritten MeasureTextEx function was because MeasureTextEx only supports null terminated strings. For my zig bindings I just rewrote MeasureTextEx directly. https://github.com/johan0A/clay-zig-bindings/blob/c26ef9d4b6b591caeb1750869abcdc50446b33c1/examples/clay-official-website/src/raylib_render_clay.zig#L195
hello, I updated to zvm v0.8.5 but the problem persists  - What version of Windows are you running? windows 10 - What shell did you use? Cmd.exe - Were...
Hum no? The use command works as expected for me. The issue is with the install command.
Cant reproduce either