Vlog 03: Integrating Dear ImGui (1.92.0+) with latest jME3: Initial Findings, Traps, and Architecture Choices
jMonkeyEngine Hub
June 12, 2026
Unfortunately this does not work.
I asked ChatGPT and this is what it thinkgs:
Your Linux system hasglibc older than 2.38 , but imgui-java 1.92.0 was compiled against glibc 2.38. So Java finds the .so, but Linux cannot load it.
This is not a Java code issue.
And then also, when I change to jME3.9.0 I get this error:
ImGuiImplGles3.java:10: error: package org.lwjgl.opengles does not exist
import org.lwjgl.opengles.GLES;
Discussion in the ATmosphere