Difference between revisions of "Clanlib"
(Added Debian link) |
|||
Line 34: | Line 34: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience=Debian | + | |Resource audience=Debian (Ref) |
− | |Resource URL= | + | |Resource URL=https://tracker.debian.org/pkg/clanlib |
}} | }} | ||
{{Resource | {{Resource |
Revision as of 09:23, 15 February 2018
Clanlib
https://www.seul.org/~grumbel/tmp/clanlib/intro.html
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.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Magnus Norddahl | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer | VCS Repository Webview | http://www.clanlib.org/subversion.html |
Developer | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/clanlib-devel |
Debian (Ref) | https://tracker.debian.org/pkg/clanlib | |
Savannah (Ref) | https://savannah.nongnu.org/projects/clanlib | |
Support | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/clanlib-user |
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | libjpeg |
Weak prerequisite | libpng |
Weak prerequisite | mikmod & libvorbis |
Required to use | Hermes (http://clanlib.org/hermes) and zlib |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.