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 1.86.4 ### What happened? ImPlot#dragPoint has as x and y parameters primitives, which means that the method does not change the input fields anymore, but it should, so...

bug
api

### Version 1.86.10 ### What part of the binding has gaps? ImGuizmo ### What is missing? i dont find any binfings for it

missing binding

### Version 1.86.10 ### What happened? Not exactly a bug, however ImGuiViewport#seSize has a spelling error, it should be setSize. ### Reproduction Spelling error, no need for reproduction it can...

bug
api

### Version 1.86.9 ### What happened? We upgraded from 1.86.4. ### Relevant log output ```bash Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/imgui-java-natives_1677873782038/libimgui-java64.so: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /tmp/imgui-java-natives_1677873782038/libimgui-java64.so) ```

feat

### Version latest ### What happened? If you know, please inform me. ### Reproduction I cant manage to use cpp themes in here ### Relevant log output _No response_

api
missing binding

First off, thanks so much for your hard work. I'm using ImGui.text() a lot. Library is expecting a String. If I have a text value that is changing I have...

feat

Looks like ocornut fixed some docking and viewport issues upstream, which I know will help me out a lot. https://github.com/ocornut/imgui/releases/tag/v1.89

feat

Currently, a lot of the API accepts ImFloat or float[] and the cooresponding types. It does this so ImGui can have a setter and a getter to that variable. However,...

feat

### Version 1.86.11 ### What happened? Upon calling the method in the title, the JVM hangs and hard-crashes with no outputted error. What I expected to happen is the font...

bug

Have you looked into this: https://github.com/dearimgui/dear_bindings It's official and could help making it easier to generate java bindings You most likely already are aware of it but i wanted to...