awesome-zig
awesome-zig | awesome-zig | |
---|---|---|
4 | 4 | |
1,285 | 439 | |
1.2% | 5.9% | |
0.0 | 5.7 | |
8 months ago | 3 days ago | |
- | Creative Commons Zero v1.0 Universal |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome-zig
-
Zig seems great but it is still in its infancy.
I assume you got those repos from https://github.com/nrdmn/awesome-zig. I think some of those projects are one off thing for the authors, with no further maintenance/updates planned. Zig is still evolving, so incompatibility with older projects is expected. I personally had to update/fix a few repos I cloned for my testing.
-
Ziglings: Learn the Zig programming language by fixing tiny broken programs
A few folks are working on gameboy emulators: https://github.com/nrdmn/awesome-zig#emulators
-
zig for embedded
Do any of these help you out?
awesome-zig
-
Long story short: I wrote a Ruby extension in Zig
The Zig Programming Language Discord has a zig-help channel that's pretty responsive if you're ok with Discord. The archive is searchable.
https://github.com/ziglang/zig/wiki/Community#discord-englis....
GitHub's code search beta is a good way to find out how other people are doing things with Zig, if you have access to it. For example:
https://cs.github.com/?scopeName=All+repos&scope=&q=http+pat...
Some less-known walkthroughs for those new to Zig but comfortable in other languages:
- A half-hour to learn Zig: https://gist.github.com/ityonemo/769532c2017ed9143f3571e5ac1...
- Zig Crash Course: https://ikrima.dev/dev-notes/zig/zig-crash-course/
You can also see how other people have solved problems you might have:
https://github.com/catdevnull/awesome-zig
- what can i build with zig
-
Zig seems great but it is still in its infancy.
The nrdmn list hasn't seen an update in two years. catdevnull/awesome-zig seems to be the most well-maintained fork.
-
Some large zig projects for study/read?
Any projects that are not listed on https://github.com/catdevnull/awesome-zig Or https://github.com/ziglang/zig/wiki/Community-Projects
What are some alternatives?
ziglings - Learn the Zig programming language by fixing tiny broken programs.
AdventOfCode2020 - Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:
www.ziglang.org
awesome-by-example - 😎 A curated list of example-based learning resources.
zaml - 🚀 Fast YAML 1.2 parsing library for Python 3