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
drulz
Posts: 11
Joined: Thu Jun 09, 2005 5:08 am

GUI question

Post by drulz »

how can i make my gui works like those of some famous RPG game,
i mean how can i make an Inventory using the GUI functions in irrlicht, im talking about "slots" in here where the player can place thier weapons/armors lets say for example head slot or the hand slot for weapons

any ideas guys?
disanti
Posts: 367
Joined: Sat Jan 17, 2004 1:36 am
Location: California, US
Contact:

Post by disanti »

You will probably have to program it yourself, as Irrlicht's GUI is mainly like the GUI you see in Windows.
________
FREE THEMES
Last edited by disanti on Thu Feb 24, 2011 10:36 am, edited 1 time in total.
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

.. or just extend it a little bit. With a new GUIElement which is able to display icons like an inventory and stuff like that.
Post Reply