No description
Find a file
2025-06-27 13:46:00 +02:00
.vscode Configure vscode + Update flake.lock 2025-06-09 22:54:06 +02:00
src Begin move to kde configuration 2025-06-27 13:46:00 +02:00
.envrc Add README.md 2024-06-27 20:55:21 +02:00
.gitignore Configure vscode + Update flake.lock 2025-06-09 22:54:06 +02:00
CMakeLists.txt Begin move to kde configuration 2025-06-27 13:46:00 +02:00
flake.lock Configure vscode + Update flake.lock 2025-06-09 22:54:06 +02:00
flake.nix Begin move to kde configuration 2025-06-27 13:46:00 +02:00
README.md Begin move to kde configuration 2025-06-27 13:46:00 +02:00

How to run it

  1. direnv allow
  2. cmake $cmakeFlags -B build -G Ninja .
  3. cd build
  4. ninja
  5. ./bin/tutorial_kirigami2

For use gammaray, you need to disable yama security.

echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope

Then run with,

gammaray ./bin/tutorial_kirigami2