You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
copygirl
f735d49fc2
|
9 months ago | |
---|---|---|
.vscode | 9 months ago | |
libs | 9 months ago | |
src | 9 months ago | |
.editorconfig | 9 months ago | |
.gitignore | 9 months ago | |
README.md | 9 months ago | |
build.zig | 9 months ago | |
build.zig.zon | 9 months ago |
README.md
Zig Bloxel Game
This is a small project attempting to create a "bloxel" game (think Minecraft) using the relatively new Zig programming language with the help of Mach, Flecs and zig-gamedev. Due to Zig being a quickly evolving language, Mach and zig-gamedev, and as a result this project, target version 0.12.0-dev.2063+804cee3b9
of Zig.
Dependencies
mkdir -p libs && cd libs
# Clone zig-gamedev sparsely, only grabbing top-level files.
git clone --sparse --filter=blob:none https://github.com/zig-gamedev/zig-gamedev.git
# However, we also care about zmath, so check that out too.
cd zig-gamedev
git sparse-checkout add libs/zmath