Skip to main content

OpenGL based ClanLib 2.2.5 toolkit library released

ClanLib is a cross platform C++ toolkit library based around OpenGL. It’s primary focus is on games (free or commerical thanks to a BSD style license). Image, Sprite and Font drawing are optimised to give high frame rates by drawing in batches, reducing OpenGL state changes. If OpenGL v2.0 or above is not available, the library seamlessly provides OpenGL v1.3 or a high performance software renderer. Supports multiple windows with a full GUI framework for use in 2D or 3D applications. This latest version contains new examples demonstrating the ease of creating custom shaders. In addition, a HDR test has been updated to demonstrate using OpenGL floating point textures.