Hey everyone,
I’ve been working on a Minecraft clone in Zig! It’s still a work in progress, but so far, you can break and place blocks, and chunks load dynamically.
It is written using raylib.
You can check it out here:
Hey everyone,
I’ve been working on a Minecraft clone in Zig! It’s still a work in progress, but so far, you can break and place blocks, and chunks load dynamically.
It is written using raylib.
You can check it out here:
Very nice! I look forward to seeing how this progresses, and welcome to the community!
nice, every language needs a minecraft clone.
it would be nice if you add support for the arrow keys and q / esc to exit, and there is a minor bug in the rayUtils.zig change .Int, .Float should be .int, .float.
.int
and .float
are changes in 0.14, repo clearly states its built with 0.13 which has .Int
and .Float
sorry, i forgot i was on v 0.14.