awesome-by-example
awesome-zig | awesome-by-example | |
---|---|---|
4 | 1 | |
1,280 | 135 | |
1.2% | 0.0% | |
0.0 | 0.0 | |
7 months ago | almost 3 years ago | |
- | Apache License 2.0 |
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-by-example
-
Ziglings: Learn the Zig programming language by fixing tiny broken programs
I love these sorts of resources! I just created an "awesome list" [1] to keep track of resources specifically centered around learning by example. I've only got a few so far, several of them being from this thread. Contributions welcome!
[1]: https://github.com/b0o/awesome-by-example
What are some alternatives?
ziglings - Learn the Zig programming language by fixing tiny broken programs.
start-machine-learning-in-2020 - A complete guide to start and improve in machine learning (ML), artificial intelligence (AI) in 2021 without ANY background in the field and stay up-to-date with the latest news and state-of-the-art techniques! [Moved to: https://github.com/louisfb01/start-machine-learning]
AdventOfCode2020 - Solutions to all 25 AoC 2020 problems in Rust :christmas_tree:
JuliaProgrammingForNervousBeginners - A course for people who are hesitant but curious about learning to write code in Julia.
xtensa-zig - Zig built against xtensa fork of LLVM for targetting ESP32
learn-nodejs-hard-way - Learn NodeJS and master the art of server-side programming by creating a backend framework with 0 dependencies.