imgui-java
imgui-java copied to clipboard
JNI based binding for Dear ImGui
### Version Latest ### What part of the binding has gaps? ImGuiFileDialog ### What is missing? Something is missing! So I need two things that i cannot seem to configure...
### Version 1.86.11 ### What happened? Doesn't work under macos arm64 ### Reproduction ``` public class Example extends Application { @Override public void process() { ImGui.text("test"); } public static void...
Performance of string handling methods, such as `ImGui.text` or `ImGui.calcTextSize` etc could be improved by avoiding copying using JNI `GetStringCritical` instead of `GetStringUTFChars`. This copying can be quite an overhead...
### Version 1.86.11 ### What part of the binding has gaps? Dear ImGui ### What is missing? `ImGui::TableGetHoveredColumn` and `ImGui::TableGetHoveredRow` Note: `ImGui::TableGetHoveredRow` is still not public for use as it...
### Version 1.86.11 ### What happened? i just paste and start [demo code](https://github.com/SpaiR/imgui-java#example). And that's work! But if i try to create text with Unicode chars (e.g. Russian chars): ```java...
### Version 1.86.11 ### What happened? Hi! I'm running into a small issue & I think I'm just missing something obvious - not sure this is the best place to...
### Version 1.86.12 ### What part of the binding has gaps? Dear ImGui ### What is missing? The `SpanAllColumns` flag is missing in `ImGuiTreeNodeFlags`. Would be nice if we could...
### Version 1.86.11 ### What part of the binding has gaps? Dear ImGui ### What is missing? Missing internal SetShortcutRouting https://github.com/ocornut/imgui/issues/3255#issuecomment-1307756969
### Version 1.86.11 ### What happened? Frames and text become black blocks in Minecraft MCP 1.21 when using custom fonts  ### Reproduction Initialize called after game window initialized ```kotlin...
### Version 1.86.11 ### What part of the binding has gaps? ImGuizmo ### What is missing? The java bindings for ImSequencer are not present. I know this has already been...