GUI question

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
strelkin7
Posts: 9
Joined: Mon Apr 20, 2009 3:20 pm

GUI question

Post by strelkin7 »

Hi to all
I have one question about GUI.
How to implement GUI controls like ServerBrowser and Toolbox in VisualStudio?
How to implement automatically hide&show for windows?

Thx
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Don't know where you got stuck... in general - you code it.
As soon as you want to do more complicated GUI you will usually have to write some own gui-elements. Maybe add a few screenshots (or draw it in paintbrush or something like that) to show what exactly you need, then people can give you more help.
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
Post Reply