* updated yet more dir-less .cache DEPs
[t2sde.git] / package / games / clanlib / clanlib.desc
blob16b7a12d0c9117b2312bb367a5ea6e2a6976fd87
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/clanlib/clanlib.desc
3 [COPY] Copyright (C) 2004 - 2022 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
5 [COPY] 
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
8 [COPY] 
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] A game SDK
15 [T] ClanLib is a medium level development kit. At its lowest level, it
16 [T] provides a platform independent (as much as that is possible in C++)
17 [T] way of dealing with display, sound, input, networking, files,
18 [T] threadding and such.
19 [T]
20 [T] On top of that, ClanLib builds a generic game development framework,
21 [T] giving you easy handling of resources, network object replication,
22 [T] graphical user interfaces (GUI) with theme support, game scripting
23 [T] and more.
24 [T]
25 [T] The goal of ClanLib is to allow the game developer to focus on stuff
26 [T] that matters, avoiding all those nasty (and boring) lowlevel trivials
27 [T] like setting up a directdraw window, sound mixing, reading image
28 [T] files, etc. All those things are simplified into object oriented
29 [T] classes and function calls, making it a joy to write your game.
30 [T]
31 [T] ClanLib uses a resource system to keep track of images, fonts, samples
32 [T] and music. It supports Targa, PCX, JPEG, PNG and BMP for images. Wave
33 [T] files for sample. Ogg Vorbis (open sound format that has same sound
34 [T] quality as mp3) and MikMod for music. By using a resource system,
35 [T] you cleanly seperate the physical data formats from your code, and
36 [T] makes it easy to make themes and other plugins for your game. The
37 [T] resource system is written in a manner that allows you to add your
38 [T] own custom resources.
39 [T]
40 [T] WARNING: this lib is very huge, but unfortunately needed by games like
41 [T] methane brothers or pingus
43 [U] https://www.clanlib.org/
45 [A] Magnus Norddahl <mbn@clanlib.org>
46 [M] The T2 Project <t2@t2-project.org>
48 [C] extra/development extra/game
49 [F] CROSS
51 [L] GPL
52 [S] Stable
53 [V] 2.3.7
54 [P] X -----5---9 211.800
56 [D] 3f9727834ce1cde092ad4cd766753dc158d2860eba5d567e03b1f8f7 ClanLib-2.3.7.tgz http://www.clanlib.org/download/releases-2.0/