<?xml version="1.0"?>
<page title="ClanLib Game SDK">
  <section title="Links to ClanLib related projects">
    <subsection title="Display targets supported by ClanLib">
      <ul>
        <li><a href="http://www.xfree86.org">X11/XFree86</a>: Everyone has this if using Linux.</li>
        <li><a href="http://www.opengl.org">OpenGL</a>: OpenGL official site.</li>
        <li><a href="http://www.mesa3d.org">MESA</a>: Mesa provides OpenGL support for the linux platform.</li>
        <li><a href="http://www.microsoft.com/directx">DirectX</a>: The native display target on Windows.</li>
        <li><a href="http://www.directfb.org/">DirectFB</a>: DirectFB provides hardware graphics acceleration on top of the Linux Framebuffer Device.</li>
      </ul>
    </subsection>

    <subsection title="Libraries used by ClanLib">
      <ul>
        <li><a href="http://www.clanlib.org/hermes">Hermes</a>: Hermes provides fast functions for converting between pixel formats.</li>
        <li><a href="http://www.info-zip.org/pub/infozip/zlib/">Zlib</a>: ClanLib compresses data using this old but still good library.</li>
      </ul>
    </subsection>

    <subsection title="Optional libraries used by ClanLib">
      <ul>
        <li><a href="http://www.mikmod.org">MikMod</a>: MikMod is a sound library.</li>
        <li><a href="http://www.lua.org">Lua</a>: Lua is a powerful, light-weight programming language designed for extending applications (scripting).</li>
        <li><a href="http://www.libpng.org/pub/png/">Portable Network Graphics</a>: PNG - an image format.</li>
        <li><a href="http://www.libpng.org/pub/png/libpng.html">Portable Network Graphics Library</a>: Needed to load PNG files.</li>
        <li><a href="http://www.mikmod.org/">MikMod</a>: MikMod is a sound library which is able to play IT, XM, S3M, MTM, 669, STM, ULT, FAR, MED, AMF, DSM, IMF, GDM, STX, OKT and MOD module formats.</li>
        <li><a href="http://www.xiph.org/ogg/vorbis/index.html">The Ogg Vorbis CODEC project</a>: A fully Open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for high quality audio and music at fixed and variable bitrates. This places Vorbis in the same class as audio representations including MPEG-1 audio layer 3 (MP3), MPEG-4 audio (AAC and TwinVQ), and PAC.</li>
        <li><a href="http://www.freetype.org">FreeType</a>: ClanTTF use TrueType fonts.</li>
      </ul>
    </subsection>

    <subsection title="Add-on libraries to ClanLib">
      <ul>
        <li><a href="http://clanlib.org/~sphair/SphriteLib/">SphriteLib</a>: SphriteLib is an easy-to-use, yet fully featured, sprite library for ClanLib 0.6.</li>
      </ul>
    </subsection>

    <subsection title="ClanLib Bindings">
      <ul>
        <li><a href="http://clanruby.sourceforge.net/">ClanRuby</a>: ClanRuby is a set of bindings which allow ClanLib to be used from Ruby. </li>
        <li><a href="http://sourceforge.net/projects/clanperl">ClanPerl</a>: ClanPerl is a set of bindings which allow ClanLib to be used from Perl. </li>
      </ul>
    </subsection>

    <subsection title="Other ClanLib pages">
      <ul>
        <li><a href="http://www.advogato.org/proj/ClanLib">ClanLib advogato page</a>: Read diaries from people working with ClanLib.</li>
      </ul>
    </subsection>

    <subsection title="Misc">
      <ul>
        <li><a href="http://support.microsoft.com/support/kb/articles/Q181/5/06.ASP">Using .cc extension with Developer Studio</a>: Explains how to modify DevStudio to handle .cc extensions.</li>
      </ul>
    </subsection>
  </section>
</page>
