From cf0f27cc92f009f2491677529bc4ec6a910b3b8a Mon Sep 17 00:00:00 2001 From: peterino2 Date: Sun, 26 Oct 2025 15:50:42 -0700 Subject: [PATCH] trying out the depot project --- CLAUDE.md | 17 +++++- depot/build.zig | 35 +++++++++++ depot/build.zig.zon | 37 ++++++++++++ depot/readme.md | 3 + depot/shooterGame/main.zig | 34 +++++++++++ engine/core/src/core.zig | 3 +- engine/core/src/jobs.zig | 37 ++++++++++-- engine/core/src/scene.zig | 55 ++++++++++------- lib/tracy/build.zig | 2 +- projects/headless/main.zig | 118 ++++++++++++++++++++++++++++--------- 10 files changed, 284 insertions(+), 57 deletions(-) create mode 100644 depot/build.zig create mode 100644 depot/build.zig.zon create mode 100644 depot/readme.md create mode 100644 depot/shooterGame/main.zig diff --git a/CLAUDE.md b/CLAUDE.md index 2de434f..22811a3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -114,7 +114,9 @@ This project uses git-bug for distributed bug tracking. Bug data is stored direc - `git bug bug show ` - Display bug details - `git bug bug comment ` - Add a comment to a bug - `git bug bug status ` - Display bug status -- `git bug bug label