imgui icon indicating copy to clipboard operation
imgui copied to clipboard

Bloat-free Immediate Mode Graphical User interface for JVM with minimal dependencies (rewrite of dear imgui)

Results 26 imgui issues
Sort by recently updated
recently updated
newest added

Hi I've been trying to solve this for a day and I don't really know what else to do. I'm using imgui v1.79, lwjgl 3.3.1 and jdk11. For some reason...

`listbox` shows no items, looks like `ListClipper` is broken. The problem can be seen in `ExampleApp` aka demo window, under ``` Widgets -> Basic -> listbox(single select) ``` Tested it...

I am trying to configure the Gradle to run fetch the imgui dependencies, but have been so far unsuccessful. I have tried different variants of `-SNAPSHOT` and `v1.79`, to no...

Workspace used: - FabricMC Kotlin template: [natanfudge](https://github.com/natanfudge) / [fabric-example-mod-kotlin](https://github.com/natanfudge/fabric-example-mod-kotlin) - Minecraft 1.18.1 - com.github.kotlin-graphics.imgui:core:v1.79 - com.github.kotlin-graphics.imgui:gl:v1.79 - com.github.kotlin-graphics.imgui:glfw:v1.79 With excluded org.lwjgl After opening menu from MainMenuBar and clicking on empty...

One of the packages in `core` is `imgui.static`, however `static` is a reserved keyword and trying to refer to it from Java results in a [compile-time error](https://docs.oracle.com/javase/specs/jls/se8/html/jls-3.html#jls-IdentifierChars). Would it be...

The title pretty much says it all. When modules are enabled, imgui.static.ForwardDeclarationsKt can not be loaded and an NoClassDefFoundError exception is thrown. Relevant stack trace: ``` java.lang.NoClassDefFoundError: imgui/static/ForwardDeclarationsKt at com.github.kotlin_graphics.imgui.core/imgui.classes.IO.(IO.kt:136)...

Since this morning I am struggling with starting the most basic program that simply launches a window. Wiki resources and sources use some obsolete code that doesn't work and dependencies...

The usage for minecraft mods does not work with 1.12.2

When indented in tree nodes, `dragScalar` widgets will use too much space for the input box, often causing the label to be unreadable: ![image](https://user-images.githubusercontent.com/27009727/76451586-eafc3a00-63cf-11ea-879f-90d6b0386e24.png) Making the window much larger will...