Jump to content

Crystal Space

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Trembluer12 (talk | contribs) at 06:47, 21 April 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Crystal Space
Developer(s)Jorrit Tyberghein et al.
Initial releaseAugust 26, 1997; 27 years ago (1997-08-26)[1]
Stable release
2.0 / July 3, 2012; 12 years ago (2012-07-03)
Repository
Written inC++
PlatformCross-platform
Type3D engine
LicenseGNU LGPLv2.1
Websitewww.crystalspace3d.org

Crystal Space is a framework for developing 3D applications written in C++ by Jorrit Tyberghein 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 software, licensed under GNU Lesser General Public License, 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 Shared Class Facility (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

See also

References

  1. ^ a b Template:Wayback
  2. ^ "Project of the Month, February 2003". Sourceforge.net. Retrieved 2012-07-30.