How to do GUI

Started by Kgboi, March 05, 2019, 12:39:20

Previous topic - Next topic

Kgboi

Are there any GUI libraries that work well with LWJGL 3 and have decent documentation. I tried using NanoVG but there is very little documentation.

spasi


Kgboi

How do I actually turn these into libraries. I'm not familiar with maven or gradel, and have no idea on how I actually use these as libraries.


KaiHH

Obtain a binary release of imgui, either via the direct downloads on https://github.com/kotlin-graphics/imgui/releases or via Maven/Gradle ( see https://github.com/kotlin-graphics/imgui#how-to-get-it ). Those are jar files containing JVM .class files in the end and can be used with any JVM language, such as Java. You just have to use an IDE with the binary jar files added to the build/classpath and explore the API.