Re: FluidAE 3.0.alpha2 has been released!
- Posted by ryanj Mar 14, 2014
- 1567 views
I was going to release alpha3, but i decided to hold off for a few days, because i'm fixing a few things.
- I made a major performance improvement: when creating 200 buttons at once, it took 6 seconds! It was recalculating widget layout each time a widget was created. I reduced the time to a fraction of a second by making it buffer widget arrange/resize requests to do only 1 calculation after the widgets are created.
- I'm redesigning the debug console and adding more features to it, and fix a few bugs. I'm going to experiment with a graphical debug output console and possibly a graphical error report dialog.
- I added a html/xml style hypertext library, which lets you show formatted, word-wrapped text with "handles" that can be used to make links, context menus, etc. in the text. (and in the future, it will allow images and other features).