No description
  • C++ 81.6%
  • CMake 18.4%
Find a file
2026-05-28 19:28:22 +02:00
thirdparty Initial commit 2026-05-28 19:28:22 +02:00
.gitignore Initial commit 2026-05-28 19:28:22 +02:00
.gitmodules Initial commit 2026-05-28 19:28:22 +02:00
CMakeLists.txt Initial commit 2026-05-28 19:28:22 +02:00
LICENSE Initial commit 2026-05-28 19:28:22 +02:00
main.cpp Initial commit 2026-05-28 19:28:22 +02:00
preview.png Initial commit 2026-05-28 19:28:22 +02:00
README.md Initial commit 2026-05-28 19:28:22 +02:00

seppuku-agt

Rewrite in agt of the extremely popular seppuku by CreeperFace.

Interface

Like the original inspiration, it has a simple and straightforward user interface that follows the GNOME Human Interface Guidelines.

Build

You only need like a few dozen dependencies (listed very loosely in the agt README):

cmake -B build . -G Ninja
cmake --build build