-
Repo: https://github.com/Dominaezzz/kotlin-imgui
I've generate bindings for Kotlin using cimgui. With GLFW/OpenGL implementations.
It covers most the api surface. I've skipped stuff like `ImGui::P…
-
**Version/Branch of Dear ImGui:**
Version: 1.86
**My Issue/Question:**
It would be nice to be able to control the rendering of `ImGuiTextFilter` a bit better, such as providing a hint for the…
-
This issue is to track C ABI compatibility support in the stage1 compiler.
Here's what support looks like currently:
* [x] integers, floats, pointers, enums, bools work on every target, as parame…
-
**Version/Branch of Dear ImGui:**
```
Dear ImGui 1.89.3 WIP (18923)
--------------------------------
sizeof(size_t): 4, sizeof(ImDrawIdx): 2, sizeof(ImDrawVert): 20
define: __cplusplus=201703
de…
-
for some reason this is the only project i have had trouble building
![image](https://user-images.githubusercontent.com/74395137/230735539-e95e9368-74ac-42ed-8bf0-c3d4a2a9888c.png)
-
Hello again !
I initially populate my RunnerParams with:
```c++
runnerParams.appWindowParams.windowTitle = "MyApp"
runnerParams.imGuiWindowParams.showMenuBar = true;
runnerParams.imGuiWin…
-
**Describe the bug**
A clear and concise description of what the bug is.
Some ports give warnings/erros on post-build checks after PR [vcpkg-tool 856](https://github.com/microsoft/vcpkg-tool/pull/85…
-
# Summary
#619 pointed out that we currently have zero resources demonstrating our Assimp bindings, and because Assimp is usually used with C++ there aren't many resources for the C API which we bind…
-
imgui 1.87 was released recently, which contains a large improvement in how IO events are handled (key presses, mouse events, etc)
https://github.com/ocornut/imgui/releases/tag/v1.87
I think giv…
-
When including the `io.github.spair:imgui-java-app:1.86.4` dependency in a project, `io.github.spair:imgui-java-binding:1.86.4` is also included as a transitive dependencies. However, the contents o…