ClanLib 3.0.0 Release Notes
Release Date: 24 September 2013.
See breaking changes.
To port from ClanLib 2.3.7 to ClanLib 3.0.0, use these steps (in order).
- Rename CL_String and CL_StringRef to std::string
- Rename CL_SharedPtr to std::shared_ptr
- Rename cl_format to clan::string_format
- Rename CL_* prefix to clan:: prefix
- Rename cl_ prefix to clan:: prefix
- If you are using 2D (without using shaders) - Rename all clan::GraphicContext to clan::Canvas, and all "gc" to "canvas"
A guide to port clanGUI applications hasn't yet been written.