jonathangjertsen / zig-examplesLinks
Programs, tests, build scripts that I write to teach myself Zig (https://ziglang.org), including a very flickery version of Snake :)
☆13Updated last year
Alternatives and similar repositories for zig-examples
Users that are interested in zig-examples are comparing it to the libraries listed below
Sorting:
- An assortment of random utility functions that aren't in std and don't need to be their own pacakge.☆68Updated last month
- The perfect scripting sidekick!☆16Updated last week
- A Zig port of the kilo editor, in less than 1000 LOC.☆72Updated last year
- A TOML parser written in Zig☆117Updated 11 months ago
- using zig to build lua for webassembly☆34Updated 6 years ago
- zlib ported to the zig build system☆59Updated 3 weeks ago
- Zig reference-counted pointers inspired by Rust's Rc and Arc☆76Updated 4 months ago
- A list of companies using Zig in production.☆99Updated last month
- Server implementations for several protocols in Zig. Includes http(s), gemini and gopher☆39Updated 2 years ago
- Zig bindings for the Wasmer WebAssembly runtime☆53Updated 3 years ago
- The official Zig programming language logo & copyright information☆131Updated last year
- A tool for testing snippets of code, useful for websites and books that talk about Zig.☆80Updated last year
- openssl zig package☆22Updated 5 months ago
- A set of fuzzers for fuzzing various parts of the Zig standard library☆50Updated 2 weeks ago
- A comptime HTML preprocessor with a builtin template engine for Zig.☆46Updated last month
- Automatically remove unused imports and globals from Zig files.☆35Updated last month
- Zig by Example☆77Updated 10 months ago
- A Zig command-line input library!☆50Updated last year
- tree-sitter bindings for Zig☆46Updated last year
- A (de)serialization library for JSON