kotlin-graphics / imgui

Bloat-free Immediate Mode Graphical User interface for JVM with minimal dependencies (rewrite of dear imgui)
MIT License
600 stars 36 forks source link

How to add uno.glfw.glfwwindow? #101

Closed ejamshidiasl closed 5 years ago

ejamshidiasl commented 5 years ago

Hello how to find jar file?

Sylvyrfysh commented 5 years ago

How are you getting imgui? Gradle, Jar, Maven?

ejamshidiasl commented 5 years ago

jar

Sylvyrfysh commented 5 years ago

You can grab the latest uno-sdk-all.jar at https://github.com/kotlin-graphics/uno-sdk/releases. If possible, I would recommend adding gradle or maven support to your project so you can specify the imgui dependencies and have uno and other required libraries grabbed for you.