haskell-game / dear-imgui.hs

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

Experiment: make ref wrappers optional #144

Open dpwiz opened 2 years ago

dpwiz commented 2 years ago

Replace mutable ref + changed flag for monadic action yielding the change.

StateRef behaviour is trivially recovered with a maybe-to-set/bool wrapper and a bunch of binds.