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

JNI based binding for Dear ImGui

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

# Description At the moment binding is created manually in Java code. And it becomes very frustrating to do, when you need to copy paste the same method 5 more...

enhancement

### Version 1.86.4 ### What part of the binding has gaps? implot ### What is missing? Please add bindings for the new plot mode implemented in https://github.com/epezent/implot/issues/357

missing binding

### Version 1.86.4 ### What part of the binding has gaps? implot ### What is missing? Please add bindings to support linked charts, as demonstrated in: * https://github.com/epezent/implot/blob/fc0fd112467c2be84bc56daa57612b0c579ff1af/implot_demo.cpp#L1160 * https://github.com/epezent/implot/blob/fc0fd112467c2be84bc56daa57612b0c579ff1af/implot_demo.cpp#L1265

missing binding

### Version 1.86.4 ### What happened? Trying to render japanese characters inside the examples of imgui-java does not render them correctly despite a japanese font being configured in the fonts...

bug

# Description This PR implements: - [x] JNI bindings for the vulkan dear imgui backend - [x] CI update to support linking against vulkan loader for building natives - [x]...

feat

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 of that jar are also incorporated into the shadow jar in...

enhancement

Is there a way to hide default GLFW window that is used for the first ImGUI window from Application class?

question
3rd party

- GHA is building arm64 slices - Library loader detecting arm and 64bit to change choice of native lib - gdx-jnigen is updated to 2.2.1 - Freetype is now being...

enhancement

How should this method be used? If I try to use it it always crashes java no matter what arguments I use. I wated to use the method like here:...

bug
3rd party
api

To learn the ImDrawList interface have recoded some of the FX drawing contests code to imgui-java from; https://github.com/ocornut/imgui/issues/3606 ``` ImGuiIO io = ImGui.getIO(); ImVec2 size = new ImVec2(320f, 180f); ImGui.begin("FX",...

enhancement
api