[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This chapter describes the features of the libraries of which Crystal Space consists.
6.1 System Library ( csSys
)6.2 Utility Library ( csUtil
)6.3 Shared Class Facility (SCF) 6.4 Geometry Library ( csGeom
)6.5 Crystal Space Windowing System (CSWS)
This section presents a quick overview of the libraries provided by Crystal Space. More detailed descriptions of these facilities may be found in later sections.
csEngine
csEngine
). In the future the preferred way
to access the engine will be to use the engine plugin. At this moment
this is still not fully possible because the SCF interfaces for the
engine plugin are not complete yet.
csTool
csPixmap
class for simple 2D graphics and
a number of predefined procedural textures. It also contains basic support
structures for the model importers, the csColliderWrapper class and the
notion of key-value pairs (to be attached to csObject's).
csSys
csUtil
SCF (Shared Class Facility)
csUtil
library. It is explained
in a separate section as it is both complex (compared to the rest of
csUtil
) and fundamental to the understanding of plug-ins. See section 6.3 Shared Class Facility (SCF).
csGeom
csGeom
).
csGfx
csWS
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |