= Welcome to Defend = Defend will be a cross-platform real time strategy game written in D. == What is done == * A simple scene graph * Loading and rendering .OBJ meshes * Generating and rendering a terrain * Multiplayer protocol * Synchronized object management * Pathfinding * Finding out over which terrain tile the mouse is == TODO == * Units * Buildings * HUD * Improve pathfinding (for example make it ready for being parallelized) * Mesh animations * AI * ... == Libraries used == Currently, Defend is using these libraries: * [/projects/tango Tango] * [/projects/derelict Derelict] * [http://opengl.org/ OpenGL] * [http://openal.org/ OpenAL] * [http://freetype.sourceforge.net/index2.html FreeType]