BRAINSTEM GAME ENGINE - ALPHA BUILD - WILL BEDDOW 2010
******************************************************
HTTP://343GS.COM/BRAINSTEM
WILL@343GS.COM

This archive contains the C++ source for the
engine and an example game created with it 
called the 'Sandbox'. The Visual Studio solution is
built in VS2010.

*PLEASE NOTE* that this software is currently under 
development and is subject to change and improvement. 
Some aspects of the system are incomplete and/or 
unstable due to ongoing implementation.

// -------------------------
SYSTEM REQUIREMENTS
// -------------------------

In order to RUN, you will need..

	* Windows XP or later.
	* A graphics card that supports Direct3D9 and Shader Model 3.0 or later.

In order to COMPILE, you will need..

	* Windows XP or later.
	* A graphics card that supports Direct3D9 and Shader Model 3.0 or later.
	* (To use the same solution files), Visual Studio 2010.
	* The Direct3D9 SDK.

// -------------------------
DIRECTORIES AND INSTRUCTIONS
// -------------------------

Engine Source Directory: .\Brainstem\src\
Engine Include Directory: .\Brainstem\include\

Sandbox Source Directory: .\Sandbox\

Compilation Directory: .\Brainstem\bin\
	(There is already a pre-compiled version here)

To run, simply execute Sandbox.exe in the compilation directory.

// -------------------------

Thanks :)