This gui system is supposed enable you to build any gui you like as well with a new event system. the old one was nice but a little tricky with receiving events from alot of elements and you always had to write some boilerplate code so this is supposed to change. Anyways please post you wishlist for a new gui system. And maybe if i am doing a good job it might even replace the current system and not just end up as an addon.
Update:
Ok after listening to all this now it really seams you all like the current gui and would much rather like an extended/improved edition of it instead of a new start.
So what i got from this.
- truetype font
- 3D GUI
- Batching
- Shaders
- Rotating images/font
- Image animations
- Better skinning
All widgets are double buffered bc it rendered via irrlicht and irrlicht is double buffering....aanderse wrote: please use double buffering for your widgets, that would be great!
The other option someone pointed out is making a really good integration of an existing advanced lib. I kinda like that idea as well and would like to know what you think. I would for example in that case go for libRocket. Anyway hope i got all the strong points out of the comments.