What is GEM 3D SDK

23
Oct
0

The GEM 3D is a portable, free, open source, easy to use, software development kit which allows you to build high performance 3D graphics
applications such as games.
download it here:
http://gem3d.sourceforge.net/

What is DXQuake3

23
Oct
0

Quake3 is one of the most widely documented games out there. Many people have dissected the .MD3 model files and .BSP level files that form the main artist assets in the game, providing a good foundation for writing your own Quake3 model viewer or level viewer. More importantly, the source code Quake3 game logic has been released by id Software so you can make mods. Mods are supposed to modify the game logic to make it easy to make a new game using the Quake3 3D engine. I have used them in reverse, making an engine which interfaces with the game DLLs to replace Quake3.exe. It is called DXQuake3 as it uses DirectX instead of OpenGL as its graphics API.
download it here:

http://www.dxquake3.dsl.pipex.com/

Dim3 – a free and open-source engine

23
Oct
0

Dim3 is a free and open-source engine for creating 3D games. Some of the engines features include shader support, per-pixel lighting, bump, and specular mapping, real-time lighting and/or baked lighting, particles and other special effects, skeletal animation and customization through javascript.

 

www.klinksoftware.com

Crystal Space 3D – an open source 3D engine written in C++

20
Oct
0

Crystal Space is primarily a Software Development Kit, a middleware for developing 3D applications. There is a strong focus on games in particular, but Crystal Space itself is not limited to that. Notable features include strong cross-platform support, numerous utilities, and bindings for multiple languages.

download it here
http://www.crystalspace3d.org/main/Download