A Gui Toolkit
  • C++ 94.8%
  • CMake 4%
  • GLSL 1.2%
Find a file
2026-01-21 01:43:23 +01:00
include/agt feat: cleanup and utf8 support 2026-01-21 01:43:23 +01:00
src feat: cleanup and utf8 support 2026-01-21 01:43:23 +01:00
tests feat: cleanup and utf8 support 2026-01-21 01:43:23 +01:00
thirdparty feat: cleanup and utf8 support 2026-01-21 01:43:23 +01:00
.gitignore Initial commit 2025-11-07 19:59:52 +01:00
.gitmodules Initial commit 2025-11-07 19:59:52 +01:00
CMakeLists.txt feat: textures, text and everything in between 2026-01-18 21:08:36 +01:00
LICENSE Initial commit 2025-11-07 19:59:52 +01:00
README.md build: fix cmake dependencies 2025-11-13 14:06:21 +01:00

agt

A Gui Toolkit

Dependencies

Build

cmake -B build . -DCMAKE_BUILD_TYPE=Debug
cmake --build build

Debug so you can report bugs when if you find them

Copying

agt is licensed under GNU GPL version 3.