AURIS icon indicating copy to clipboard operation
AURIS copied to clipboard

Research use of FRP for UI

Open oswald2 opened this issue 5 years ago • 2 comments

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

oswald2 avatar May 13 '20 19:05 oswald2

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 avatar May 27 '20 17:05 oswald2

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

oswald2 avatar Jan 10 '21 16:01 oswald2