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

[WIP] ImGui Tables #131

Closed Drezil closed 2 years ago

Drezil commented 2 years ago

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

Minimum viable implementation of tables.

Could be used as-is - but many features are missing.

More to come.