ClanLib

From GPWiki

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. These display targets are supported: GL (OpenGL V2.0 and above) GL1 (OpenGL V1.3) SWRender (Software rendering using SSE2 instructions)


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 X
3d math X
file management X
threading X

Platforms

  • Linux
  • Windows
  • MacOS X (10.3+) For ClanLib 1.0. Currently not supported for ClanLib 2.2

Tutorials and Source

Related Weblinks