xImGui icon indicating copy to clipboard operation
xImGui copied to clipboard

ImGui Java Bindings

Results 4 xImGui issues
Sort by recently updated
recently updated
newest added

The first xImGui release is coming soon, after years in SNAPSHOT mode. Once the initial release is out, I’ll explore how to share memory between the ImGui core and extensions....

The "gdx" keyword will soon be removed from the repository. This change is to support other frameworks, making it non-exclusive to libGDX.

I've been working on a game editor recently based on the `imgui-node-editor` blueprint example in the original library. Since the c++ blueprint code doesn't drop easily into another project as...