ClanLib

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

ClanLib is a multi-platform game library. It handles the low-level things like the display and sound so that you can concentrate on creating a game. OpenGL and SDL are supported as display targets.

Contents

Features

Feature Yes No
sound effects and music X
input X
timers X
font rendering X
windowing X
scripting X
GUI X
OpenGL X
networking X
math  ?
3d math  ?
file management X
threading X

Platforms

  • UNIX (including Linux, FreeBSD, Irix, Solaris, Darwin)
  • Windows (9x and NT based)
  • MacOS X (10.3+)

Tutorials and Source

Related Weblinks