A cross-platform graphics library built with C++20.
This project uses CMake as its build system. See BUILD.md for detailed build instructions.
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .For more information, including platform-specific instructions and dependency setup, see BUILD.md.