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

Remove global mutable fields and reduce data-type related duplication #187

Closed kyay10 closed 1 year ago

kyay10 commented 1 year ago

For the future: Maybe we should also remove the overloads that take an array and a ptr and call mutablePropertyAt? It's useless duplication because the user can just call mutablePropertyAt on their own.

elect86 commented 1 year ago

Thanks for the PR

For the future: Maybe we should also remove the overloads that take an array and a ptr and call mutablePropertyAt? It's useless duplication because the user can just call mutablePropertyAt on their own.

That actually makes sense..