i2d-imgui
i2d-imgui copied to clipboard
D binding to c-imgui
I tried modifying the provided example to run with GLFW instead of SDL, this required both locally changing the dependencies and import path of the imgui package. (bindbc-glfw is not...
Built what was basically the example project with the following `dub.sdl` on Linux Mint 20.3 (x64): dub.sdl ```sdl name "imgui" description "A minimal D application." authors "" copyright "Copyright ©...
I've been testing inochi-creator and inochi-session on Linux, an it has appended more than once that I've found that this assertion get's triggered on Linux builds that work fine on...
Dub registry server sometimes fails to recognize new versions (https://github.com/dlang/dub-registry/issues/338). Until the issue is resolved, maybe update manually?
I have been trying to get the example to work on Linux for a few days now, and I'm genuinely stuck. Every time I run the example, I get acces...
Currently the built-in OpenGL3 support in imgui crashes spectacularly on Linux. Assigned to @playmer since I've given up on that for now. In the meantime I've added the D implementation...