A Gui Toolkit
  • C++ 96.2%
  • CMake 3%
  • GLSL 0.8%
Find a file
2026-04-18 22:30:37 +02:00
include/agt fix: corrently pass dt in wl backend 2026-04-15 14:20:49 +02:00
src feat: fix slow drawing backend stupids 2026-04-18 22:30:37 +02:00
tests feat: rewrite Node and add input 2026-03-30 23:33:06 +02:00
thirdparty refactor: rewrite some stuff 2026-03-02 14:40:29 +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 x11: finish input backend 2026-03-26 14:36:37 +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.