1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- Created by texi2html 1.64 -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
Karl Berry <karl@freefriends.org>
Olaf Bachmann <obachman@mathematik.uni-kl.de>
and many others.
Maintained by: Olaf Bachmann <obachman@mathematik.uni-kl.de>
Send bugs and suggestions to <texi2html@mathematik.uni-kl.de>
-->
<HTML>
<HEAD>
<TITLE>Crystal Space: Plug-In Overview</TITLE>
<META NAME="description" CONTENT="Crystal Space: Plug-In Overview">
<META NAME="keywords" CONTENT="Crystal Space: Plug-In Overview">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="texi2html 1.64">
</HEAD>
<BODY LANG="" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#800080" ALINK="#FF0000">
<A NAME="SEC339"></A>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_159.html#SEC338"> < </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_161.html#SEC340"> > </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_159.html#SEC338"> << </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_159.html#SEC338"> Up </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_246.html#SEC610"> >> </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top">Top</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_toc.html#SEC_Contents">Contents</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_285.html#SEC711">Index</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_abt.html#SEC_About"> ? </A>]</TD>
</TR></TABLE>
<HR SIZE=1>
<H2> 7.1 Quick Overview </H2>
<!--docid::SEC339::-->
<P>
This section presents a quick overview of the plug-ins provided by Crystal
Space. More detailed descriptions of these facilities may be found in later
sections.
</P><P>
<UL>
<LI>
<EM>VFS</EM> (Virtual File System)
<P>
VFS serves as the basic module for file access for all parts of Crystal
Space. It allows one to map "virtual" directories to "real" ones; to map
several real directories together as a single virtual directory; and to treat
`<TT>.zip</TT>' files like subdirectories. See section <A HREF="cs_161.html#SEC340">7.2 Virtual File System (VFS)</A>.
</P><P>
<LI>
<EM>Graphics Drivers</EM>
<P>
The graphics modules provide "low-level" graphics output. This includes
drawing pixels, lines and text, but also drawing polygons and polygon meshes
to support hardware acceleration. See section <A HREF="cs_164.html#SEC343">7.3 Graphics Drivers</A>. The graphics
drivers themselves uses a "canvas" plugin specific to the operating
system and/or the graphics driver in order to open a window or setup the
graphics base system.
</P><P>
<LI>
<EM>Sound Drivers</EM>
<P>
The sound modules allow you to load and play sound effects and music. 3d
effects are supported, as well as different ways to the same sound file.
See section <A HREF="cs_166.html#SEC350">7.4 Sound Drivers</A>.
</P><P>
<LI>
<EM>Network Drivers</EM>
<P>
The networking modules allow CS programs to communicate between a network,
internet or similar connection. See section <A HREF="cs_167.html#SEC358">7.5 Network Drivers</A>.
</P><P>
<LI>
<EM>3D Engine</EM>
<P>
Historically the engine was written as a library and it can still be used
in that manner. However, it is now recommended to use the engine as a
plugin instead. See section <A HREF="cs_168.html#SEC359">7.6 The 3D Engine (<CODE>csEngine</CODE>)</A>.
</P><P>
<LI>
<EM>Mesh Objects</EM>
<P>
Mesh objects are 3D objects that can be used and displayed by the engine.
Examples are 3D sprites, 2D sprites, particle systems, terrain mesh, ....
This functionality used to be in the engine but has been removed from the
engine for greater flexibility. See section <A HREF="cs_201.html#SEC452">7.8 Mesh Object Plug-In System</A>.
</P><P>
<LI>
<EM>Map Loader</EM>
<P>
This plug-in provides map loading capabilities for your game. In addition
it also contains functions to load mesh objects, textures, and sounds.
See section <A HREF="cs_196.html#SEC414">7.7 The Map File Parser (<CODE>csParser</CODE>)</A>.
</P><P>
<LI>
<EM>Model Converters</EM>
<P>
Helps loading model files of various formats (3DS, ASE, MDL, MD2, ...)
and store them in a common data structure. See section <A HREF="cs_226.html#SEC559">7.11 Importing Model Files</A>.
</P><P>
<LI>
<EM>Image Loaders</EM>
<P>
In many cases you don't have to use these plugins directly as they
are used automatically by the Map Loader. However in some cases you
might want to access the image loaders in your own application. These
plugins are responsible for loading various types of images (GIF,
PNG, JPG, ...).
</P><P>
<LI>
<EM>Collision Detection</EM>
<P>
There is currently only one collision plug-in, using the RAPID algorithm.
Collision is based on testing for intersection of two objects.
</P><P>
<LI>
<EM>Console Output</EM> and <EM>Console Input</EM>
<P>
These plug-in modules can be used for console-like text input and output,
similar to the console in Quake.
</P><P>
<LI>
<EM>Scripting</EM>
<P>
The scripting plug-in modules allows support for Python and Lua scripts.
See section <A HREF="cs_220.html#SEC543">7.9 csPython</A>.
</P><P>
<LI>
<EM>Font Server</EM>
<P>
The font server can be used to display different fonts in your application.
</P><P>
<LI>
<EM>Motion Manager</EM>
<P>
Skeletal motion manager.
</P><P>
<LI>
<EM>Reporter</EM>
<P>
The reporter plugin is used by all plugins in Crystal Space to report
about errors, warnings, and other notification messages. A game or
application can also use the reporter to report messages. You can set up
a listener to listen to messages that arrive on the reporter or you can
use the standard reporter listener plugin below.
</P><P>
<LI>
<EM>Standard Reporter Listener</EM>
<P>
This plugin listens to messages that arrive at the reporter and
displays them in some manner. It is the easiest way to handle
messages from the reporter. You can control what should happen with
each type of message and to what output device it should go (i.e. things
like output console, standard output, and so on).
</P><P>
<LI>
<EM>Performance Statistics</EM>
<P>
This plug-in helps to measure performance of the 3D engine.
</P><P>
</UL>
<A NAME="VFS"></A>
<HR SIZE=1>
<TABLE CELLPADDING=1 CELLSPACING=1 BORDER=0>
<TR><TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_159.html#SEC338"> < </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_161.html#SEC340"> > </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_159.html#SEC338"> << </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_159.html#SEC338"> Up </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_246.html#SEC610"> >> </A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT"> <TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="index.html#SEC_Top">Top</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_toc.html#SEC_Contents">Contents</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_285.html#SEC711">Index</A>]</TD>
<TD VALIGN="MIDDLE" ALIGN="LEFT">[<A HREF="cs_abt.html#SEC_About"> ? </A>]</TD>
</TR></TABLE>
<BR>
<FONT SIZE="-1">
This document was generated
using <A HREF="http://www.mathematik.uni-kl.de/~obachman/Texi2html
"><I>texi2html</I></A>
</BODY>
</HTML>
|