badkangaroo / Torque6

MIT Licensed 3D Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t6_logo

Torque 6 is an MIT licensed 3D engine loosely based on Torque2D. Taking the best of Torque2D and adding a modern 3D rendering engine it aims to be a contender in the free and open-source 3D engine category.

The engine is still under heavy development and not yet ready for use in a game.

Links

Features

  • Renderer supports DirectX 9, DirectX 11, OpenGL 2.1, OpenGL 3.1+, OpenGLES 2.1 and OpenGLES 3.1+.
  • Multiplatform support for Linux, Mac OS X and Windows.
  • Asset import support major formats such as FBX, Collada, OBJ and more.
  • TorqueScript scripting language
  • Module and asset management system
  • C++ DLL plugin support
  • Single glsl-like language for all shaders
  • Deferred shaded rendering pipline with forward shading for complex materials
  • Editing suite in development
  • Physical Based Rendering (PBR)
  • Node Based Material System
  • Bullet Physics Library

Building

Torque 6 uses GENie to generate projects to build the engine. The binaries and scripts are found in the build directory. Windows users can use build/GENERATE_VS2010/12/13.BAT to generate Visual Studio projects.

Example Projects

In Visual Studio open Properties of Torque6App and set Debugging -> Working Directory to the directory of the example you want to run and then Start Debugging.

Simple console example.

example-00-Console

A floor, 2 animated dwarves and a set of lights.

example-01-AnimatedMesh

Crytek Sponza with directional light.

example-02-Sponza

Grey cubes light up green when red cube collides with them.

example-03-Collision

Terrain loaded from heightmap. Textured with a technique similar to Leadwerk's Virtual Texture Terrain.

example-04-Terrain

Simple particle emitter demo.

example-05-Particles

Material demo showing varying metallic/roughness values.

example-06-Materials

Third Party Libraries

Special Thanks

About

MIT Licensed 3D Engine

License:MIT License


Languages

Language:C++ 54.2%Language:C 31.1%Language:Objective-C 3.8%Language:Shell 2.6%Language:HTML 2.3%Language:Makefile 1.8%Language:Objective-C++ 1.6%Language:Logos 1.2%Language:Python 0.7%Language:CMake 0.2%Language:Lua 0.1%Language:Groff 0.1%Language:Assembly 0.1%Language:Yacc 0.0%Language:Lex 0.0%Language:SuperCollider 0.0%Language:SAS 0.0%Language:Module Management System 0.0%Language:Awk 0.0%Language:JavaScript 0.0%Language:Smalltalk 0.0%Language:Scala 0.0%Language:Batchfile 0.0%Language:Java 0.0%Language:Perl 0.0%