ivanperez-keera / dunai

Classic FRP, Arrowized FRP, Reactive Programming, and Stream Programming, all via Monadic Stream Functions
204 stars 30 forks source link

a GUI question... #416

Closed madjestic closed 3 months ago

madjestic commented 3 months ago

Oh boy, this might be a big one...

We all know that GUIs are a lot of work. As far as I know, FRP libraries like Yampa or Dunai are not compatible with GUI libs like dear-imgui.hs, correct me if I am wrong - essentially because they have their own update models. What would be a recommended course of action here, is there an easier path than writing your own GUI system from scratch?

Cheers, Vlad.

ivanperez-keera commented 3 months ago

Here are a few pointers: