# iab-renderer **Repository Path**: bushlyc/iab-renderer ## Basic Information - **Project Name**: iab-renderer - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-26 - **Last Updated**: 2025-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction IABLib is a C++ library for creating, parsing and rendering IAB essence, as specified in SMPTE ST 2098-2. # License See [LICENSE](./LICENSE). # Documentation Documentation is provided inline using [Doxygen](https://www.doxygen.nl/) conventions. The build system can generate an HTML rendering. # Examples The [unit tests](./tests) and the [render-to-files application](./src/apps/) illustrate the use of the library. # Dependencies The library has no runtime dependencies. The following development dependencies exist: * [GoogleTest](https://github.com/google/googletest) (unit tests) * [Doxygen](https://www.doxygen.nl/) (documentation)