* updated maddy (0.7.1 -> 0.8.1), untested
[t2sde.git] / package / games / clanlib / clanlib.desc
blob5c2163a7f0b75e58ca5545093e21dd381889d48c
1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/clanlib/clanlib.desc
3 [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
5 [COPY] SPDX-License-Identifier: GPL-2.0
6 [COPY] --- T2-COPYRIGHT-END ---
8 [I] A game SDK
10 [T] ClanLib is a medium level development kit. At its lowest level, it
11 [T] provides a platform independent (as much as that is possible in C++)
12 [T] way of dealing with display, sound, input, networking, files,
13 [T] threadding and such.
14 [T]
15 [T] On top of that, ClanLib builds a generic game development framework,
16 [T] giving you easy handling of resources, network object replication,
17 [T] graphical user interfaces (GUI) with theme support, game scripting
18 [T] and more.
19 [T]
20 [T] The goal of ClanLib is to allow the game developer to focus on stuff
21 [T] that matters, avoiding all those nasty (and boring) lowlevel trivials
22 [T] like setting up a directdraw window, sound mixing, reading image
23 [T] files, etc. All those things are simplified into object oriented
24 [T] classes and function calls, making it a joy to write your game.
25 [T]
26 [T] ClanLib uses a resource system to keep track of images, fonts, samples
27 [T] and music. It supports Targa, PCX, JPEG, PNG and BMP for images. Wave
28 [T] files for sample. Ogg Vorbis (open sound format that has same sound
29 [T] quality as mp3) and MikMod for music. By using a resource system,
30 [T] you cleanly seperate the physical data formats from your code, and
31 [T] makes it easy to make themes and other plugins for your game. The
32 [T] resource system is written in a manner that allows you to add your
33 [T] own custom resources.
34 [T]
35 [T] WARNING: this lib is very huge, but unfortunately needed by games like
36 [T] methane brothers or pingus
38 [U] https://github.com/sphair/ClanLib
40 [A] Magnus Norddahl <mbn@clanlib.org>
41 [M] The T2 Project <t2@t2-project.org>
43 [C] extra/development extra/game
44 [F] CROSS
46 [L] GPL
47 [S] Stable
48 [V] 4.2.0
49 [P] X -----5---9 211.800
51 [O] autogen=1
53 [D] a2597e1957d9218aca30bcefcfd6db0fffced09ad7c4098dfaa38eeb ClanLib-4.2.0.tar.gz https://github.com/sphair/ClanLib/archive/v4.2.0/