Are you an LLM? You can read better optimized documentation at /cuda.zig/guide/related-projects.md for this page in Markdown format
Related Zig Projects
cuda.zig is part of a growing ecosystem of Zig libraries by Muhammad Fiaz. These projects are designed to work together, providing a complete toolkit for building modern, high-performance Zig applications.
Related Zig projects:
- For env.zig (.env parsing), check out env.zig.
- For TUI support, check out tui.zig.
- For ZON file format support, check out zon.zig.
- For spinners/loading/progress bar support, check out loaders.zig.
- For MCP support, check out mcp.zig.
- For args parsing support, check out args.zig.
- For HTTP client/server support, check out httpx.zig.
- For API framework support, check out api.zig.
- For web framework support, check out zix.
- For archive/compression support, check out archive.zig.
- For compression file format support, check out zigx.
- For file downloading support, check out downloader.zig.
- For update checker/auto-updater support, check out updater.zig.
- For numerical computing support, check out num.zig.
- For logging support, check out logly.zig.
- For data validation and serialization support, check out zigantic.
- For build tooling support, check out buildx.zig.
- For CUDA/GPU computing support, check out cuda.zig.
Getting Started
Most of these projects can be added to your Zig project using zig fetch:
sh
zig fetch --save https://github.com/muhammad-fiaz/<project>/archive/refs/heads/main.tar.gzThen add the dependency in your build.zig.zon and build.zig as shown in the Getting Started guide.