Crystal Space
Details
| Size: | 38542K |
| Last Update: | 2008-05-22 22:03:46 |
| Version: | 1.0 RC1 |
| OS Support: | Linux |
| License/Program Type: | LGPL (GNU Lesser General Public License) |
| Publisher: | Jorrit Tyberghein |
| Price: | $0.00 |
Description:
Crystal Space 1.0 RC1 is fps software developed by Jorrit Tyberghein.
Crystal Space is a free and portable 3D Game Development Kit written in C++. It supports: true six degrees of freedom, colored lighting, lightmapped and stencil based lighting, shader support (CG, vertex programs, fragment programs, ...), mipmapping, portals, mirrors, alpha transparency, reflective surfaces, 3D sprites (frame based or with skeletal animation using cal3d animation library), procedural textures, particle systems, halos, volumetric fog, scripting (using Python, Perl, Java, or potentially other languages), 16-bit and 32-bit display support, OpenGL, and software renderer, font support (also with freetype), hierarchical transformations, physics plugin based on ODE, ... See the extensive list of features for more details.
Crystal Space currently runs on GNU/Linux, general Unix, Windows, Windows NT, and MacOS/X. 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.
Crystal Space is a large open source project. There are about 700 people subscribed to the Crystal Space mailing list.
The second important feature of Crystal Space is that it is written to run under a wide variety of hardware and software platforms. As of this writing Crystal Space has been known to run on the following systems. Note that if a system is listed here it does not necessarily mean that it is 100% supported:
Windows (Windows 9x/NT/ME/2000/XP)
Unix (Linux, FreeBSD, etc.)
MacOS/X
Here are some key features of "Crystal Space":
Geometric utility library with handy classes such as 2D and 3D vectors, matrices, transforms, quaternions, kdtree, axis aligned and oriented bounding box routines, rectangle subdivision, etc. See section 6.3 Geometry Library (csGeom).
General utility library with stuff like templated arrays, smart pointer, hashmap, object registry, plugin manager, radix sort, bit array, optimized allocators, strings, etc. See section 6.1 Utility Library (csUtil).
Higher level tool library containing things like some example procedural textures (plasma, fire, and water), full screen effects, collider support, texture generation tools, etc.
Graphics library with simple utilities to do mipmapping, color quantization, calculation of color gradients, simple bumpmapping, etc.
2D and 3D polygons
Shared Class Facility SCF. See section 6.2 Shared Class Facility (SCF). See section 5.1 Developing a Crystal Space Application.
Smart Pointers. See section 5.8.1 Correctly Using Smart Pointers.
Flexible plug-in system. See section 6.2 Shared Class Facility (SCF). See section 5.8.20 Create Your Own Plugin.
Virtual file system and transparent support for ZIP files. See section 7.2 Virtual File System (VFS).
Configuration files. See section 3.2 Configuration File.
Command-line parsing. See section 5.1 Developing a Crystal Space Application.
Event system.
Full screen effects (fading, whiteout, etc).
Procedural textures. See section 7.3.1 Procedural Texture System. See section 7.5.6 Texture Mapping.
Level of Detail. See section 7.5.11 Level of Detail.
Animated 3D models (3D sprites). See section 7.9 Animation.
2D animations.
Quake MD3 and MDL to Crystal Space convertor. See section 5.6 md32spr Tutorial.
The `sprcal3d' plugin is able to load Cal3D models. See section 7.7.6 SpriteCal3D Mesh Object.
Crystal Space native windowing system(s). See section 7.11 Alternate Windowing System (AWS). See section 6.4 Crystal Space Windowing System (CSWS).
2D canvases (OpenGL, DirectDraw, X11, CoreGraphics, Cocoa, null, memory)
3D renderers (OpenGL, software, null). See section 7.3 Graphics Drivers.
Playing AVI streams (DivX 4, OpenDivX) on a texture.
Various image loaders (BMP, GIF, JPG, PNG, SGI, TGA, WAL).
Portals and sectors. See section 7.5.2 Portal Engine.
Lighting: static, pseudo-dynamic, dynamic, halos, shadows, stencil shadows. See section 7.5.3 Lighting. See section 5.8.9 Pseudo-dynamic Lights.
Bezier curves.
Visibility culling based on kd-tree with coverage buffers (Dynavis). See section 7.5.7 Visibility Culling In Detail.
Multiple cameras. See section 5.8.7 Camera Movement.
Textures, materials, and shaders. See section 7.5.6 Texture Mapping.
Sound drivers (CoreAudio, OSS, and WaveOut). See section 7.4 Sound Drivers.
Sound renderers (software, DirectSound 3D, EAX, aRts). See section 7.4 Sound Drivers.
Sound loaders (WAV, AU, IFF, AIFF, MOD, MP3, OGG). See section 7.4 Sound Drivers.
Thing and other mesh objects. See section 7.7 Mesh Object Plug-In System. See section 7.7.19 Thing Mesh Object, See section 5.8.5 Creating a Thing Mesh. See section 7.7.7 Genmesh Mesh Object. See section 5.8.6 Creating a Genmesh Mesh.
2D and 3D sprites. See section 7.7.5 Sprite3D Mesh Object. See section 7.7.4 Sprite2D Mesh Object.
Terrain engines with support for texture splatting (dynamically merging multiple textures on a terrain and LOD). See section 7.7.18 Terrain Mesh Object.
Particle systems (fire, explosions, rain, snow, spirals, fountain). See section 7.7.10 Particle Systems in General.
Haze mesh (a bit like volumetric light). See section 7.7.17 Haze Mesh Object.
Pull-down console that you can integrate in your own games. See section 3.4.5 Console Configuration.
Collision detection (using RAPID or OPCODE). See section 5.8.2 Doing Collision Detection.
Powerful sequence manager to control movement, animation and other features in a world. See section 7.5.12 Sequence Manager.
Bitmapped and vector fonts (FreeFont). See section 5.8.22 Using a Custom Font.
Map file loader and converters. See section 7.6.1 Format of Map File (XML), See section 5.4 Simple Tutorial 3: Map Loading. See section 7.6.2 Old Format of Map File.
Scripting bindings (Python, Perl, Java). See section 7.8 Scripting Languages.
Skeletal animation. See section 7.7.6 SpriteCal3D Mesh Object.
Object movement. See section 5.8.4 Mesh Movement.
Movie Recording plugin. See section 5.8.23 Recording Movies.
Debugging system
What's New in This Release:
Bugfix in ODE which crashed if there was no collision polygon mesh on the object.
Fix in 3D sound.
Bugfix in LoadMountsFromFile().
Memory corruption fixed in xmlshader.
Mouse cursor change for win32.
Shader variables will now correctly find textures based on region settings.
Terrain collision bug fixed (CD didn't work for terrain that was moved away from 0,0,0).
Terrain levels using alpha maps (like terraina) didn't work anymore.
ICE Look and feel for CEGUI 0.5 fixed.
Texture compression and AFP are now disabled for Intel DRI driver since this caused problems.
RECT textures are disabled for nVidia cards since they also caused problems.
Destroying CS environment on linux could cause the environment to become corrupted.
Collision detection improvements (impossible to get stuck and impossible to go through walls).
Castle level license from by-nc to by-nc-sa.
Crystal Space 1.0 RC1 supports english interface languages and works with Linux.
Downloading Crystal Space 1.0 RC1 will take several minutes if you use fast ADSL connection.
0 comments
Downloadtube.com agrees that pirated software hurts software
developers and does not support such practices. We acknowledge and
agree that software piracy is theft. Using Crystal Space crack,
Crystal Space key generator, Crystal Space keygen, as well as any
pirated Crystal Space serial number/serial numbers and Crystal Space
registration code/codes, warez, keys, torrents, passwords, is illegal
and does not support the future development of Crystal Space.
Downloadtube.com advises that Crystal Space should be only used in
accordance with the rules of intellectual property and the existing
Criminal Code. Downloadtube.com does not allow the inclusion of any
crack, serial or keygen and disclaims any liability for the
inappropriate use of Crystal Space.
Add to
Crystal Space Version History
Related Software
|
|
From category: MUD |
| Crossfire+ 2006-09-17 is mud software developed by Marc Lehmann. Its main purpose, besides being fun to play, is to demo the specific versions of the server, archetypes and maps used by crossfire+.... |
|
|
From category: TBS |
| Conectayas 0.16a is tbs software developed by Juan Alba Maldonado. Conectayas is a game that is like \"Connect Four\" but is transformable to \"Tic-Tac-Toe\" and to a lot of similar games that use... |
|
|
From category: RPG |
| Dominion 2.8.2 is rpg software developed by Mark Galassi. Dominion is a multi-playerworld simulation and role-playing game. Each user controls a nation, making economic, political and military deci... |
|
|
From category: RTS |
| Attal 0.10.1 is rts software developed by Attal Team. Attal: Lords of Doom is a strategy game still in development. It\'s a turn-based strategy game, that can be played alone (against AI) or... |
|
|
From category: Arcade |
| Don Ceferino Hazana 0.97.5 is arcade software developed by Hugo Ruscitti & Walter Velzquez. Don Ceferino Hazana is an action game similar to Super Pang. A game similar to \'Super Pang\'. You... |
|
|
From category: FPS |
| FreeDoom 0.5 is fps software developed by FreeDoom Team. FreeDoom is free content for free Doom engines. Id Software have released the source code to their classic game, Doom, under the GNU... |
|
|
From category: Action |
| Fifgure Fiften Puzzle Game, remove buttons ito show the hidden picture underneath. Figure Fifteen is a game where you try and remove buttons that total fifteen. Remove your buttons in a logical order,... |
|
|
From category: Arcade |
| ButterFlight 2.2 is arcade software developed by Absolutist. ButterFlight is a new wonderful game for Linux! You play on the glade that is filled with the multicolored butterflies. At every round,... |
|
|
From category: Arcade |
| Enemy Lines 7 0.6 is arcade software developed by Raphael Pikrin. Enemy lines 7 is a single player first person 3d shooter game. Shoot down enemy bombers threatening your city. Requir... |
|
|
From category: Arcade |
| Wah!Cade is a GUI front-end to the xmame emulator for arcade games.... |
|
|
From category: Arcade |
| Balder2D 1.0 RC1 is arcade software developed by Bjorn Hansen. Balder2D is a 2D shooter in Zero gravity. Balder2D uses SDL, with the SDL_image, SDL_mixer, Guichan, GNE, and Boost Filesystem... |
|
|
From category: MUD |
| Eternal Lands 1.3.2 is mud software developed by Radu Privantu. Eternal Lands is a MMORPG client (massive multiplay online role playing game) currently under development. The game is now in Beta st... |
|
|
From category: Simulation |
| NetStats Baseball project consists of a simulation of major league baseball.... |
|
|
From category: Simulations |
| Kindergarten is a fun-filled, colorful and interactive management game where you play Mila, the kindergarten owner! You have to help Mila take care of the babies that get dropped off by their mommies!... |
|
|
From category: Puzzle |
| BOXit 2.0.0 is puzzle software developed by Frank Hollwitz. BOXit is a small logic game for occasionally. Clear the playing field as far as possible, by dragging same-colored or equivalent tokens o... |
Leave a comment