zig-args
Simple-to-use argument parser with struct-based config (by ikskuh)
microzig
Unified abstraction layer and HAL for several microcontrollers (by ZigEmbeddedGroup)
zig-args | microzig | |
---|---|---|
1 | 6 | |
252 | 1,223 | |
- | 4.9% | |
6.2 | 8.7 | |
2 months ago | 5 days ago | |
Zig | Zig | |
MIT License | zlib License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
zig-args
Posts with mentions or reviews of zig-args.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Args parser that supports subcommands?
Another arg parser is https://github.com/MasterQ32/zig-args but it doesn't have explicit support for subcommands either.
microzig
Posts with mentions or reviews of microzig.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-28.
- MicroZig: Unified abstraction layer and HAL for Zig on several microcontrollers
-
I want some opinions and advices on a personal/educational project (zig on stm32 ,a simple grbl)
Maybe you could look into MicroZig (https://github.com/ZigEmbeddedGroup/microzig). You could also look into some projects kn github built by the community. I’m sure there would be some example projects built by someone in the community using stm32 boards as they’re very popular in general.
- A Zig Diary
- Google announces a new OS written in Rust
-
Zig Programming Language
There's https://github.com/ZigEmbeddedGroup/microzig and other work within the same space.
I've used it for linux-based embedded platforms to both debug and build switches.
-
[Question] How would you set or reset bits on embedded systems?
Also if you want a more complete solution have a look at microzig
What are some alternatives?
When comparing zig-args and microzig you can also consider the following projects:
zig-clap - Command line argument parsing library
embedded-hal - A Hardware Abstraction Layer (HAL) for embedded systems
zgl - Zig OpenGL Wrapper
fastfilter - fastfilter: Binary fuse & xor filters for Zig (faster and smaller than bloom filters)
zig-win32 - Bindings for win32, with and without WIN32_LEAN_AND_MEAN
capy - 💻Build one codebase and get native UI on Windows, Linux and Web
mach-glfw - Ziggified GLFW bindings with 100% API coverage, zero-fuss installation, cross compilation, and more.
zoap - A WiP CoAP implementation for bare-metal constrained devices in Zig