Crystal Space

From Wikipedia, the free encyclopedia
Crystal Space
Crystal Space logo.svg
Developer(s)Jorrit Tyberghein et al.
Initial releaseAugust 26, 1997; 24 years ago (1997-08-26)[1]
Stable release
2.0 / July 3, 2012; 9 years ago (2012-07-03)
Repository
Written inC++
PlatformCross-platform
Type3D engine
LicenseLGPL-2.0-or-later
Websitewww.crystalspace3d.org

Crystal Space is a framework for developing 3D applications written in C++ by and others. The first public release was on August 26, 1997.[1] It is typically used as a game engine but the framework is more general and can be used for any kind of 3D visualization. It is very portable and runs on Microsoft Windows, Linux, UNIX, and Mac OS X. It is also free and open-source software, licensed under the GNU LGPL-2.0-or-later, and was SourceForge.net's Project of the Month for February 2003.[2]

Engine design[]

Crystal Space is programmed in object oriented C++. It is very modularly built with a number of more or less independent plugins. The client programs use the plugins, such as the OpenGL 3D renderer, by registering them via Crystal Space's (SCF).

Features[]

Crystal Space has modules for 2D and 3D graphics, sound, collision detection and physics through ODE and Bullet.

  • Graphics:
  • Mesh objects:
    • Plugin-based mesh system
    • Triangle-based meshes with frame and bone animation support
  • Collision detection and dynamics:
    • ODE and Bullet dynamics
    • Simplified collision detection when full dynamic simulation is not needed

Reception and usage[]

The engine was for instance used for the OpenOutcast and PlaneShift projects.[3]

References[]

  1. ^ a b "Archived copy". Archived from the original on October 21, 2007. Retrieved October 21, 2007.CS1 maint: archived copy as title (link)
  2. ^ "Project of the Month, February 2003". SourceForge.net. Archived from the original on 2012-07-28. Retrieved 2012-07-30.
  3. ^ Crystal Space 1.2 Released by Corvus Elrod on the Escapist (8 October 2007)

External links[]

Retrieved from ""