Learning Zig via ziglearn.org.
git clone <url>- Ensure that Zig and ZLS are installed
- Update paths in
.vscode/settings.jsonfile - Create symlink to
zigbinary (e.g.ln -sf /Users/philipp/Desktop/zig.nosync/zig zig) ./zig run <name>
zig run <name>
zig test <name>- https://ziglearn.org
- https://ziglang.org/documentation
- https://github.com/zigtools/zls
- https://github.com/ratfactor/ziglings
- https://dev.to/watzon/debugging-zig-with-vs-code-44ca
- https://dev.to/fabioarnold/setup-zig-for-gamedev-2bmf
- https://zig.news/jarredsumner/setting-up-visual-studio-code-for-writing-zig-kcj
- https://github.com/zigtools/zls/wiki/Installing-for-Visual-Studio-Code