odin-imgui
odin-imgui copied to clipboard
Odin binding for Dear ImGui
As the title suggests, this adds the Raylib backend for ImGui. Inspired by the following codebase: https://github.com/oskaritimperi/imgui-impl-raylib Tested and working with default font. I have not added any demo code,...
Switch examples to the odin's native vendor libraries
slider_float2 takes a [2]f32 as input, and crashes whenever the user tries to use the widget. It works by replacing it with a ^[2]f32. Same problem with slider_float3, slider_int2, etc.
This fixes compilation errors on newer versions of Odin
Hello, I'd like to do a PR to remove the 'do' keywords with {} scoping in header.odin and impl/opengl/opengl.odin