Game Development Community

Gui Help

by Tom Perry · in Torque Game Engine · 06/25/2005 (12:37 pm) · 2 replies

I am slowly working my way around torque, and i think I am getting the hang of it. One of the main areas I am not so hot on though is the GUI system. I have a lot of trouble working out what each control does, and what each profile does. Is there a reference with them all in with a breif description? I have done searches but came up with nothing. At the moment it is all seeming very daunting as I can't work out what's what ( I am one of those guys who likes to know everyhitng and plan before I do anything). Is there anyone hwo can point me in the right direction?

#1
06/25/2005 (1:05 pm)
The best way to learn about the gui's is to look at the c++ code in the demo/gui folder. It's how I've been finding what the functions are and how to use them... And it appears none of the documentation currently available is up to date 100%. So it's pretty much a task of looking at the C++ and finding the console methods and such.

Vince
#2
06/25/2005 (1:22 pm)
I was affraid of that lol. O well, if anyone can give me a resource or link or somthing to any GUI information it owuld be appriciated. I am not that familiar with c++ so I could use any help I can get. Thanks for the reply Vince.