best website stats

Please Donate!

I am a college student, working diligently on this project in his free time. If DustyEngine has helped you in any way, please donate just $1!

Advertisements

Dusty Engine 9-1 (854k) - Download Here


This is the current release of Dusty Engine. This includes precompiled binaries for Dev-C++, Linux, and Visual Studio. Also included is the documentation for the engine and tutorials.

Tetris Game (821k) - Download Here


Here is a tetris clone created with Irrlicht and Dusty Engine. There are neat effects for the blocks, such as rotating and fading in/out. The purpose of the game is to stack up blocks and fill in a complete row of blocks, which will then be removed. If you run out of room to add new blocks, you lose the game. This is one of my favorite games on here, check it out!

Asteroids Game (3.58m) - Download Here


Here is a tetris clone created with Irrlicht and Dusty Engine. There are neat effects for the blocks, such as rotating and fading in/out. The purpose of the game is to stack up blocks and fill in a complete row of blocks, which will then be removed. If you run out of room to add new blocks, you lose the game. This is one of my favorite games on here, check it out!

Smiled Out (637k) - Download Here


This is a small game created with Dusty Engine 6.1 and Irrlicht 0.8. It is a small game called Smiled Out which is similar to the old-time game Lights Out. The purpose of the game is to convert all the faces on the board into smiley faces by moving the cursor to them and pressing the space bar. However, toggling one face will toggle all the faces around it!

Dusty Demo 1 (453k) - Download Here


This is a demo program using the engine. There are several models and they float and rotate around in 3d space. The objects scale and rotate and demonstrate how DE can control many objects at once.

Dusty Demo 2 (463k) - Download Here


This is the second demo of Dusty Engine. This demo is the implementation of the second tutorial, which shows how tasks can easily be extended to modify their abilities. This example shows a movement task being extended to where a small ball will "bounce" around once it reaches a certain bounding area.

Dusty Demo 3 (872k) - Download Here


This is the third demo of the engine which shows the time-based interpolation of Dusty Engine. In this demo, a bunch of models are created and they run around to random places at random times. All movement is time-based, using interpolation algorithms.

Dusty Demo 4 (1.47mb) - Download Here


This is the fourth demo of Dusty Engine, which shows off what can be down with the Entity system introduced in Release 8. 4 Warring factions wage a huge space battle in this simulation of a giant battle which uses state-driven artificial intelligence and DE8's Entities.