Crystal Space: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
New version
Line 5: Line 5:
| caption =
| caption =
| developer = Jorrit Tyberghein et al.
| developer = Jorrit Tyberghein et al.
| latest_release_version = 1.0rc1
| latest_release_version = 1.0
| latest_release_date = [[November 29]], [[2006]]
| latest_release_date = [[January 16]], [[2007]]
| latest_preview_version = 1.1
| latest_preview_version = 1.1
| latest_preview_date = [[November 30]], [[2006]]
| latest_preview_date = [[November 30]], [[2006]]

Revision as of 20:13, 16 January 2007

Crystal Space
Developer(s)Jorrit Tyberghein et al.
Stable release
Preview release
Repository
PlatformCross-platform
Type3D engine
LicenseLGPL
Websitewww.crystalspace3d.org

Crystal Space is a framework for developing 3D applications written in C++ by Jorrit Tyberghein and others. It was founded on August 26 1997. Crystal Space is typically used as a game engine but the framework is more general and can be used for any kind of 3D visualization. Crystal Space is very portable and runs on Microsoft Windows, Linux, UNIX, and Mac OS X. Crystal Space is also free software, licensed under GNU Lesser General Public License.

It can optionally use OpenGL (on all platforms), SDL (all SDL platforms), X11 (Unix or GNU/Linux) and SVGALib (GNU/Linux). It can also optionally use assembler routines using NASM and MMX.

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, like the OpenGL 3d renderer, by registering them via Crystal Space's Shared Class Facility (SCF).

See also

External links