Go to file
peterino2 6bf5b3516f saving 2025-10-26 15:50:50 -07:00
.github/workflows big rework on automation.py and staging game builds now 2025-10-12 15:24:57 -07:00
build sucessfully compiling minimal 2025-10-19 00:04:09 -07:00
depot trying out the depot project 2025-10-26 15:50:42 -07:00
docs adding claude helper files and documentation, also testing parallel-job 2025-10-25 15:08:40 -07:00
engine trying out the depot project 2025-10-26 15:50:42 -07:00
extras samplegame is now compiling on windows in both debug and static build modes on 0.15 2025-10-19 23:35:28 -07:00
lib trying out the depot project 2025-10-26 15:50:42 -07:00
projects saving 2025-10-26 15:50:50 -07:00
testing replaced all references of std.time.sleep with std.Thread.sleep 2025-10-13 17:56:07 -07:00
tools finished enet 2025-10-13 17:53:42 -07:00
.gitattributes Backlog initial-comit SDL gpu examples cooking shaders properly 2025-04-07 19:51:46 -07:00
.gitignore big rework on automation.py and staging game builds now 2025-10-12 15:24:57 -07:00
.gitmodules Backlog initial-comit SDL gpu examples cooking shaders properly 2025-04-07 19:51:46 -07:00
CLAUDE.md trying out the depot project 2025-10-26 15:50:42 -07:00
LICENSE Backlog initial-comit SDL gpu examples cooking shaders properly 2025-04-07 19:51:46 -07:00
README.md sucessfully compiling minimal 2025-10-19 00:04:09 -07:00
build.zig samplegame is now compiling on windows in both debug and static build modes on 0.15 2025-10-19 23:35:28 -07:00
build.zig.zon sucessfully compiling minimal 2025-10-19 00:04:09 -07:00
content.txt content and shader cooking stuff 2025-04-13 14:12:48 -07:00

README.md

Backlog

zig version: 0.15.1

Backlog Labs Game Engine.

run tools/scripts/first-time-setup.py

ffmpeg -i INPUT.mp4 -c:v libtheora -q:v 7 -c:a libvorbis -q:a 4 OUTPUT.ogv

/// -------------------------------------------------------- void* malloc(size_t size); // gives you a pointer to a memory buffer of size void free(void* ptr); // releases a pointer to memory /// --------------------------------------------------------