Hello,
I know it might be a long shot here, but is it possible to create irrlicht gui open/close animations?
For example when a window opens it expands from the bottom of the screen kinda like the animations that you see in Windows Aero?
Many Thanks
DoctorZeus
GUI Animations
Re: GUI Animations
No support for that so far, you would have to code that yourself.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: GUI Animations
You may want to take a look into GWEN, it is a very clean gui and supports animations.
Dream Big Or Go Home.
Help Me Help You.
Help Me Help You.
-
doctorzeus
- Posts: 13
- Joined: Sun Jan 12, 2014 3:39 pm
Re: GUI Animations
Ok thanks for the reply, I thought so but just wanted to confirm..CuteAlien wrote:No support for that so far, you would have to code that yourself.
-
doctorzeus
- Posts: 13
- Joined: Sun Jan 12, 2014 3:39 pm
Re: GUI Animations
Will Do Thanks!kklouzal wrote:You may want to take a look into GWEN, it is a very clean gui and supports animations.
-
chronologicaldot
- Competition winner
- Posts: 699
- Joined: Mon Sep 10, 2012 8:51 am
Re: GUI Animations
If you want to code it yourself, you're welcome to use snippets from my project that handles GUI animations:
http://irrlicht.sourceforge.net/forum/v ... =9&t=49031
I have window animations, handled by a manager class.
http://irrlicht.sourceforge.net/forum/v ... =9&t=49031
I have window animations, handled by a manager class.