Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 393 Bytes

File metadata and controls

19 lines (12 loc) · 393 Bytes

tmgl

A cross-platform graphics library built with C++20.

Building

This project uses CMake as its build system. See BUILD.md for detailed build instructions.

Quick Start

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .

For more information, including platform-specific instructions and dependency setup, see BUILD.md.