Torque3D/start/index.html
2014-04-01 16:09:21 +11:00

63 lines
2.2 KiB
HTML

---
layout: page
title: Get Started | Torque 3D
root: ..
---
<div class="banner"><div class="container">
<h2 id="download">Download</h2>
</div></div>
<div class="container">
<p>
If you don't want to bother compiling the engine yourself, but just want to
get started working on your game, a binary distribution is just the thing for
you. Below are links to the engine itself, and the Project Manager, a small
utility that helps you set up new Torque projects. You should download both
of them if you want to work with the engine.
</p>
<ul class="nav nav-tabs">
<li class="active"><a href="#windows-tab" data-toggle="tab">Windows</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="windows-tab">
<table class="borderless table">
<tr>
<td>Current version</td>
<td><a href="http://mit.garagegames.com/Torque3D-3-5-1.zip">Torque 3D 3.5.1</a></td>
</tr>
<tr>
<td></td>
<td><a href="http://mit.garagegames.com/T3DProjectManager-2-1.zip">Project Manager 2.1</a></td>
</tr>
<tr class="hrule"><td></td><td></td></tr>
<tr>
<td>Previous version</td>
<td><a href="http://mit.garagegames.com/Torque3D-3-5.zip">Torque 3D 3.5</a></td>
</tr>
<tr>
<td></td>
<td><a href="http://mit.garagegames.com/T3DProjectManager-2-0.zip">Project Manager 2.0</a></td>
</tr>
</table>
</div>
</div>
</div>
<div class="banner"><div class="container">
<h2 id="tutorials">Tutorials</h2>
</div></div>
<div class="container">
<p>
There is a wealth of learning material out there for the Torque line of engines,
some of which has been collected
<a href="http://www.garagegames.com/community/forums/viewthread/134078">here</a>.
Below are some tutorials that we highly recommend to beginners, but for more
comprehensive or specific tutorials we recommend you check the above link.
</p>
</div>