ExampleLibraries

From ClanLib Game SDK

Contents

Example Libraries Used by ClanLib

Visual Studio 2008 Libraries

Visual Studio 2010 Libraries

Source Code with Project Files

Source code containing standardised projects provided for convenience

Assimp Notes

Our Assimp precompiled "debug" build does not set the "_HAS_ITERATOR_DEBUGGING=0" and "_SECURE_SCL=0" options. This is for consistancy with the other precompiled libraries - avoiding incompatible STL versions. (See Information )

Assimp is built using boost. You do not require boost to use the precompiled libraries.

The AssimpLinux page is useful for Linux users who want to compile Assimp.