AURIS
AURIS copied to clipboard
Research use of FRP for UI
The programming of the user interface is cumbersome. Maybe FRP may help (reactive-banana, dunai, reflex). This has to be analyzed and tried.
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.
After discussions with Ivan Perez, maybe reactive values would be a better approach. A prototype implementation should bring clarification on how to use them.