Home

Awesome

t6_logo

Torque 6 Editor is an MIT licensed editing suite for the Torque 6 engine.

Links

Building

Torque 6 Editor uses GENie to generate projects to build the editor and the engine. The binaries and scripts are found in the build directory. Windows users can use build/GENERATE_VS**.BAT to generate Visual Studio projects. Torque 6 Editor has a dependency on wxWidgets so you must build it first. See "Building wxWidgets" below for more information.

The engine folder is a git submodule of the main engine repo. You don't have to clone the engine, it will automatically be cloned and updated as a git submodule.

Building wxWidgets