Re: FluidAE website and manual updated
- Posted by Steady Mar 08, 2014
- 1380 views
"The FluidAE API has a small number of routines to remember compared to most GUI libraries. Rather than using a large set of routines with lots of arguments to control widgets, FluidAE makes good use of Euphoria's sequences. Widgets, event types, properties, and values are referenced by strings rather than ID numbers. In many cases, multiple properties or values can be applied at the same time, using a sequence. A FluidAE application's source code tends to be very easy to read."
The above paragraph from your write up sounds very encouraging. Please keep it up.