Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuens/ziglearn
Learning Zig via ziglearn.org
https://github.com/pmuens/ziglearn
tutorial zig zig-lang zig-programming-language
Last synced: about 1 month ago
JSON representation
Learning Zig via ziglearn.org
- Host: GitHub
- URL: https://github.com/pmuens/ziglearn
- Owner: pmuens
- Created: 2022-04-09T14:30:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T17:55:19.000Z (over 2 years ago)
- Last Synced: 2024-10-20T04:44:30.867Z (3 months ago)
- Topics: tutorial, zig, zig-lang, zig-programming-language
- Language: Zig
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ziglearn
Learning [Zig](https://ziglang.org/) via [ziglearn.org](https://ziglearn.org).
## Setup
1. `git clone `
2. Ensure that [Zig](https://ziglang.org/) and [ZLS](https://github.com/zigtools/zls) are installed
3. Update paths in [`.vscode/settings.json`](.vscode/settings.json) file
4. Create symlink to `zig` binary (e.g. `ln -sf /Users/philipp/Desktop/zig.nosync/zig zig`)
5. `./zig run `## Useful Commands
```sh
zig runzig test
```## Additional Resources
- 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