No description
Find a file
2025-12-07 21:35:52 -08:00
.github Setup CCache. (#3) 2025-11-29 18:17:32 -08:00
assets Handle links in path. 2025-12-07 14:25:13 -08:00
src Run formatter. 2025-12-07 18:33:31 -08:00
third_party Initial commit 2025-11-21 11:53:57 -08:00
tools/cmake Initial commit 2025-11-21 11:53:57 -08:00
.clang-format Initial commit 2025-11-21 11:53:57 -08:00
.gitattributes Update .gitattributes for directory patterns 2025-11-25 18:10:15 -08:00
.gitignore Initial commit 2025-11-21 11:53:57 -08:00
.gitmodules Initial commit 2025-11-21 11:53:57 -08:00
AGENTS.md Add repo guidelines. 2025-12-07 10:08:35 -08:00
appack.sublime-project Handle links in path. 2025-12-07 14:25:13 -08:00
CMakeLists.txt Add recommended warnings. 2025-12-05 12:06:27 -08:00
CMakePresets.json Test on CI. 2025-11-23 17:46:57 -08:00
justfile Remove debug on test. 2025-12-07 21:35:52 -08:00
LICENSE Initial commit 2025-11-21 11:53:57 -08:00
README.md Update README. 2025-11-29 16:59:45 -08:00
vcpkg-configuration.json Tinker on vcpkg baselines. 2025-11-26 09:56:47 -08:00
vcpkg.json Add a CLI target. 2025-11-30 11:26:32 -08:00

App Pack

Nothing to see here. Go away.

Prerequisites

  • CMake (3.22 or above).
  • Git.
  • Ninja.
  • Just, a task runner.
  • A C11 and C++20 compiler.
  • vcpkg for package management.
    • Ensure that the VCPKG_ROOT environment variable is present and valid.