|
utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
|
Utility is written in C++20 for consistency with the rest of the workspace.
All dependencies are fetched at configure time with CMake FetchContent and pinned to immutable tags or commit hashes so builds are reproducible.
Utility is built with CMake and exposes its headers as a reusable include surface for the other libraries. It also ships install and export rules so it can be consumed through find_package(utility).
The library centralizes common support code so higher layers do not each grow their own versions of the same helpers, while keeping module boundaries (and their dependency rules) explicit.