personal playground for learning and building with zig
this is just a personaly playground, and may not stay up todate with the lastest way to do zig. I started this project at zig 0.15.0
Getting started with zig?
check https://ziglang.org/
verify installation
zig version
zig --helpzig init
mkdir hello-world
cd hello-world
zig initother zig commands
zig build run
zig build testOther zig stuff
capy
cross-platform apps in Zig
https://capy-ui.org/
zigistry
a package registry and manager for Zig
https://zigistry.dev/
zig version manager
easily install/upgrade between different versions of Zig.
https://www.zvm.app/
copyright 2025 by sleet.near