-
Hi Pascal,
I saw https://github.com/CoolLibs/imgui_gradient, which might be of interest to include
And it could be worth considering to replace https://github.com/dfranx/ImFileDialog with https://…
-
Not sure how to do a PR with the auto-generator, so I thought i would leave this here.
![image](https://user-images.githubusercontent.com/60329871/219423096-9f28aea7-684a-47d0-b403-6851ba0906b2.png…
-
steve@swebb-76:~/alien/build$ cmake .. -DCMAKE_BUILD_TYPE=Release
-- Running vcpkg install
Detecting compiler hash for triplet x64-linux...
The following packages will be built and installed:
* …
-
I'm working on rust bindings, and, generally, everything works. But several constants are still not loaded, while the most part of the API is.
I can not say, I suffer from this right now, but I'm i…
-
Hi! I just came across this project and really like where it is heading. I'm currently using pyimgui and its not fully feature complete (complete enough that its only a minor inconvenience) and more i…
-
Hi,
I have a little problem.
I ame using ImGui::InputTextMultiline and that work good and all, but i have a littel bug. Whan holding in keys it normaly does like this aaaaaaaaaa, and that is what i …
-
Hello,
I believe the way descriptor sets are implemented does not allow them to be updated between frames. The vulkan specification specifies that a descriptor set (and associated resources) cannot b…
-
After doing
```sh
vcpkg install allegro5 imgui[allegro5-binding]
```
I've tried, in my `CMakeLists.txt` these three lines (independently):
```cmake
find_package(allegro5 CONFIG REQUIRED)
```
`…
-
I am fairly new to rust and but I have used `imgui` with `C++`. I don't understand how to use this library with `glfw` or `winit` for windowing stuff. I was not able to find a up to date example, all …
-
Hi, I was wondering your perspective on what would be the ideal c bindings.
Something that resembles [cimgui](https://github.com/Extrawurst/cimgui), the main issue with cimgui is that it is not able …