GUI

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
emadof85
Posts: 31
Joined: Sun May 25, 2014 6:10 pm

GUI

Post by emadof85 »

I will use irrlicht GUI , I will use buttons,listboxes,treevies ,....
but how to add a rectangle or panel or any container to show my scene
please help me
CuteAlien
Admin
Posts: 9682
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: GUI

Post by CuteAlien »

Sorry for taking so long to answer - I've currently only a little time on the weekends as I'm not home a lot.

First - please don't open so many threads. And don't put them all in Advanced Help when you are just starting out with this stuff. If you need gui elements which are not already inside Irrlicht you have to code them. Or look around the forum if someone else coded them already. Irrlicht's gui system is pretty game-specific, so don't expect the features of a general GUI like Qt or similar libraries. In most games you just need buttons, images and text...
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