kotlin-graphics / imgui

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

Some clear, modern example would help #173

Open T3sT3ro opened 2 years ago

T3sT3ro commented 2 years ago

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 simply don't want to resolve. I am writing for JVM targed. That's the second repo that I try to use imgui from (first one was kotlin-imgui) and the second one I have enormous problems with. Until some up-to-date, working and self-contained examples are added I think I'll be forced to use imgui-java that is a JNI based binding...

Please, update both the wiki, README and add some working example...