Go to file
peterino2 5d5e99b9c5 miniaudio and p2 upgraded 0.15 2025-10-13 19:38:23 -07:00
.github/workflows big rework on automation.py and staging game builds now 2025-10-12 15:24:57 -07:00
build saving 2025-09-26 20:27:04 -07:00
engine replaced all references of std.time.sleep with std.Thread.sleep 2025-10-13 17:56:07 -07:00
extras saving 2025-10-12 01:42:44 -07:00
lib miniaudio and p2 upgraded 0.15 2025-10-13 19:38:23 -07:00
projects replaced all references of std.time.sleep with std.Thread.sleep 2025-10-13 17:56:07 -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
LICENSE Backlog initial-comit SDL gpu examples cooking shaders properly 2025-04-07 19:51:46 -07:00
README.md finished enet 2025-10-13 17:53:42 -07:00
build.zig saving 2025-10-12 12:24:37 -07:00
build.zig.zon engine transport interface 2025-09-28 22:30:19 -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 /// --------------------------------------------------------