Torque 2D - Script - C++ Lib
by Glen Martin · in General Discussion · 03/05/2005 (11:08 am) · 3 replies
To use Torque 2D do you need to use the scripting language or can you just link to a dll or lib file?
Also do you have to use the entire engine or can you use so just the particle effects?
Also do you have to use the entire engine or can you use so just the particle effects?
#2
03/05/2005 (2:02 pm)
David is correct, you can do all your work in C++, but T2D isn't a library. And yes, if you wanted, you could just pull out the particle effect stuff and use that inside some other context. Building a game right in T2D, with TorqueScript, is the (highly) recommended solution, but you can do it without if you want.
#3
03/05/2005 (5:45 pm)
Thanks for the info and quick reply.
Associate David Montgomery-Blake
David MontgomeryBlake