This is version 0.1 of "liblayout", an experimental 2D layout library for 2D orthogonal rectangle packing.
Of note:
- The license is the Lesser General Public License (LPGL), see lpgl.txt for the full license.
- The language is C (ANSI C99), for ease of linking with other languages.
- Code documentation has fairly high coverage, and is generated automatically from the code by Doxygen.
There's a little OpenGL/GLUT desktop app in sample/
.