3rd Party Dependencies
This document provides an (incomplete) overview of the 3rd party dependencies in Cinder, including the versions used and their respective licenses.
| Library | Version | License | Notes |
| glm | 0.9.9.7 | MIT | Mathematics |
| zlib | 1.2.11 | zlib | Lossless compression |
| Asio | 1.11.0 | Boost | Networking |
| libtess2 | 1.0 | SGI Free Software B | Polygon tessellation |
| liblinebreak | 1.0 | zlib | Unicode line breaking |
| rapidxml | 1.13 | Boost | XML parsing |
| JSON for Modern C++ | 3.10.5 | MIT | JSON parsing |
| jsoncpp | 1.3.0 | MIT | JSON parsing (deprecated) |
| glload | 0.5 | MIT | OpenGL function loading |
| tinyexr | 1.0.12 | BSD 3-Clause | OpenEXR image read/write |
| libvorbis | 1.3.4 | BSD | Ogg Vorbis audio read/write |
| gulrak-filesystem | 1.3.0 | MIT | Filesystem substitution |
| r8brain | 1.5 | MIT | Sample rate conversion |
| Ooura FFT | Public Domain | Audio FFT | |
| Freetype | 2.9.1 | Freetype License | Font rendering |
| GLFW | 3.2.1 | zlib | Linux windowing |
| stb_image | 2.02 | Public domain | Linux & Android image read/write |
| GStreamer | <system> | LGPL | Linux video capture and playback |
| ANGLE | BSD | Windows OpenGL emulation | |
| utf8cpp | Boost | Unicode UTF-8 conversion |