haskell-game / dear-imgui.hs

Haskell bindings to Dear ImGui, an immediate mode GUI toolkit
BSD 3-Clause "New" or "Revised" License
142 stars 31 forks source link

implementation of ImGui Tables #135

Closed Drezil closed 2 years ago

Drezil commented 2 years ago

Implements https://github.com/haskell-game/dear-imgui.hs/issues/130

Could be used as-is - sorting & misc-functions are still missing.

More to come.

Drezil commented 2 years ago

Only sort-specs-callback missing, but that needs some investigating.

Oh: Everything is untested. It compiled - so it should be fine(tm) ;)