imgui-java icon indicating copy to clipboard operation
imgui-java copied to clipboard

JNI based binding for Dear ImGui

Results 102 imgui-java issues
Sort by recently updated
recently updated
newest added

### 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...

missing binding

### 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...

bug

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...

feat

### 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...

missing binding

### 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...

bug

### 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...

question

### 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...

missing binding

### 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

missing binding

### Version 1.86.11 ### What happened? Frames and text become black blocks in Minecraft MCP 1.21 when using custom fonts ![image](https://github.com/SpaiR/imgui-java/assets/62649962/1a5247d8-0a66-4783-9608-4a5ddf8b28b4) ### Reproduction Initialize called after game window initialized ```kotlin...

bug

### 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...

missing binding