DarkBasic Pro is a game development language. It makes it very easy to quickly prototype a 2D or 3D animation. If you want to play with 3D or prototype some interesting ways to view your data then this is an excellent tool.

Here is a list of it’s key features.

I will be putting up some simple examples to show the power that this has as a tool and not just something to use to make games.

Simple example of creating and spinning a cube:

	MAKE OBJECT CUBE 1,100
	DO
	 YROTATE OBJECT 1,OBJECT ANGLE Y(1)+0.1
	LOOP

Take a tour of DarkBasic Pro