Game Development Community

Is TGB part of TorqueX?

by Damon DuBois · in Torque Game Builder · 05/18/2011 (10:52 pm) · 2 replies

Is TGB part of TorqueX?

I noticed that torque2D is part of torqueX, but it's not clear how much of the functionality of TGB is included in that?

Also, if it's not included can TGB work as an add-on to TorqueX?


Thanks!

About the author

Recent Threads


#1
05/19/2011 (10:00 am)
No. They are completely separate products. The visual interface for TX 2D was based on T2D, but that is only the editor interface. Any and all engine code is completely re-written for TorqueX since it is a C# and XNA engine whereas T2D is a C++ engine with TorqueScript as its scripting language.
#2
05/19/2011 (5:10 pm)
Ok, thanks!