Animator for GUI elements

Post those lines of code you feel like sharing or find what you require for your project here; or simply use them as tutorials.
Post Reply
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Animator for GUI elements

Post by Sylence »

I created this small patch which adds the functionality to create animators for GUI elements.
These animators work like the ones for scene nodes except they animate a GUI element.

Currently I only have implemented a fly straight animator, but implementing animators for changing the size or text ( could be useful for blinking texts for example) or chaning the transparency of an element isn't that much of work.

I created this small package that contains a patch for the recent SVN version of Irrlicht (should also work with 1.5 but I didn't test it) and modifies the example #5 to show the animator in action.

Download: 6 KB zip archive

For installation take a look at the readme.txt in the archive. (Basicly copy the new files to your irrlicht sdk and apply the patch)
License is Irrlicht-license so do what the f*** you want with it ;)

Comments and feedback are welcome :)
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
Post Reply