SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
547 stars 90 forks source link

[Question] Is it supports lwjgl legacy? (2.7.3) #202

Closed iocmet closed 9 months ago

iocmet commented 9 months ago

I need imgui for it

iocmet commented 9 months ago

And why i can't find source code of imgui-java64.dll?

SpaiR commented 9 months ago

At the moment binding has no implementation for LWJGL 2. Yet you can implement it by yourself quite easily. https://github.com/SpaiR/imgui-java/issues/198#issuecomment-1722356415 Actually, here the comment with implementation - you can take classes and use the in your code.

And why i can't find source code of imgui-java64.dll?

It contains compiled Dear ImGui and JNI layer to use library from Java. Compiled code itself is generated from imgui-binding module.