oswald2 / AURIS

A new, open source mission control system in Haskell
BSD 3-Clause "New" or "Revised" License
55 stars 9 forks source link

Research use of FRP for UI #33

Open oswald2 opened 4 years ago

oswald2 commented 4 years ago

The programming of the user interface is cumbersome. Maybe FRP may help (reactive-banana, dunai, reflex). This has to be analyzed and tried.

oswald2 commented 4 years ago

First tries with deechs implementation of a reflex host fltkhs-reflex-host have been unsuccessful, since the code was hard to get to compile (it is old) and then crashes with a segmentation fault.

oswald2 commented 3 years ago

After discussions with Ivan Perez, maybe reactive values would be a better approach. A prototype implementation should bring clarification on how to use them.