1. FluidAE website and manual updated
- Posted by ryanj Mar 08, 2014
- 1417 views
FluidAE 3.0.alpha2 will be released in a few days, with lots of improvements over the alpha1 version. If you are interested in GUI development with Euphoria, check out the updated website. It now has a much better explanation of what FluidAE does and how to use it. I would love to discuss development of this new platform with the Euphoria community. I am working towards developing a complete set of tools to make it possible to reach a professional quality of GUI development with Euphoria.
See http://fluidae.com/ for more information.
2. Re: FluidAE website and manual updated
- Posted by Steady Mar 08, 2014
- 1379 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.