Sophie

Sophie

distrib > Mandriva > current > i586 > by-pkgid > 98920281af4e2e96d5ea984cee4f9e2f > files > 30

clanlib0.8-docs-0.8.1-5mdv2010.1.i586.rpm


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>ClanLib - Overview - ClanLib Game SDK</title>
<link rel="stylesheet" type="text/css" href="../../default.css">
</head>
<body style="background-color: #a4daea; color: black; margin: 1em 3em 1em 3em;">
<div style="border-style: solid; border-width:thin; border-color: black;">
<div style="background-color: white; color: black; padding: .3em 1em .3em 1em; border-bottom-style: dotted; border-bottom-width: 2px;">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="center">
<h1>
<a href="http://www.clanlib.org"><img style="border-style: none; padding-right: 130px;" src="../../gfx/clanlib.png" alt="ClanLib"></a>
</h1>
</td>
</tr>
</table>
<!--<div class="menu">
  <a href="index.html">News</a>
  <a href="intro.html">About</a>
  <a href="download.html">Download</a>
  <a href="cvs.html">CVS</a>
  <a class="active" href="docs.html">Docs</a>
  <a href="games.html">Games</a>
  <a href="contact.html">Contact</a>
  <a href="links.html">Links</a>
</div>-->
</div>
<div style="background-color: white; padding: 1em 3em 1em 3em;">
<!-- clanlib header end -->

<div style="border-bottom-style: dotted;  border-bottom-width: 1px; margin-bottom: 1em;"><h2>ClanLib - Overview</h2></div>



<p>The overview section is a walkthrough of many of ClanLib's components,
classes and interfaces. It is highly adviceable to read it from the one end
to the other, if you want to get a proper overview of what ClanLib can do
for you.</p>

<p>The ClanLib game SDK is a library that can ease your game development in
many ways. ClanLib has APIs for 2D graphics, 3D graphics, sound, network,
I/O, input, GUI and resource administration. ClanLib reads a number of
common image formats, either natively or through third-party libraries
supported by ClanLib. ClanLib provides transparent support for OpenGL, so
that you can use native OpenGL commands while letting ClanLib handle the
boring parts such as window management, sound, networking and all the other
things that are required to make a good game besides 3D graphics.</p>

<p>We will assume you're familiar with C++, and basic game programming
terminology. If you're just starting out on making games, perhaps you should
first look at a few of the numerous sites that describe game programming in
general.</p>

<p>If there is something you think is missing out in the documentation, please add a
comment to the page most relevant to the information you are seeking. We
will then when reviewing the documentation update it based on user
requests.</p>

<ul>
<li><a href="getting_started.html">Getting started</a><br>
<ul>The bootstrapping code needed in all ClanLib applications.</ul><br>
<li><a href="display-1.html">Display overview</a><br>
<ul>An overview over the display components.</ul><br>
<li><a href="input.html">Input overview</a><br>
<ul>Hints regarding getting input from the player.</ul><br>
<li><a href="resources-1.html">Resources</a><br>
<ul>Learn to use the resource system.</ul><br>
<li><a href="sound_overview.html">Sound overview</a><br>
<ul>Play samples and music.</ul><br>
<li><a href="signals.html">Signals & Slots overview</a><br>
<ul>Use a powerful component programming mechanism.</ul><br>
<li><a href="sprites_overview.html">Sprites overview</a><br>
<ul>How to use sprites. (NEED TEXT)</ul><br>
<li><a href="font_overview-1.html">Font overview</a><br>
<ul>Learn how to create and use fonts.</ul><br>
<li><a href="loading_graphics.html">Loading graphics overview</a><br>
<ul>A description on how to load graphics. (obsoleted by display overview?)</ul><br>
<li><a href="opengl_overview.html">OpenGL overview</a><br>
<ul>Using OpenGL with ClanLib.</ul><br>
<li><a href="gui_overview.html">GUI overview</a><br>
<ul>Add GUIs easily to your game.</ul><br>
<li><a href="gui_theme.html">GUI Theme/Style creation</a><br>
<ul>Add custom themes to your GUI.</ul><br>
<li><a href="gui_resources.html">GUI XML creation</a><br>
<ul>Use XML to define your GUIs.</ul><br>
<li><a href="network_overview.html">Network overview</a><br>
<ul>Easy and powerful network communication.</ul><br>
<li><a href="pointers.html">Smart pointers</a><br>
<ul>Smart pointers offered by ClanLib.</ul><br>
<li><a href="crash_reporter.html">Post-Mortem Debugging</a><br>
<ul>Find rare crashes due to stuff like race conditions with the ClanLib Crash Reporter.</ul><br>
<li><a href="core_resources.html">Core resources</a><br>
<ul>The resource options for boolean, integer, float, string and raw.</ul><br>
<li><a href="font_resources.html">Font resources</a><br>
<ul>The resource options for creating fonts.</ul><br>
<li><a href="sprites_resources.html">Sprite resources</a><br>
<ul>The resource options for creating sprites.</ul><br>
<li><a href="surface_resources.html">Surface resources</a><br>
<ul>The resource options for creating surfaces.</ul><br>
<li><a href="sample_resources.html">Sample resources</a><br>
<ul>The resource options for creating samples.</ul><br>
<li><a href="tipsandtricks.html">Tips & Tricks</a><br>
<ul>Tips and tricks on various topics.</ul><br>
<li><a href="collision_detection.html">Collision Detection</a><br>
<ul>Advanced collision detection made easy.</ul><br>
<li><a href="adding_resources.html">Custom Resources</a><br>
<ul>Create your own resource types.</ul><br>
</ul>

<!-- clanlib footer begin -->
<div style="margin-top: 0em; text-align: center; color: #a0a0a0; border-top-style: dotted; border-top-width: 1px;">
              Questions or comments, write to the <a href="http://clanlib.org/contact.html">ClanLib mailing list</a>.
            </div>
</div>
</div>
</body>
</html>