enotio / Tempest

Crossplatform 3d engine
MIT License
10 stars 3 forks source link

Tempest Logo

Build Status Build status

Crossplatform 3d engine.

Project has been moved to: https://github.com/Try/Tempest !

Supported platforms and API:

How to build

1. Install dependencies:

1.1. Install DirectXSDK, from www.microsoft.com

1.2. Install QtSDK(need qmake, plus mingw4.8+), from http://qt-project.org/downloads

1.3. Install Android SDK+NDK to compile android version

1.4. Install CgToolkit(optional), from developer.nvidia.com/cg-toolkit-download

 hint: you can disable directx support in .pro file.
 hint: you can enable cg support in .pro file.

2. Build(Console):

2.1 open Tempest directory

2.2 run qmake

2.3 run make

3. Build(QtCreator 3.0):

2.1 open Tempest.pro

2.2 configure build kit( set to MinGW4.8 )

2.3 click build button

Examples

00-Cube

example-01-cube

01-Bump

example-02-bump

02-Paint2d

example-03-paint2d

03-Load3ds

example-04-bump

04-Volume

example-04-bump