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

Branch 1.80 WIP available for testing #163

Open elect86 opened 3 years ago

elect86 commented 3 years ago

As titled

nopjmp commented 3 years ago

I'm looking to test 1.80 on JDK8+ rather than JDK11+. Is there a chance of getting a JDK8+ branch? So far testing has been good for the components we are using especially the input fields.

nopjmp commented 3 years ago

text* widgetsText functions will cause a crash currently if you are using formatting strings due to the TODO() in them.

elect86 commented 3 years ago

I'd provide a jdk8 branch in a few days.. 1.80 has been released, I just need to update and fixes the remaining table bugs

Can you copy/paste the stack-trace here?