Top > All Packages in Directory > Clanlib

Clanlib - Game SDK

ClanLib is a medium level development kit. At its lowest level, it provides a platform independent way of dealing with display, sound, input, networking, files, threading, etc. Beyond that ClanLib builds a generic game development framework, giving you easy handling of resources, network object replication, graphical user interfaces (GUI) with theme support, game scripting and more. It lets game developers avoid lowlevel trivials like setting up a directdraw window, sound mixing, reading image files, etc. All those things are simplified into object oriented classes and function calls.

ClanLib uses a resource system to keep track of images, fonts, samples and music. It supports Targa, PCX, JPEG, PNG and BMP for images; wave files for sample; and Ogg Vorbis and MikMod for music. The resource system separates physical data formats from your code, and makes it easy to make themes and other plugins for your game.

All classes in clanlib focus on making simple interfaces that are customizeable and expandable. This keeps your game code clean and simple, but still lets you to do advanced work. ClanLib is object oriented, which lets you operate at both high and low levels, minimizing redundant code but still letting you do things not supported by clanlib's high level APIs.



Obtaining

Web pagehttp://www.clanlib.org/
Source tarballhttp://clanlib.org/~sphair/download/ClanLib-0.7.8-1.tar.gz
Source informationhttp://clanlib.org/download/
Version 0.7.8 (stable) released on 2004-05-11
Licensed under LGPL.
This is not a GNU package.

Documentation
User FAQ available in HTML format from http://www.clanlib.org/ClanLib-0.7.cgi/FAQ.html; Developer API guide available in HTML format from http://www.clanlib.org/ClanLib-0.7.cgi/Reference/html/modules.html; User tutorials available in HTML format from http://www.clanlib.org/docs.html
Support contacts

Help List<clanlib-user@dark.x.dtu.dk> http://clanlib.org/development/mailinglist.html
Developer List<clanlib-dev@dark.x.dtu.dk> http://clanlib.org/development/mailinglist.html

Project contacts

Maintainers
Developers

Related information

Source repository:pserver:anonymous@dark.x.dtu.dk:/usr/local/cvsroot password: http://www.clanlib.org/development/cvs.html
Interfaceslibrary
Source languagesC++
Use requirementsHermes (http://clanlib.org/hermes) and zlib
Weak prerequisiteslibjpeg, libpng, mikmod & libvorbis
Related programsSDL, Plib

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2002-10-31
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.