avatar_url stringlengths 46 53 | name stringlengths 2 33 | full_name stringlengths 8 45 | created_at stringdate 2018-01-12 15:05:58 2025-05-18 21:51:14 | description stringlengths 7 327 ⌀ | default_branch stringclasses 11
values | open_issues int64 0 156 | stargazers_count int64 0 3.96k | forks_count int64 0 182 | watchers_count int64 0 3.96k | tags_url stringlengths 42 79 | license stringclasses 20
values | topics listlengths 0 18 | size int64 0 760k | fork bool 2
classes | updated_at stringdate 2021-04-12 07:17:39 2025-05-22 07:54:00 | has_build_zig bool 2
classes | has_build_zig_zon bool 2
classes | zig_minimum_version stringclasses 35
values | repo_from stringclasses 1
value | dependencies listlengths 0 121 | readme_content stringlengths 3 96.8k | dependents listlengths 0 21 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-TempAllocator | bcrist/Zig-TempAllocator | 2022-07-26T05:46:09Z | Arena allocator for interactive programs and simulations | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/bcrist/Zig-TempAllocator/tags | MIT | [
"allocator",
"utilities",
"utility-library",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 41 | false | 2025-04-28T20:12:04Z | true | true | 0.14.0 | github | [] | Zig-TempAllocator
A stack allocator similar to std.heap.ArenaAllocator, except:
<ul>
<li>You can reset the whole allocator without releasing the underlying memory back to the OS.</li>
<li>You can take a snapshot at any time and later invalidate/free all allocations after that point, but preserving allocations before i... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | microbe | bcrist/microbe | 2022-11-06T01:23:04Z | Embedded Zig framework for ARM microcontrollers | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/bcrist/microbe/tags | NOASSERTION | [
"cortex-m",
"embedded",
"rpi-pico",
"stm32",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 733 | false | 2025-03-15T01:35:32Z | true | true | 0.14.0-dev.1694+3b465ebec | github | [] | Microbe
Microbe is a framework for developing embedded firmware in Zig, primarily targeting small 32-bit architectures like ARM Cortex-M0. It is similar in many ways to <a>microzig</a> and in fact some parts were forked directly from that project. But there are a few things about microzig that I didn't like:
<ul>
<l... | [
"https://github.com/bcrist/Amosis"
] |
https://avatars.githubusercontent.com/u/27089165?v=4 | portmidi-zig | DivergentClouds/portmidi-zig | 2022-08-24T23:10:59Z | A Zig wrapper for PortMidi | main | 3 | 3 | 1 | 3 | https://api.github.com/repos/DivergentClouds/portmidi-zig/tags | MIT | [
"bindings",
"wrapper",
"zig",
"zig-library",
"zig-package"
] | 37 | false | 2024-05-04T17:59:49Z | false | false | unknown | github | [] | portmidi-zig
A Zig wrapper for PortMidi
Dependencies
<ul>
<li><a>PortMidi</a></li>
<li>Made for <a>commit 103beb1</a>, other versions may or may not work.</li>
</ul>
See also
<ul>
<li><a>porttime-zig</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/22038970?v=4 | zba-gdbstub | paoda/zba-gdbstub | 2022-12-11T08:07:47Z | GDB Server for Debugging guest code in paoda/zba | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/paoda/zba-gdbstub/tags | - | [
"debugger",
"emulation",
"gdb",
"gdb-protocol",
"gdb-rsp",
"gdbstub",
"zig",
"zig-library",
"zig-package"
] | 61 | false | 2024-07-04T00:46:05Z | true | true | unknown | github | [] | ZBA-GDBSTUB
This is a gdbstub server for paoda/zba, because I don't want to import a C library and i <em>love</em> reinventing the wheel I guess.
Scope
This is tailor made for targeting the GBA. Anything that isn't necessary for stepping through ARMv4T code isn't included. This means lots of hardcoded values and ass... | [
"https://github.com/paoda/turbo",
"https://github.com/paoda/zba"
] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-asn1 | nektro/zig-asn1 | 2022-11-01T07:42:29Z | Zig parser for ASN.1 DER binary encoding. | master | 0 | 3 | 1 | 3 | https://api.github.com/repos/nektro/zig-asn1/tags | MIT | [
"asn1",
"zig",
"zig-package"
] | 12 | false | 2025-04-18T17:51:55Z | true | false | unknown | github | [] | zig-asn1
Zig parser for ASN.1 DER binary encoding.
<ul>
<li><a>ITU X.680</a> Abstract Syntax Notation One (ASN.1)</li>
<li><a>ITU X.690</a> ASN.1 encoding rules</li>
</ul> | [] |
https://avatars.githubusercontent.com/u/63465728?v=4 | basis-universal-zig | alichraghi/basis-universal-zig | 2022-08-06T13:21:33Z | Zig binding of Basis Universal | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/alichraghi/basis-universal-zig/tags | MIT | [
"basis-universal",
"encoder",
"gpu",
"transcoder",
"zig",
"zig-package"
] | 906 | false | 2023-01-11T16:06:25Z | true | false | unknown | github | [] | NOTE: moved to https://github.com/hexops/mach
Basis Universal Zig
Zig Binding of Basis Universal
<em>compatible with <a>v16.3</a></em>
Usage
see <code>test "encode/transcode"</code> in <code>src/main.zig</code> for usage example | [] |
https://avatars.githubusercontent.com/u/28735087?v=4 | confgen | LordMZTE/confgen | 2023-01-20T21:32:53Z | mirror of https://mzte.de/git/LordMZTE/confgen | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/LordMZTE/confgen/tags | GPL-3.0 | [
"lua",
"template-engine",
"zig",
"zig-package"
] | 225 | false | 2025-05-20T12:42:09Z | true | true | unknown | github | [
{
"commit": null,
"name": "zig_args",
"tar_url": null,
"type": "remote",
"url": "git+https://git.mzte.de/mirrors/zig-args.git#9425b94c103a031777fdd272c555ce93a7dea581"
}
] | Confgen
Confgen is a tool to generate config files using a custom template language.
The system is backed by a Lua runtime that is used to configure the tool.
Installation
You can find binaries built on a Debian box in the releases tab, or build yourself like any other
Zig project.
Nix
This project includes a Nix... | [] |
https://avatars.githubusercontent.com/u/46534306?v=4 | viletech-2022 | jerome-trc/viletech-2022 | 2022-07-18T06:25:41Z | Doom source port and related technologies | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/jerome-trc/viletech-2022/tags | GPL-3.0 | [
"doom",
"doom-2",
"game",
"game-engine",
"wad",
"zig",
"zig-package"
] | 24,782 | false | 2025-02-19T17:03:21Z | true | true | 0.13.0 | github | [
{
"commit": null,
"name": "zbcx",
"tar_url": null,
"type": "relative",
"url": "depend/zbcx.ln"
},
{
"commit": null,
"name": "zdfs",
"tar_url": null,
"type": "relative",
"url": "depend/zdfs.ln"
},
{
"commit": null,
"name": "zmsx",
"tar_url": null,
"type... | VileTech
About
VileTech is a collection of Doom-related Rust technologies, oriented towards the building of new tools, game engines, and games descending from id Software's id Tech 1 engine.
The goals of the VileTech "project" are as follows, in descending order of priority:
1. <a></a>
2. Build a new Doom source por... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-LC4k | bcrist/Zig-LC4k | 2022-11-25T19:45:28Z | Generate ispMach4000 CPLD bitstreams directly from Zig code | main | 7 | 1 | 0 | 1 | https://api.github.com/repos/bcrist/Zig-LC4k/tags | MIT | [
"cpld",
"cplds",
"lattice",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 894 | false | 2025-04-23T13:57:08Z | true | true | 0.14.0 | github | [
{
"commit": "32b5e5e57554cdf549da81e7808a5fb37fd12154",
"name": "console_helper",
"tar_url": "https://github.com/bcrist/Zig-ConsoleHelper/archive/32b5e5e57554cdf549da81e7808a5fb37fd12154.tar.gz",
"type": "remote",
"url": "https://github.com/bcrist/Zig-ConsoleHelper"
},
{
"commit": "00416... | Lattice ispMach4000 CPLD configuration in Zig
A library for creating and manipulating configuration bitstreams for LC4k CPLDs, using Zig code.
This project uses reverse-engineered fuse maps from the <a>RE4k</a> project.
Device Support
All LC4032, LC4064, and LC4128 device variants are supported, including -V, -B, -... | [] |
https://avatars.githubusercontent.com/u/51367850?v=4 | libev-zig | zephyrchien/libev-zig | 2022-09-25T16:10:40Z | Zig binding for libev, with coroutine support. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/zephyrchien/libev-zig/tags | - | [
"network",
"zig-package"
] | 44 | false | 2022-10-04T08:42:11Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/87361621?v=4 | ublox_parser | Orolia2s/ublox_parser | 2023-01-27T18:35:38Z | Use a serial port to receive and decode u-blox messages | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/Orolia2s/ublox_parser/tags | MIT | [
"gnss",
"ublox",
"zig-package"
] | 178 | false | 2025-04-23T20:04:31Z | true | true | unknown | github | [
{
"commit": "master",
"name": "libo2s",
"tar_url": "https://github.com/Orolia2s/libo2s/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/Orolia2s/libo2s"
},
{
"commit": "master",
"name": "libft",
"tar_url": "https://github.com/agagniere/Libft/archive/master.tar... | u-blox Messages Parser
Features
As an executable
<ul>
<li>Display the current serial port configuration in the YAML format</li>
<li>Output the ublox messages read on the serial port in the JSON format</li>
</ul>
As a C library
<ul>
<li>Iterate over all ublox messages read on the serial port</li>
<li>Verbose alternat... | [] |
https://avatars.githubusercontent.com/u/379570?v=4 | basis_concept-zig | eldesh/basis_concept-zig | 2022-08-29T13:57:19Z | A collection of basis concept and their operations | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/eldesh/basis_concept-zig/tags | BSD-2-Clause | [
"zig-package"
] | 179 | false | 2025-01-03T01:41:16Z | true | false | unknown | github | [] | Basis Concept Zig
<strong>basis_concept-zig</strong> is a collection library of "basis concept" and some operations on them.
Some basic concepts such as <code>Copyable</code> are provided.
Concept
<em>Concept</em> are named constraints on types such as <code>Clonable</code>.
In the Zig language, polymorphic functio... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-SX | bcrist/Zig-SX | 2022-10-21T04:46:37Z | S-Expression [de]serialization in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/bcrist/Zig-SX/tags | MIT | [
"encoding",
"s-expression",
"s-expressions",
"sexp",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 175 | false | 2025-03-22T07:11:02Z | true | true | 0.14.0 | github | [] | Zig-SX
A simple Zig library for reading and writing S-Expressions.
Ideal for human-readable configuration or data files containing lots of compound structures.
Parsing and writing is always done interactively with the user program; there is no intermediate "document" representation.
Reader Example
```zig
const std... | [] |
https://avatars.githubusercontent.com/u/5453785?v=4 | zig-netip | ikavalio/zig-netip | 2023-01-16T20:53:27Z | A simple IP address library for zig | main | 0 | 0 | 1 | 0 | https://api.github.com/repos/ikavalio/zig-netip/tags | Unlicense | [
"ip",
"zig",
"zig-package",
"ziglang"
] | 83 | false | 2024-07-23T09:18:49Z | true | true | unknown | github | [] | zig-netip
This is mostly an educational project to implement a library similar to go's <a>netip</a>
using zig idioms and comptime features.
The library targets the latest stable release which is currently <code>0.13</code>.
Definitions
<ul>
<li><code>Ip4Addr</code>, <code>Ip6Addr</code>, <code>Ip6AddrScoped</code>... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | zig-cross | kassane/zig-cross | 2022-10-29T17:07:35Z | Example of using as a CMake Toolchain for cross compiling. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/zig-cross/tags | BSL-1.0 | [
"cmake",
"zig-package"
] | 43 | true | 2025-03-17T12:34:55Z | false | false | unknown | github | [] | zig-cross
Example of using <a>zig</a> as a CMake Toolchain for cross compiling.
Reference: https://zig.news/kristoff/cross-compile-a-c-c-project-with-zig-3599
Building
<ul>
<li><a>Install zig</a> in your PATH (<code>choco install zig</code> on Windows)</li>
<li><code>cmake -B build-aarch64 -G Ninja --toolchain aarch... | [] |
https://avatars.githubusercontent.com/u/44317699?v=4 | fasthttpparser | ajkachnic/fasthttpparser | 2022-02-25T20:52:31Z | A moderately fast HTTP 1.1 parser written in Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ajkachnic/fasthttpparser/tags | - | [
"zig",
"zig-package"
] | 45 | false | 2022-02-25T20:53:33Z | true | false | unknown | github | [] | fasthttpparser
<em>Note: this is unstable and the API is likely to change; use at your own risk</em>
A HTTP 1.1 parser written in Zig. Currently competes with <a><code>httparse</code></a> and is beaten by <a><code>picohttpparser</code></a>
Benchmarks
| parser | one-long | one-short | smaller | bigger ... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | zig-bearssl | kassane/zig-bearssl | 2022-11-21T22:33:03Z | A BearSSL binding for Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/zig-bearssl/tags | MIT | [
"bearssl",
"bindings",
"zig-library",
"zig-package"
] | 21 | true | 2022-11-21T22:36:36Z | true | false | unknown | github | [] | zig-bearssl
A <a>BearSSL</a> binding for Zig, providing primitive (and probably unsafe, i'm no SSL expert) bindings for SSL and TLS connections to generic zig code. | [] |
https://avatars.githubusercontent.com/u/1618343?v=4 | esvc2 | fogti/esvc2 | 2022-02-23T22:23:35Z | esvc, but flattened | main | 1 | 0 | 0 | 0 | https://api.github.com/repos/fogti/esvc2/tags | - | [
"event-sourcing",
"zig-library",
"zig-package"
] | 28 | false | 2022-03-12T08:08:14Z | true | false | unknown | github | [] | event sourcing version control
see the esvc v1 repo for an intro...
related literature
<ul>
<li><a>partially commutative inverse monoids</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | cpu_features | kassane/cpu_features | 2023-02-06T17:00:00Z | A cross platform C99 library to get cpu features at runtime. | zig_build | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/cpu_features/tags | Apache-2.0 | [
"cpu-features",
"cpuinfo",
"cross-compilation",
"cross-platform",
"zig-package"
] | 601 | true | 2024-02-17T17:53:45Z | true | false | unknown | github | [] | cpu_features
A cross-platform C library to retrieve CPU features (such as available
instructions) at runtime.
GitHub-CI Status
| | Linux | FreeBSD | MacOS | Windows |
| :-- | --: | --: | --: | --: |
| amd64 | <a></a><a></a> | <a></a> | <a></a><a></a> | <a></a> |
| AArch64 | <a></a><a></a> | | | |
| ARM | <a></a>... | [
"https://github.com/theseyan/lmdbx-zig"
] |
https://avatars.githubusercontent.com/u/2773256?v=4 | zcomplete | dasimmet/zcomplete | 2022-12-06T16:53:09Z | a python argcomplete inspired completion engine for zig-clap | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/dasimmet/zcomplete/tags | MIT | [
"zig",
"zig-package"
] | 80 | false | 2025-05-11T06:58:22Z | true | true | 0.15.0-dev.386+2e35fdd03 | github | [
{
"commit": "755d56fc47cebd9dedd6bbeba753e969f6e5187e",
"name": "zware",
"tar_url": "https://github.com/malcolmstill/zware/archive/755d56fc47cebd9dedd6bbeba753e969f6e5187e.tar.gz",
"type": "remote",
"url": "https://github.com/malcolmstill/zware"
},
{
"commit": "a4e784da8399c51d5eeb5783e6... | zcomplete
a python argcomplete inspired shell completion engine for zig argument parsers.
Traditionally, <a>bash-completion</a>
works by command line programs shipping their own <code>bash</code> code to handle
suggestions when users type the command and hit <code><TAB></code> on the keyboard.
Since these scri... | [] |
https://avatars.githubusercontent.com/u/110254452?v=4 | capy | capy-ui/capy | 2021-03-24T11:36:16Z | 💻Build one codebase and get native UI on Windows, Linux and Web | master | 20 | 2,125 | 79 | 2,125 | https://api.github.com/repos/capy-ui/capy/tags | MPL-2.0 | [
"cross-platform",
"cross-platform-gui",
"gui",
"gui-library",
"linux",
"ui",
"user-interface",
"windows",
"zig",
"zig-package",
"ziglang"
] | 15,627 | false | 2025-05-22T05:32:20Z | true | true | 0.13.0 | github | [
{
"commit": "362d12f4d91dfde84668e0befc5a8ca76659965a.zip",
"name": "zig-objc",
"tar_url": "https://github.com/mitchellh/zig-objc/archive/362d12f4d91dfde84668e0befc5a8ca76659965a.zip.tar.gz",
"type": "remote",
"url": "https://github.com/mitchellh/zig-objc"
},
{
"commit": "a4ea24f10590211... | <a>
</a>
<strong>As of now, Capy is NOT ready for use in production as I'm still making breaking changes</strong>
<strong>Capy targets Zig version <code>0.14.0-dev.1911+3bf89f55c</code> / <code>2024.10.0-mach</code> (<a>Nominated Zig versions</a>)</strong>
, it d... | [
"https://github.com/Catniped/capy-stl-viewer"
] |
https://avatars.githubusercontent.com/u/80392719?v=4 | microzig | ZigEmbeddedGroup/microzig | 2021-03-18T15:58:52Z | MicroZig is a toolbox for building embedded applications in Zig. | main | 57 | 1,630 | 128 | 1,630 | https://api.github.com/repos/ZigEmbeddedGroup/microzig/tags | Zlib | [
"embedded",
"hal",
"zig",
"zig-package",
"ziglang"
] | 18,378 | false | 2025-05-21T22:41:53Z | true | true | 0.14.0 | github | [
{
"commit": null,
"name": "core",
"tar_url": null,
"type": "relative",
"url": "core"
},
{
"commit": null,
"name": "drivers",
"tar_url": null,
"type": "relative",
"url": "drivers"
},
{
"commit": "d50d7916b1f850048b2ad7e63a7abf05bd73c0e6",
"name": "boxzer",
... |
<blockquote>
<strong>NOTE:</strong> This is in development; breaks in the API are bound to happen.
</blockquote>
What version of Zig to use
Zig 0.14.0
Getting Started With MicroZig
Go to <a>microzig.tech</a>! | [
"https://github.com/FranciscoLlobet/efm32-freertos-zig",
"https://github.com/Harry-Heath/micro"
] |
https://avatars.githubusercontent.com/u/62678643?v=4 | awesome-zig | C-BJ/awesome-zig | 2022-01-20T10:11:35Z | 📜Zig Learning Guide & Project Lists | main | 1 | 1,428 | 74 | 1,428 | https://api.github.com/repos/C-BJ/awesome-zig/tags | CC0-1.0 | [
"awesome",
"awesome-list",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 443 | false | 2025-05-18T14:55:16Z | false | false | unknown | github | [] | Awesome Zig
<blockquote>
📜Zig Learning Guide & Project Lists
</blockquote>
<a></a>
<a>Zig</a> is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
<strong>Thanks to all the project authors and others who made this project possible.</strong>
<strong>No... | [] |
https://avatars.githubusercontent.com/u/7967463?v=4 | zf | natecraddock/zf | 2021-08-23T23:02:10Z | a commandline fuzzy finder and zig module designed for filtering filepaths | main | 8 | 536 | 22 | 536 | https://api.github.com/repos/natecraddock/zf/tags | MIT | [
"cli",
"fuzzy",
"fuzzy-search",
"library",
"unix",
"zig",
"zig-library",
"zig-package"
] | 317 | false | 2025-05-19T13:03:43Z | true | true | unknown | github | [
{
"commit": "1201bf393a9c8ae4e1564d01e4e4d9377e2c89de.tar.gz",
"name": "ziglyph",
"tar_url": "https://github.com/jecolon/ziglyph/archive/1201bf393a9c8ae4e1564d01e4e4d9377e2c89de.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/jecolon/ziglyph"
}
] | zf
<a></a> <a></a>
zf is an interactive commandline fuzzy finder that prioritizes matches on filenames. zf accepts newline separated strings on <code>stdin</code> and outputs the selected line on <code>stdout</code>. Use with a pipe, or io redirection. See the <a>documentation</a> for more details. zf is also package... | [
"https://github.com/cyberegoorg/cetech1",
"https://github.com/natecraddock/zf-wasm-playground",
"https://github.com/reykjalin/project-picker"
] |
https://avatars.githubusercontent.com/u/4776412?v=4 | zig-protobuf | Arwalk/zig-protobuf | 2021-04-30T16:11:03Z | a protobuf 3 implementation for zig. | master | 20 | 299 | 39 | 299 | https://api.github.com/repos/Arwalk/zig-protobuf/tags | MIT | [
"protobuf",
"zig",
"zig-package"
] | 791 | false | 2025-05-17T13:49:31Z | true | true | 0.14.0 | github | [] | zig-protobuf
Welcome!
This is an implementation of google Protocol Buffers version 3 in Zig.
Protocol Buffers is a serialization protocol so systems, from any programming language or platform, can exchange data reliably.
Protobuf's strength lies in a generic codec paired with user-defined "messages" that will def... | [] |
https://avatars.githubusercontent.com/u/96174566?v=4 | sdk | TinyVG/sdk | 2021-12-18T16:43:10Z | TinyVG software development kit | main | 16 | 281 | 16 | 281 | https://api.github.com/repos/TinyVG/sdk/tags | MIT | [
"sdk",
"tinyvg",
"vector-graphics",
"zig",
"zig-package"
] | 107 | false | 2025-05-08T22:29:59Z | true | true | unknown | github | [
{
"commit": "03af1b6c5bfda9646a562c861055024daed5b238.tar.gz",
"name": "args",
"tar_url": "https://github.com/ikskuh/zig-args/archive/03af1b6c5bfda9646a562c861055024daed5b238.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/ikskuh/zig-args"
},
{
"commit": "9349d087a3216ebea27... | TinyVG Software Development Kit
This SDK enables you to work with the <a>TinyVG</a> vector graphics format.
Contents
<ul>
<li>Native Library (C ABI)</li>
<li>Zig Package</li>
<li>Command Line Tooling</li>
<li>Offline Rendering (TVG -> TGA)</li>
<li>Format Conversion (SVG <-> TVG <-> TVGT)</li>
</ul>
B... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | zero-graphics | ikskuh/zero-graphics | 2021-05-17T22:27:59Z | Application framework based on OpenGL ES 2.0. Runs on desktop machines, Android phones and the web | master | 2 | 166 | 19 | 166 | https://api.github.com/repos/ikskuh/zero-graphics/tags | MIT | [
"android",
"android-sdk",
"desktop-linux",
"game-development",
"graphics",
"sdl",
"sdl2",
"wasm",
"zig",
"zig-package",
"ziglang"
] | 16,818 | false | 2025-04-29T17:17:13Z | true | false | unknown | github | [] | Zero Graphics
A very minimal OpenGL ES 2.0 library for Zig. Opens you a window and let's you draw things.
Comes with a pixel-perfect 2D renderer and maybe some day even with a bit of a 3D api.
Features
<ul>
<li>Multi-platform support</li>
<li>Desktop (Linux, MacOS, Windows, ...)</li>
<li>WebAssembly</li>
<li>Androi... | [] |
https://avatars.githubusercontent.com/u/34946442?v=4 | zigfsm | cryptocode/zigfsm | 2022-01-18T22:29:31Z | A finite state machine library for Zig | main | 0 | 152 | 6 | 152 | https://api.github.com/repos/cryptocode/zigfsm/tags | MIT | [
"finite-state-machine",
"fsm",
"fsm-library",
"graphviz",
"state-machine",
"zig",
"zig-library",
"zig-package"
] | 84 | false | 2025-05-19T21:19:18Z | true | true | unknown | github | [] | zig<strong>fsm</strong> is a <a>finite state machine</a> library for Zig.
This library supports Zig 0.12.x, 0.13, 0.14, as well as Zig master. Last test was on Zig version <code>0.15.0-dev.11+5c57e90ff</code>
Use the zigfsm main branch to compile with Zig master. Use the appropriate zig-<em>version</em> tag to targe... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | zig-qoi | ikskuh/zig-qoi | 2021-11-25T23:08:00Z | Quite OK Image format encoder/decoder written in Zig | master | 4 | 144 | 7 | 144 | https://api.github.com/repos/ikskuh/zig-qoi/tags | MIT | [
"image-decoder",
"image-encoder",
"image-format",
"qoi",
"zig",
"zig-package",
"ziglang"
] | 2,618 | false | 2025-05-09T11:15:06Z | true | true | 0.14.0 | github | [
{
"commit": "9425b94c103a031777fdd272c555ce93a7dea581",
"name": "args",
"tar_url": "https://github.com/ikskuh/zig-args/archive/9425b94c103a031777fdd272c555ce93a7dea581.tar.gz",
"type": "remote",
"url": "https://github.com/ikskuh/zig-args"
},
{
"commit": "0ce4eca3560d5553b13263d6b6bb72e14... | zig-qoi
A implementation of the <a><em>Quite OK Image Format</em></a> for Zig. This implementation conforms to the <a>Qoi specification</a>.
API
Add <code>src/qoi.zig</code> to your Zig project as a package.
```zig
pub const DecodeError = error{ OutOfMemory, InvalidData, EndOfStream };
pub const EncodeError = err... | [] |
https://avatars.githubusercontent.com/u/3291217?v=4 | async_io_uring | saltzm/async_io_uring | 2021-04-16T00:06:39Z | An event loop in Zig using io_uring and coroutines | main | 0 | 121 | 1 | 121 | https://api.github.com/repos/saltzm/async_io_uring/tags | MIT | [
"event-loop",
"io-uring",
"zig",
"zig-package"
] | 157 | false | 2025-05-14T01:40:36Z | false | false | unknown | github | [] | Overview
<code>AsyncIOUring</code> is an event loop that wraps the <code>IO_Uring</code> library with coroutines
support. It supports all <code>IO_Uring</code> operations (with the intentional exception
of <code>poll_update</code>*).
In addition, it allows:
* Adding timeouts to operations
* Manual cancellation of op... | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | simdjzon | travisstaloch/simdjzon | 2021-08-07T08:50:09Z | simdjson ported to zig | main | 5 | 120 | 6 | 120 | https://api.github.com/repos/travisstaloch/simdjzon/tags | - | [
"zig-lang",
"zig-library",
"zig-package"
] | 755 | false | 2025-05-05T09:10:34Z | true | true | unknown | github | [] | :warning: <strong>Work in progress. Expect bugs and/or missing features</strong> :warning:
simdjzon
This is a port of <a>simdjson</a>, a high performance JSON parser developed by Daniel Lemire and Geoff Langdale to <a>zig</a>.
cpu support
Only 64 bit CPUs are supported so far.
x86_64
A CPU with AVX is required... | [] |
https://avatars.githubusercontent.com/u/5728002?v=4 | IUPforZig | batiati/IUPforZig | 2021-06-19T23:19:14Z | IUP (Portable User Interface Toolkit) bindings for the Zig language. | master | 2 | 120 | 4 | 120 | https://api.github.com/repos/batiati/IUPforZig/tags | Unlicense | [
"gui",
"iup",
"iup-gui-library",
"iup-toolkit",
"multiplatform",
"zig",
"zig-package",
"ziglang"
] | 3,719 | false | 2025-03-25T23:27:17Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/4075241?v=4 | bytebox | rdunnington/bytebox | 2021-10-23T02:23:07Z | Standalone WebAssembly VM. | main | 14 | 101 | 5 | 101 | https://api.github.com/repos/rdunnington/bytebox/tags | MIT | [
"wasi",
"wasm",
"wasm-interpreter",
"zig",
"zig-package"
] | 2,192 | false | 2025-05-13T18:41:13Z | true | true | 0.13.0 | github | [
{
"commit": "bbb120cd0e4a8a83a21217e67ab6d7697a809756.tar.gz",
"name": "zig-stable-array",
"tar_url": "https://github.com/rdunnington/zig-stable-array/archive/bbb120cd0e4a8a83a21217e67ab6d7697a809756.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/rdunnington/zig-stable-array"
}
] | Bytebox
<a></a>
Bytebox is a WebAssembly VM.
Getting started
Requirements
Bytebox currently builds with <a>Zig 0.13.x</a> to avoid churn on zig master.
To run the tests:
* <code>wasm-tools</code> is required to run the wasm testsuite. You can install it via the rust toolchain <code>cargo install wasm-tools</co... | [] |
https://avatars.githubusercontent.com/u/32078353?v=4 | mibu | xyaman/mibu | 2021-10-03T17:08:47Z | Pure Zig library for low-level terminal manipulation. | main | 2 | 89 | 10 | 89 | https://api.github.com/repos/xyaman/mibu/tags | MIT | [
"ansi",
"color",
"console",
"cursor",
"terminal",
"zig",
"zig-package"
] | 86 | false | 2025-05-18T00:21:59Z | true | true | unknown | github | [] | <blockquote>
<span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span>
This library is a WIP and may have breaking changes and bugs.
</blockquote>
mibu
<strong>mibu</strong> is pure Zig library for low-level terminal manipulation... | [
"https://github.com/GabrieleInvernizzi/zig-prompter",
"https://github.com/darkyzhou/mcm",
"https://github.com/ringtailsoftware/zig-wasm-audio-framebuffer",
"https://github.com/ringtailsoftware/zigtris",
"https://github.com/ringtailsoftware/zoridor",
"https://github.com/xyaman/chip8",
"https://github.com... |
https://avatars.githubusercontent.com/u/3932972?v=4 | parser-toolkit | ikskuh/parser-toolkit | 2021-08-19T09:09:46Z | A toolkit that makes it easier to write recursive-descent parsers in Zig. | master | 1 | 75 | 8 | 75 | https://api.github.com/repos/ikskuh/parser-toolkit/tags | MIT | [
"compiler",
"compiler-frontend",
"parser",
"recursive-descent-parser",
"tokenizer",
"tokenizer-parser",
"zig",
"zig-package",
"ziglang"
] | 1,146 | false | 2025-04-30T17:25:13Z | true | true | unknown | github | [] | A parser toolkit
This repo contains a tiny parser toolkit that can be used to build new parsers and programming languages.
It provides:
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 da... | [
"https://github.com/MidstallSoftware/webidl.zig",
"https://github.com/iddev5/inon"
] |
https://avatars.githubusercontent.com/u/63465728?v=4 | zort | alichraghi/zort | 2021-11-09T13:30:26Z | Sorting algorithms in zig | main | 2 | 70 | 6 | 70 | https://api.github.com/repos/alichraghi/zort/tags | MIT | [
"sort",
"sorting",
"sorting-algorithms",
"sorting-algorithms-implemented",
"zig",
"zig-package"
] | 2,606 | false | 2025-04-19T10:51:10Z | true | false | unknown | github | [] | Zort
Implementation of 13 sorting algorithms in Zig
| Algorithm | Custom Comparison | Zero Allocation |
| ----------------------- | ----------------- | --------------- |
| Bubble | ✅ | ✅ |
| Comb | ✅ | ✅ |
| He... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-extras | nektro/zig-extras | 2021-08-27T02:57:51Z | An assortment of random utility functions that aren't in std and don't need to be their own pacakge. | master | 3 | 63 | 9 | 63 | https://api.github.com/repos/nektro/zig-extras/tags | MIT | [
"zig",
"zig-package"
] | 119 | false | 2025-05-21T20:33:46Z | true | false | unknown | github | [] | zig-extras
<a></a>
<a></a>
<a></a>
<a></a>
An assortment of random utility functions that aren't in std and don't deserve their own package. | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-time | nektro/zig-time | 2021-10-17T00:34:25Z | A date and time parsing and formatting library for Zig. | master | 1 | 60 | 11 | 60 | https://api.github.com/repos/nektro/zig-time/tags | MIT | [
"time",
"wristwatch",
"zig",
"zig-package"
] | 36 | false | 2025-05-21T20:33:48Z | true | false | unknown | github | [] | zig-time
<a></a>
<a></a>
<a></a>
<a></a>
Exposes a <code>DateTime</code> structure that can be initialized and acted upon using various methods. All public methods return a new structure.
Currently handles dates and times based on the <a>Proleptic Gregorian calendar</a> in adherence to <a>ISO 8601</a>.
Does not cu... | [
"https://github.com/deatil/zig-say"
] |
https://avatars.githubusercontent.com/u/20167110?v=4 | jzignet | greenfork/jzignet | 2021-11-20T14:06:55Z | Zig library to connect Janet and Zig together | master | 0 | 56 | 4 | 56 | https://api.github.com/repos/greenfork/jzignet/tags | MIT | [
"janet",
"zig",
"zig-package"
] | 3,540 | false | 2025-05-20T16:17:09Z | true | false | unknown | github | [] | Jzignet
<a>Zig</a> is a general-purpose programming language and
toolchain for maintaining robust, optimal, and reusable software.
<a>Janet</a> is a functional and imperative programming
language and bytecode interpreter. It is a lisp-like language, but lists are
replaced by other data structures (arrays, tables (has... | [] |
https://avatars.githubusercontent.com/u/1916079?v=4 | zig-prometheus | vrischmann/zig-prometheus | 2021-07-30T21:29:04Z | Prometheus/VictoriaMetrics client library for Zig | master | 0 | 55 | 2 | 55 | https://api.github.com/repos/vrischmann/zig-prometheus/tags | MIT | [
"prometheus",
"victoriametrics",
"zig",
"zig-package"
] | 79 | false | 2025-05-01T14:02:27Z | true | true | 0.14.0 | github | [] | zig-prometheus
This is a <a>Zig</a> library to add <a>Prometheus</a>-inspired metrics to a library or application.
"Inspired" because it is not strictly compatible with Prometheus, the <code>Histogram</code> type is tailored for <a>VictoriaMetrics</a>.
See <a>this blog post</a> from the creator of <code>VictoriaMetri... | [] |
https://avatars.githubusercontent.com/u/1519747?v=4 | zig-snapshots | kubkon/zig-snapshots | 2021-10-20T13:47:11Z | Preview Zig's incremental linker state in interactive HTML | main | 0 | 45 | 1 | 45 | https://api.github.com/repos/kubkon/zig-snapshots/tags | MIT | [
"visualisaton",
"zig",
"zig-package",
"zld"
] | 532 | false | 2025-05-16T00:28:24Z | true | false | unknown | github | [] | zig-snapshots
A tool allowing you to preview a series of snapshots of Zig's incremental linker.
Usage
You will need to build Zig's stage2/self-hosted compiler with <code>-Dlink-snapshot</code> flag on:
<code>$ zig build -Dlink-snapshot</code>
Then, you can run the compiler either in a fire-and-forget or watch-for-... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-pek | nektro/zig-pek | 2021-08-05T07:47:57Z | A comptime HTML preprocessor with a builtin template engine for Zig. | master | 1 | 43 | 1 | 43 | https://api.github.com/repos/nektro/zig-pek/tags | MPL-2.0 | [
"zig-package"
] | 82 | false | 2025-05-21T20:33:10Z | true | false | unknown | github | [] | Pek
<a></a>
<a></a>
<a></a>
<a></a>
A comptime HTML preprocessor with a builtin template engine for Zig.
Example Document
<code>fsharp
html[lang="en"](
head(
title("Pek Example")
meta[charset="UTF-8"]
meta[name="viewport" content="width=device-width,initial-scale=1"]
)
body(
... | [] |
https://avatars.githubusercontent.com/u/65570835?v=4 | tres | ziglibs/tres | 2022-01-01T21:51:09Z | ValueTree-based JSON parser | main | 1 | 39 | 4 | 39 | https://api.github.com/repos/ziglibs/tres/tags | MIT | [
"json",
"zig",
"zig-package",
"ziglang"
] | 104 | false | 2024-07-23T01:18:08Z | true | false | unknown | github | [] | tres
<code>std.json.parse</code> but on <code>ValueTree</code>s. Stringify that supports Undefinedables, ArrayLists, and HashMaps.
Features
<ul>
<li><code>parse</code> (std.json.Value -> T)</li>
<li><code>stringify</code> (T -> []const u8)</li>
<li><code>toValue</code> (T -> std.json.Value)</li>
</ul>
All t... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | any-pointer | ikskuh/any-pointer | 2021-11-05T14:45:56Z | A type erasure library for Zig that is meant to be eventually upstreamed to std | master | 4 | 38 | 4 | 38 | https://api.github.com/repos/ikskuh/any-pointer/tags | MIT | [
"zig",
"zig-package",
"ziglang"
] | 30 | false | 2025-03-25T16:42:18Z | true | false | unknown | github | [] | any-pointer type erasure
This package provides a single file <code>any-pointer.zig</code> that implements a type-erased pointer for Zig.
This pointer type supports three functions <code>make</code>, <code>cast</code> and <code>isNull</code> and exports the symbol <code>null_pointer</code>.
```zig
const AnyPointer = ... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | zig-serve | ikskuh/zig-serve | 2021-11-09T17:41:54Z | Server implementations for several protocols in Zig. Includes http(s), gemini and gopher | master | 1 | 38 | 5 | 38 | https://api.github.com/repos/ikskuh/zig-serve/tags | - | [
"gemini",
"gemini-protocol",
"gemini-server",
"gopher",
"gopher-protocol",
"gopher-server",
"http",
"http-server",
"https-server",
"server",
"zig",
"zig-package",
"ziglang"
] | 1,513 | false | 2025-05-04T22:02:44Z | true | false | unknown | github | [] | zig-serve
A implementation of several network protocols for Zig:
<ul>
<li>HTTP 1.1</li>
<li>Gemini</li>
<li>Gopher</li>
<li>Finger</li>
</ul>
Disclaimer
<strong>DO NOT USE THESE SERVER IMPLEMENTATIONS IN PRODUCTION!</strong>
They are very much work-in-progress without any warranty of function or correctness. Don'... | [] |
https://avatars.githubusercontent.com/u/2286349?v=4 | zig-libgit2 | leecannon/zig-libgit2 | 2021-08-18T07:08:41Z | Zig bindings to libgit2 | master | 0 | 33 | 6 | 33 | https://api.github.com/repos/leecannon/zig-libgit2/tags | MIT | [
"git",
"libgit2",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 882 | false | 2025-03-07T23:30:19Z | true | false | unknown | github | [] | zig-libgit2
Warning
This project is not currently in a good state and is not 100% compatible with any of libgit2's releases.
Work on this project stalled at step one in <a>TODO</a>
Zig bindings to <a>libgit2</a>
This is an in-progress zig binding to libgit2, unfortunately libgit2 doesn't full document all possib... | [] |
https://avatars.githubusercontent.com/u/65570835?v=4 | ini | ziglibs/ini | 2021-04-07T08:58:07Z | A teeny tiny ini parser | master | 0 | 31 | 5 | 31 | https://api.github.com/repos/ziglibs/ini/tags | MIT | [
"ini",
"ini-parser",
"zig",
"zig-package",
"ziglang"
] | 23 | false | 2025-05-21T02:52:54Z | true | true | 0.14.0 | github | [] | INI parser library
This is a very simple ini-parser library that provides:
- Raw record reading
- Leading/trailing whitespace removal
- Comments
- Zig API
- C API
Usage example
Zig
```zig
const std = @import("std");
const ini = @import("ini");
pub fn main() !void {
const file = try std.fs.cwd().openFile("examp... | [
"https://github.com/AnErrupTion/ZigEmu",
"https://github.com/liskvork/liskvork"
] |
https://avatars.githubusercontent.com/u/65570835?v=4 | zig-lv2 | ziglibs/zig-lv2 | 2021-03-12T01:49:18Z | Zig-intuitive bindings for LV2. | main | 1 | 31 | 0 | 31 | https://api.github.com/repos/ziglibs/zig-lv2/tags | - | [
"lv2",
"zig",
"zig-lv2",
"zig-package",
"ziglang"
] | 52 | false | 2024-12-27T23:52:06Z | true | false | unknown | github | [] | zig-lv2
A toolkit for LV2 plugin authors written in Zig.
<strong>WARNING: Here be dragons; tons of LV2 features aren't implemented and this isn't ready for production at all.</strong>
Installing
<code>bash
git clone --recurse-submodules https://github.com/ziglibs/zig-lv2</code>
Getting Started
Check out the examp... | [] |
https://avatars.githubusercontent.com/u/106511?v=4 | xml | andrewrk/xml | 2022-01-17T07:29:30Z | Tokenize XML | main | 0 | 25 | 6 | 25 | https://api.github.com/repos/andrewrk/xml/tags | MIT | [
"zig-package"
] | 10 | false | 2024-12-04T15:54:39Z | true | false | unknown | github | [] | XML
A library for tokenizing XML.
Building
<code>zig build</code>
Testing
<code>zig build test</code> | [
"https://github.com/ianprime0509/zig-gobject",
"https://github.com/mrusme/whats",
"https://github.com/scrapli/libscrapli"
] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-inquirer | nektro/zig-inquirer | 2021-07-29T10:59:26Z | A collection of utilities for prompting information from the user on the CLI | master | 1 | 24 | 2 | 24 | https://api.github.com/repos/nektro/zig-inquirer/tags | MIT | [
"zig",
"zig-package"
] | 17 | false | 2025-05-21T20:33:36Z | true | false | unknown | github | [] | zig-inquirer
<a></a>
<a></a>
<a></a>
<a></a>
A collection of utilities for prompting information from the user on the CLI
Adapted from https://github.com/SBoudrias/Inquirer.js
Run example
<code>zig build run</code>
Screenshots
Usage
<ul>
<li><code>pub fn answer(writer, reader, comptime prompt: []const u8, val... | [] |
https://avatars.githubusercontent.com/u/1519747?v=4 | zelf | kubkon/zelf | 2021-09-14T17:06:40Z | Zig's ELF parser utility | main | 2 | 24 | 3 | 24 | https://api.github.com/repos/kubkon/zelf/tags | MIT | [
"elf",
"zig",
"zig-package"
] | 111 | false | 2025-05-16T00:27:52Z | true | false | unknown | github | [] | zelf
Zig's ELF parsing utility - a replacement (maybe someday) utility for <code>readelf</code> written in Zig.
Usage
```
Usage: zelf [options] file
General Options:
-a, --all Equivalent of having all flags on
-g, --section-groups Display the section groups
-h, --file-header ... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-ulid | nektro/zig-ulid | 2021-10-08T02:32:39Z | A binary implementation of ULID in Zig. | master | 1 | 23 | 1 | 23 | https://api.github.com/repos/nektro/zig-ulid/tags | MIT | [
"ulid",
"zig",
"zig-package"
] | 21 | false | 2025-05-21T20:33:26Z | true | false | unknown | github | [] | zig-ulid
<a></a>
<a></a>
<a></a>
<a></a>
A binary implementation of ULID in Zig.
https://github.com/ulid/spec | [] |
https://avatars.githubusercontent.com/u/7270159?v=4 | zig-zlib | mattnite/zig-zlib | 2021-12-17T16:30:10Z | compile zlib in your build.zig | main | 2 | 22 | 5 | 22 | https://api.github.com/repos/mattnite/zig-zlib/tags | MIT | [
"build",
"zig",
"zig-package",
"zlib"
] | 31 | false | 2025-04-24T16:02:27Z | true | false | unknown | github | [] | zlib build package
<a></a>
Like this project?
If you like this project or other works of mine, please consider <a>donating to or sponsoring me</a> on Github <a>:heart:</a>
How to use
This repo contains code for your <code>build.zig</code> that can statically compile zlib, as well as some idiomatic Zig bindings for... | [] |
https://avatars.githubusercontent.com/u/7270159?v=4 | zig-libcurl | mattnite/zig-libcurl | 2021-12-17T16:53:22Z | compile libcurl in your build.zig | main | 1 | 22 | 4 | 22 | https://api.github.com/repos/mattnite/zig-libcurl/tags | MIT | [
"build",
"https",
"libcurl",
"zig",
"zig-package"
] | 52 | false | 2024-12-16T22:28:30Z | true | false | unknown | github | [] | libcurl build package
<a></a>
Like this project?
If you like this project or other works of mine, please consider <a>donating to or sponsoring me</a> on Github <a>:heart:</a>
How to use
This repo contains code for your <code>build.zig</code> that can statically compile libcurl, as well as some idiomatic Zig bindin... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | assimp | allyourcodebase/assimp | 2021-09-03T08:25:20Z | Open Asset Importer Library built with Zig | master | 3 | 20 | 12 | 20 | https://api.github.com/repos/allyourcodebase/assimp/tags | BSD-3-Clause | [
"3d-formats",
"assimp",
"assimp-port",
"zig",
"zig-package",
"ziglang"
] | 81 | false | 2025-04-15T18:42:22Z | true | true | unknown | github | [
{
"commit": "v5.3.1.tar.gz",
"name": "assimp",
"tar_url": "https://github.com/assimp/assimp/archive/v5.3.1.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/assimp/assimp"
}
] | OpenAssetImporter Library Binding for Zig
This repo is a build sdk for <a>Assimp</a> to be used with the Zig build system:
```zig
const std = @import("std");
// Import the SDK
const Assimp = @import("Sdk.zig");
pub fn build(b: *std.build.Builder) void {
const mode = b.standardReleaseOptions();
<code>const exe ... | [
"https://github.com/allyourcodebase/assimp"
] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-rocca-s | jedisct1/zig-rocca-s | 2021-10-19T23:02:17Z | An implementation of the ROCCA-S encryption scheme. | master | 0 | 19 | 0 | 19 | https://api.github.com/repos/jedisct1/zig-rocca-s/tags | MIT | [
"aead",
"cipher",
"rocca",
"rocca-s",
"zig",
"zig-package"
] | 24 | false | 2024-10-25T11:52:51Z | true | false | unknown | github | [] | ROCCA-S: an efficient AES-based encryption scheme
This is an implementation of <a>ROCCA-S: an efficient AES-based encryption scheme for beyond 5G</a>, a very fast authenticated encryption scheme optimized for platforms with AES-NI or ARM crypto extensions.
ROCCA-S has a 256 bit key size, a 128 bit nonce, processes 25... | [] |
https://avatars.githubusercontent.com/u/1338?v=4 | uuid6-zig | jdknezek/uuid6-zig | 2021-05-08T05:46:25Z | UUIDv6 implemented in Zig | master | 1 | 18 | 3 | 18 | https://api.github.com/repos/jdknezek/uuid6-zig/tags | MIT | [
"zig-package"
] | 34 | false | 2025-05-09T13:59:32Z | true | false | unknown | github | [] | uuid6-zig
This is a prototype <a>UUIDv6</a> draft 03 implementation in <a>Zig</a>. It also includes versions 1 & 3-5 for comparison.
Installation
The library is contained entirely in <code>src/Uuid.zig</code>. Feel free to copy and customize or clone it as a submodule.
It targets Zig <code>master</code> and may... | [] |
https://avatars.githubusercontent.com/u/5332688?v=4 | zig-getopt | dmgk/zig-getopt | 2021-05-20T14:17:44Z | POSIX-compatible getopt(3) implementation in Zig | master | 2 | 17 | 5 | 17 | https://api.github.com/repos/dmgk/zig-getopt/tags | 0BSD | [
"option-parser",
"option-parsing",
"zig",
"zig-package",
"ziglang"
] | 10 | false | 2025-05-17T02:17:55Z | true | false | unknown | github | [] | Minimal POSIX getopt(3) implementation in Zig
This is a minimal, allocation-free getopt(3) implementation with <a>POSIX-conforming</a> argument parsing semantics.
Example
```zig
const std = @import("std");
const debug = std.debug;
const getopt = @import("getopt.zig");
pub fn main() void {
var arg: []const u8 = ... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-eddsa-key-blinding | jedisct1/zig-eddsa-key-blinding | 2022-01-20T21:42:36Z | A Zig implementation of EdDSA signatures with blind keys. | main | 0 | 17 | 1 | 17 | https://api.github.com/repos/jedisct1/zig-eddsa-key-blinding/tags | MIT | [
"blinding",
"ed25519",
"eddsa",
"zig",
"zig-package"
] | 5 | false | 2025-01-18T04:18:25Z | true | false | unknown | github | [] | EdDSA signatures with blind keys
A Zig implementation of the <a>EdDSA key blinding</a> proposal.
```zig
// Create a standard Ed25519 key pair
const kp = try Ed25519.KeyPair.create(null);
<code>// Create a random blinding seed
var blind: [32]u8 = undefined;
crypto.random.bytes(&blind);
// Blind the key p... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-hpke | jedisct1/zig-hpke | 2021-03-30T19:36:34Z | HPKE implementation for Zig. | master | 1 | 17 | 4 | 17 | https://api.github.com/repos/jedisct1/zig-hpke/tags | MIT | [
"crypto",
"hpke",
"zig",
"zig-package"
] | 36 | false | 2025-03-25T05:56:13Z | true | true | unknown | github | [] | HPKE for Zig
<code>zig-hpke</code> is an implementation of the <a>Hybrid Public Key Encryption</a> (HPKE) scheme.
Usage
Bounded arrays
This code heavily relies on the <code>std.BoundedArray</code> type: a type to store small, variable-sized slices whose maximum size is known.
Keys are typically represented using t... | [] |
https://avatars.githubusercontent.com/u/2286349?v=4 | zig-bitjuggle | leecannon/zig-bitjuggle | 2021-06-27T18:01:20Z | Various "bit juggling" helpers and functionality | master | 0 | 16 | 1 | 16 | https://api.github.com/repos/leecannon/zig-bitjuggle/tags | MIT | [
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 68 | false | 2025-05-12T20:27:41Z | true | true | 0.14.0-dev.3445+6c3cbb0c8 | github | [] | zig-bitjuggle
This package contains various "bit juggling" helpers and functionality:
<ul>
<li><code>isBitSet</code> - Check if a bit is set</li>
<li><code>getBit</code> - Get the value of a bit</li>
<li><code>getBits</code> - Get a range of bits</li>
<li><code>setBit</code> - Set a specific bit</li>
<li><code>setBits... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-blind-rsa-signatures | jedisct1/zig-blind-rsa-signatures | 2021-02-23T21:52:31Z | Blind RSA signatures implementation for Zig. | main | 0 | 16 | 1 | 16 | https://api.github.com/repos/jedisct1/zig-blind-rsa-signatures/tags | Apache-2.0 | [
"blind",
"blind-signatures",
"rsa",
"rsa-blind-signatures",
"rsa-blinded-signatures",
"signatures",
"zig",
"zig-package"
] | 287 | false | 2025-04-09T10:17:54Z | true | false | unknown | github | [] | Blind RSA signatures
Author-blinded RSASSA-PSS RSAE signatures.
This is an implementation of the <a>RSA Blind Signatures</a> RFC.
Also includes a preliminary implementation of the <a>Partially Blind RSA Signatures</a> draft.
Protocol overview
A client asks a server to sign a message. The server receives the messag... | [] |
https://avatars.githubusercontent.com/u/5332688?v=4 | zig-uuid | dmgk/zig-uuid | 2021-05-22T22:24:06Z | Fast, allocation-free v4 UUIDs in Zig | master | 7 | 16 | 11 | 16 | https://api.github.com/repos/dmgk/zig-uuid/tags | 0BSD | [
"uuid",
"uuid-generator",
"uuidv4",
"zig",
"zig-package",
"ziglang"
] | 8 | false | 2024-10-08T02:43:54Z | true | false | unknown | github | [] | Fast, allocation-free v4 UUIDs in Zig
Example
```zig
const std = @import("std");
const UUID = @import("uuid.zig").UUID;
pub fn main() !void {
// generate
const uuid1 = UUID.init();
std.debug.print("{}\n", .{uuid1});
<code>// parse
const uuid2 = try UUID.parse("3df6f0e4-f9b1-4e34-ad70-33206069b995");
std... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | zig-gemtext | ikskuh/zig-gemtext | 2021-03-05T00:07:29Z | A zig library to manipulate gemini text files | master | 0 | 15 | 3 | 15 | https://api.github.com/repos/ikskuh/zig-gemtext/tags | MIT | [
"gemini",
"gemini-language",
"gemini-protocol",
"markup",
"markup-converter",
"parser",
"zig",
"zig-package",
"ziglang"
] | 163 | false | 2025-05-04T21:54:19Z | true | false | unknown | github | [] | Gemini Text Processor
This is a library and a tool to manipulate <a>gemini text files</a>.
It provides both an easy-to-use API as well as a streaming parser with minimal allocation requirements and a proper separation between temporary allocations required for parsing and allocations for returned text fragments.
The... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-range | nektro/zig-range | 2021-05-01T09:16:54Z | A range function to loop over an index without an extra variable. | master | 0 | 14 | 1 | 14 | https://api.github.com/repos/nektro/zig-range/tags | MIT | [
"zig",
"zig-package"
] | 4 | false | 2024-07-28T01:58:50Z | true | false | unknown | github | [] | zig-range
<a></a>
<a></a>
A range function to loop over an index without an extra variable
Usage
<code>zig
for (range(10)) |_, i| {
// 'i' will increment from 0 -> 9
}</code>
Building Example Program
<code>$ zigmod fetch
$ zig build</code>
Built With
<ul>
<li>Zig Master & <a>Zigmod Package Manager</a... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-json | nektro/zig-json | 2021-04-30T05:34:08Z | A JSON library for inspecting arbitrary values | master | 0 | 14 | 3 | 14 | https://api.github.com/repos/nektro/zig-json/tags | MIT | [
"zig",
"zig-package"
] | 122 | false | 2025-05-21T20:33:22Z | true | false | unknown | github | [] | zig-json
<a></a>
<a></a>
<a></a>
<a></a>
A JSON library for inspecting arbitrary values. Optionally accepts trailing commas.
Fully passes https://github.com/nst/JSONTestSuite.
Usage
See <code>test.zig</code> for examples.
Building Example Program
<code>$ zigmod fetch
$ zig build test</code> | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-unicode-ucd | nektro/zig-unicode-ucd | 2021-05-31T02:33:29Z | Zig bindings for the Unicode Character Database | master | 7 | 14 | 0 | 14 | https://api.github.com/repos/nektro/zig-unicode-ucd/tags | MIT | [
"zig",
"zig-package"
] | 1,862 | false | 2025-05-21T20:33:29Z | true | false | unknown | github | [] | zig-unicode-ucd
<a></a>
<a></a>
<a></a>
<a></a>
Zig bindings for the Unicode Character Database
Last updated as of Unicode 16.0.0
http://www.unicode.org/reports/tr44/
https://www.unicode.org/versions/latest/
Development
<code>zig build run -Dstep=generate
zig build run -Dstep=run</code>
License
Code here is M... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-oauth2 | nektro/zig-oauth2 | 2021-09-11T02:28:04Z | HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application | master | 0 | 13 | 1 | 13 | https://api.github.com/repos/nektro/zig-oauth2/tags | MIT | [
"zig",
"zig-package"
] | 43 | false | 2025-05-21T20:33:15Z | true | false | unknown | github | [] | zig-oauth2
<a></a>
<a></a>
<a></a>
<a></a>
HTTP handler functions to allow you to easily add OAuth2 login support to your Zig application.
Supported Providers
<ul>
<li>Amazon</li>
<li>Battle.net</li>
<li>Discord</li>
<li>Facebook</li>
<li>GitHub</li>
<li>Google</li>
<li>Microsoft</li>
<li>Reddit</li>
<li>Gitea</li>... | [] |
https://avatars.githubusercontent.com/u/766758?v=4 | libgeos.zig | guidorice/libgeos.zig | 2022-01-13T00:20:50Z | Zig bindings for the GEOS C library; compile libgeos in your build.zig. | main | 1 | 12 | 0 | 12 | https://api.github.com/repos/guidorice/libgeos.zig/tags | NOASSERTION | [
"c",
"computational-geometry",
"geojson",
"geospatial",
"gis",
"libgeos",
"zig",
"zig-package",
"zig-programming-language",
"ziglang"
] | 73 | false | 2025-03-13T04:54:24Z | true | false | unknown | github | [] | libgeos.zig
<a>Zig</a> bindings for the <a>GEOS C library (libgeos)</a>
<blockquote>
GEOS (Geometry Engine, Open Source) is a C/C++ library for spatial computational geometry of the sort generally used by “geographic information systems” software. GEOS is a core dependency of PostGIS, QGIS, GDAL, and Shapely.
</block... | [] |
https://avatars.githubusercontent.com/u/37453713?v=4 | zigvale | ominitay/zigvale | 2021-08-22T12:15:04Z | A Zig implementation of the stivale2 boot protocol | main | 1 | 12 | 0 | 12 | https://api.github.com/repos/ominitay/zigvale/tags | MIT | [
"boot",
"bootloader",
"hacktoberfest",
"kernel",
"osdev",
"stivale",
"stivale2",
"zig",
"zig-package",
"ziglang",
"zigvale"
] | 86 | false | 2023-10-28T13:51:54Z | true | false | unknown | github | [] | Zigvale
Zigvale is a Zig implementation of the stivale2 boot protocol to be used both in kernels and bootloaders. The specification, along with C header files, may be found <a>here</a>.
Example
Visit <a>zigvale-barebones</a> for a bare-bones kernel demonstrating how to use Zigvale.
Add to your project
Zigvale is a... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-morus | jedisct1/zig-morus | 2021-10-28T22:42:35Z | MORUS-1280-128 implementation in Zig. | master | 0 | 11 | 0 | 11 | https://api.github.com/repos/jedisct1/zig-morus/tags | MIT | [
"morus",
"morus-1280-128",
"webassembly",
"zig",
"zig-package"
] | 16 | false | 2024-05-09T20:00:03Z | true | false | unknown | github | [] | MORUS cipher for Zig
This is a Zig implementation of
<a>MORUS</a> (MORUS-1280-128)
MORUS is a fast authenticated cipher for platforms without hardware AES acceleration.
It performs especially well on WebAssembly compared to alternatives.
Its performance is comparable to AES-OCB, without using AES instructions.
Ben... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-zorm | nektro/zig-zorm | 2021-08-09T08:41:46Z | An ORM-ish library for Zig. | master | 1 | 11 | 0 | 11 | https://api.github.com/repos/nektro/zig-zorm/tags | MPL-2.0 | [
"sqlite",
"zig",
"zig-package"
] | 37 | false | 2025-05-21T20:33:31Z | true | false | unknown | github | [] | Zorm
<a></a>
<a></a>
<a></a>
<a></a>
The database library for Zig.
Supports
<ul>
<li>Sqlite3</li>
</ul> | [] |
https://avatars.githubusercontent.com/u/547147?v=4 | zig-releaser | knadh/zig-releaser | 2021-10-23T16:26:44Z | A simple hack to use GoReleaser to build, release, and publish Zig projects. | master | 1 | 11 | 2 | 11 | https://api.github.com/repos/knadh/zig-releaser/tags | MIT | [
"build-release",
"build-tool",
"goreleaser",
"package",
"release",
"release-automation",
"zig",
"zig-package"
] | 7 | false | 2025-03-08T04:30:30Z | false | false | unknown | github | [] | GoReleaser v2 Official Support 🎉
See <a>https://goreleaser.com/quick-start/</a>.
zig-releaser (old, GoReleaser v1)
zig-releaser is a hack that allows Zig programs to be built, packaged, and released with <a>GoReleaser</a>, a tool for publishing Go programs.
<a>Here is an example</a> for a Zig program published to ... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-leven | nektro/zig-leven | 2021-07-27T06:59:53Z | Measure the difference between two slices using the Levenshtein distance algorithm | master | 0 | 8 | 0 | 8 | https://api.github.com/repos/nektro/zig-leven/tags | MIT | [
"zig",
"zig-package"
] | 13 | false | 2025-05-21T20:33:39Z | true | false | unknown | github | [] | zig-leven
<a></a>
<a></a>
<a></a>
<a></a>
Measure the difference between two slices using the Levenshtein distance algorithm
Adapted from https://github.com/sindresorhus/leven
Usage
<code>pub fn leven(comptime T: type, alloc: *std.mem.Allocator, a: []const T, b: []const T, max: ?usize) !usize</code>
Future
TODO... | [] |
https://avatars.githubusercontent.com/u/7270159?v=4 | zig-libssh2 | mattnite/zig-libssh2 | 2021-12-17T16:42:42Z | compile libssh2 in your build.zig | main | 3 | 8 | 5 | 8 | https://api.github.com/repos/mattnite/zig-libssh2/tags | MIT | [
"build",
"ssh",
"zig",
"zig-package"
] | 19 | false | 2025-04-09T07:44:54Z | true | false | unknown | github | [] | libssh2 build package
<a></a>
Like this project?
If you like this project or other works of mine, please consider <a>donating to or sponsoring me</a> on Github <a>:heart:</a>
How to use
This repo contains code for your <code>build.zig</code> that can statically compile libssh2.
Link to your application
In order ... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | SLF | ikskuh/SLF | 2022-02-05T21:10:11Z | The Simple Linking Format | master | 0 | 8 | 0 | 8 | https://api.github.com/repos/ikskuh/SLF/tags | MIT | [
"binary",
"binutils",
"linker",
"object-format",
"zig",
"zig-package",
"ziglang"
] | 41 | false | 2024-05-29T09:00:03Z | true | false | unknown | github | [] | ⛓ Simple Linking Format
SLF is a very simple object file format that can be used to link programs that don't require distinct sections for code and data.
Documentation
<ul>
<li><a>Binary Format</a></li>
</ul>
Available Tools
<ul>
<li><code>slf-ld</code> is the standalone linker that can be used to link object files ... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-iana-tlds | nektro/zig-iana-tlds | 2021-04-14T08:30:24Z | List of official IANA Top Level Domain Names | master | 0 | 6 | 0 | 6 | https://api.github.com/repos/nektro/zig-iana-tlds/tags | MIT | [
"zig",
"zig-package"
] | 44 | false | 2025-05-21T20:33:26Z | true | false | unknown | github | [] | zig-iana-tlds
<a></a>
<a></a>
<a></a>
<a></a>
list of official IANA Top Level Domain Names.
https://data.iana.org/TLD/tlds-alpha-by-domain.txt | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-git | nektro/zig-git | 2022-02-01T11:01:58Z | Inspect into the depths of your .git folder purely from Zig | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/nektro/zig-git/tags | MIT | [
"zig",
"zig-package"
] | 124 | false | 2025-05-21T20:33:16Z | true | false | unknown | github | [] | zig-git
<a></a>
<a></a>
<a></a>
<a></a>
Inspect into the depths of your .git folder purely from Zig. | [] |
https://avatars.githubusercontent.com/u/95108673?v=4 | zig-essence | aoemods/zig-essence | 2021-11-25T00:57:22Z | Zig impl of Relic Entertainment's Essence formats | main | 4 | 5 | 0 | 5 | https://api.github.com/repos/aoemods/zig-essence/tags | MIT | [
"aoe4",
"zig",
"zig-package"
] | 38 | false | 2022-03-13T16:03:39Z | true | false | unknown | github | [] | zig-essence
Low-level minimal allocation implementation of Relic's funky formats in Zig with comments and clearly named variables.
SGAs: Headers should work for all versions of SGAs, but more high-level code and complex operations are only tested on AoE4 SGAs.
Getting sgatool
You can grab a copy of <code>sgatool</... | [] |
https://avatars.githubusercontent.com/u/7270159?v=4 | zig-mbedtls | mattnite/zig-mbedtls | 2021-12-17T16:49:52Z | compile mbedtls in your build.zig | main | 1 | 4 | 7 | 4 | https://api.github.com/repos/mattnite/zig-mbedtls/tags | MIT | [
"build",
"mbedtls",
"tls",
"zig",
"zig-package"
] | 20 | false | 2024-10-25T15:52:17Z | true | false | unknown | github | [] | mbedtls build package
<a></a>
Like this project?
If you like this project or other works of mine, please consider <a>donating to or sponsoring me</a> on Github <a>:heart:</a>
How to use
This repo contains code for your <code>build.zig</code> that can statically compile mbedtls.
Link to your application
In order ... | [] |
https://avatars.githubusercontent.com/u/4425925?v=4 | zig-plotille | tammoippen/zig-plotille | 2021-07-09T08:41:08Z | Plot graphs and histograms in the terminal. | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/tammoippen/zig-plotille/tags | - | [
"ansi-colors",
"braille",
"graph",
"histogram",
"plot",
"terminal",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 105 | false | 2025-02-02T13:39:11Z | true | false | unknown | github | [] |
zig-plotille
Draw in the terminal.
<ul>
<li>Use colors: ansi, 8bit or true color, if your terminal allows.</li>
<li>Have a canvas for general braille dots drawing.</li>
<li>Have a crappy hist implementation (TODO insert link).</li>
<li>Have a figure for scatter plots, histograms, line plots. Also supports text and v... | [] |
https://avatars.githubusercontent.com/u/11765286?v=4 | zig_regex | peterino2/zig_regex | 2021-11-05T20:16:00Z | A regex implementation. | integration | 0 | 3 | 0 | 3 | https://api.github.com/repos/peterino2/zig_regex/tags | - | [
"zig",
"zig-package"
] | 13 | false | 2025-03-20T10:44:51Z | false | false | unknown | github | [] | Zig Regex
A fairly quick regex implementation done a while back for learning purposes, I'll just clean it up and put it out there.
This one is largely implemented with tagged unions and recursive descent rather than a state machine or a
byte gobbler so it shows you actually can write zig programs in a fairly function... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-licenses-text | nektro/zig-licenses-text | 2021-07-27T09:19:13Z | Full license text from https://spdx.org/licenses/. | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/nektro/zig-licenses-text/tags | MIT | [
"zig",
"zig-package"
] | 712 | false | 2025-05-21T20:33:38Z | true | false | unknown | github | [] | zig-licenses-text
<a></a>
<a></a>
<a></a>
<a></a>
Full license text from https://spdx.org/licenses/. | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | combinatorics.zig | travisstaloch/combinatorics.zig | 2021-05-15T02:19:27Z | A port of Julia's combinatorics library along with miscellaneous related tools. | main | 1 | 2 | 0 | 2 | https://api.github.com/repos/travisstaloch/combinatorics.zig/tags | MIT | [
"zig-library",
"zig-package",
"zig-programming-language"
] | 39 | false | 2023-08-14T06:42:31Z | true | false | unknown | github | [] | combinatorics.zig
An incomplete port of Julia's <a>combinatorics library</a> along with miscellaneous related tools.
<strong>WARNING</strong> This library is very immature, untested and may have bugs. Use at your own risk.
This library provides itertors over set permutations and combinations. It also provides an <... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-flag | nektro/zig-flag | 2021-09-11T08:31:50Z | Config management for Zig. | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/nektro/zig-flag/tags | MIT | [
"zig",
"zig-package"
] | 17 | false | 2025-05-21T20:33:34Z | true | false | unknown | github | [] | zig-flag
<a></a>
<a></a>
<a></a>
<a></a>
Config management for Zig.
Ideal if you would like to define flags in multiple modules or multiplex intake between CLI flags or environement variables. | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | opendynamics-engine | allyourcodebase/opendynamics-engine | 2021-09-06T14:11:20Z | Zig ODE sdk | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/allyourcodebase/opendynamics-engine/tags | - | [
"ode",
"open-dynamics-engine",
"zig",
"zig-package",
"ziglang"
] | 8 | false | 2025-04-15T18:38:45Z | true | false | unknown | github | [] | zig-ode | [] |
https://avatars.githubusercontent.com/u/2389051?v=4 | zig-unidecode | squeek502/zig-unidecode | 2022-01-02T09:25:55Z | Very approximate UTF-8 to ASCII transliterator (a Zig implementation of the Text::Unidecode Perl module) | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/squeek502/zig-unidecode/tags | 0BSD | [
"transliteration",
"unidecode",
"zig",
"zig-package",
"ziglang"
] | 83 | false | 2024-05-11T15:21:34Z | true | false | unknown | github | [] | zig-unidecode
A <a>Zig</a> implementation of the <a>Text::Unidecode Perl module</a> to convert UTF-8 text into a (very) approximate ASCII-only transliteration. That is, this is "meant to be a transliterator of last resort."
For a more detailed description including motivation, caveats, etc, see:
https://metacpan.org... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-licenses | nektro/zig-licenses | 2021-02-15T01:59:38Z | generated data from https://spdx.org/licenses/. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/nektro/zig-licenses/tags | MIT | [
"zig",
"zig-package"
] | 52 | false | 2025-05-21T20:33:31Z | true | false | unknown | github | [] | zig-licenses
<a></a>
<a></a>
<a></a>
<a></a>
generated data from https://spdx.org/licenses/.
includes extra declarations for OSI approved licenses.
includes extra declarations for https://blueoakcouncil.org/list classes. | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-fmt-valueliteral | nektro/zig-fmt-valueliteral | 2021-05-09T21:48:53Z | Print a value to a writer as it would be written in Zig syntax as a (x) literal. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/nektro/zig-fmt-valueliteral/tags | MIT | [
"zig",
"zig-package"
] | 12 | false | 2025-05-21T20:33:24Z | true | false | unknown | github | [] | zig-fmt-valueliteral
<a></a>
<a></a>
<a></a>
<a></a>
Print a value to a writer as it would be written in Zig syntax as a (x) literal.
Api
<ul>
<li><code>pub fn fmtValueLiteral(w: std.io.Writer, value: anytype, comptime print_type_name: bool) !void</code><ul>
<li><code>w</code> is an <code>anytype</code> for any val... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-unicode-uca | nektro/zig-unicode-uca | 2021-05-10T09:46:41Z | Zig bindings for the contributory data files for the Unicode Collation Algorithm. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/nektro/zig-unicode-uca/tags | MIT | [
"zig",
"zig-package"
] | 1,358 | false | 2025-05-21T20:33:29Z | true | false | unknown | github | [] | zig-unicode-uca
<a></a>
<a></a>
<a></a>
<a></a>
Zig bindings for the Unicode Collation Algorithm
Last updated as of Unicode 16.0.0
https://www.unicode.org/reports/tr10/
<blockquote>
This report is the specification of the Unicode Collation Algorithm (UCA), which details how to compare two Unicode strings while re... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-bencode | nektro/zig-bencode | 2021-04-04T12:26:06Z | Bencode parser for Zig. | master | 0 | 1 | 1 | 1 | https://api.github.com/repos/nektro/zig-bencode/tags | MIT | [
"bencode",
"zig",
"zig-package"
] | 54 | false | 2025-05-21T20:33:24Z | true | false | unknown | github | [] | zig-bencode
<a></a>
<a></a>
<a></a>
<a></a>
Bencode parser for Zig.
https://en.wikipedia.org/wiki/Bencode
https://www.bittorrent.org/beps/bep_0003.html#bencoding
Usage
Add the following to the bottom of your <code>zigmod.yml</code>
<code>yml
dependencies:
- src: git https://github.com/nektro/zig-bencode</code... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-detect-license | nektro/zig-detect-license | 2021-07-28T07:05:50Z | Given an input text guess which SPDX license it most likely is an instance of | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/nektro/zig-detect-license/tags | MIT | [
"zig",
"zig-package"
] | 13 | false | 2025-05-21T20:33:44Z | true | false | unknown | github | [] | zig-detect-license
<a></a>
<a></a>
<a></a>
<a></a>
Given an input text guess which SPDX license it most likely is an instance of
Usage
<ul>
<li>
<code>pub fn detect(alloc: *std.mem.Allocator, license_src: []const u8) ![]const u8</code>
<ul>
<li>Given an input string, will return the SPDX license identifier for the... | [] |
https://avatars.githubusercontent.com/u/28556218?v=4 | vpkz | joachimschmidt557/vpkz | 2021-08-15T13:33:11Z | Zig library and command-line application for working with Valve VPK files | trunk | 0 | 0 | 0 | 0 | https://api.github.com/repos/joachimschmidt557/vpkz/tags | MIT | [
"zig",
"zig-package"
] | 36 | false | 2025-03-14T11:07:30Z | true | true | 0.14.0 | github | [] | vpkz
A zig library and CLI application for handling Valve VPK files
Works with Zig 0.14.0.
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600' checked d... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-fs-check | nektro/zig-fs-check | 2021-07-28T04:06:50Z | Various utilities for testing certain conditions in the local files | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/nektro/zig-fs-check/tags | MIT | [
"zig-package"
] | 3 | false | 2023-01-28T03:44:54Z | true | false | unknown | github | [] | zig-fs-check
Various utilities for testing certain conditions in the local files
Built With
<ul>
<li>Zig master<ul>
<li>https://github.com/ziglang/zig</li>
</ul>
</li>
<li>Zigmod package manager<ul>
<li>https://github.com/nektro/zigmod</li>
</ul>
</li>
</ul>
Install
<code>zigmod aq add 1/nektro/fs-check</code>
Usa... | [] |
https://avatars.githubusercontent.com/u/49767738?v=4 | zig-hc256 | quentin-k/zig-hc256 | 2021-12-15T16:46:17Z | Hc256 Cipher in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/quentin-k/zig-hc256/tags | Apache-2.0 | [
"zig",
"zig-package"
] | 48 | false | 2022-10-24T18:58:30Z | true | false | unknown | github | [] | Zig Hc256
An implementation of the hc-256 cipher in zig.
License
Apache 2.0
Usage
<ol>
<li>initialize the cipher with a key and iv</li>
<li>use the <code>apply_stream</code> method on a slice of <code>u8</code>s to encrypt/decrypt the data</li>
</ol>
The test vectors file (<code>/tests/test-vectors.zig</code>) sho... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-ci-detect | nektro/zig-ci-detect | 2021-07-20T08:02:54Z | Detect what kind of CI environment the program is running in | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/nektro/zig-ci-detect/tags | MIT | [
"zig-package"
] | 4 | false | 2021-07-28T07:09:19Z | true | false | unknown | github | [] | zig-ci-detect
Detect what kind of CI environment the program is in
Adapted from https://github.com/npm/ci-detect
Usage
<blockquote>
<code>pub fn detect() ?CI</code>
</blockquote>
The main function of this package. If it detects that the program is running in one of the registered environments, it will return an en... | [] |
https://avatars.githubusercontent.com/u/32980656?v=4 | raylib-zig | Not-Nik/raylib-zig | 2020-02-15T09:58:13Z | Manually tweaked, auto-generated raylib bindings for zig. https://github.com/raysan5/raylib | devel | 12 | 1,132 | 181 | 1,132 | https://api.github.com/repos/Not-Nik/raylib-zig/tags | MIT | [
"binding",
"bindings",
"game-development",
"gamedev",
"raylib",
"zig",
"zig-package"
] | 2,899 | false | 2025-05-22T06:39:34Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "raylib",
"tar_url": "https://github.com/raysan5/raylib/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/raysan5/raylib"
},
{
"commit": "1536ae35c7b42d863135f4181fd2a225e531f68b",
"name": "raygui",
"tar_url": "https://github.com/r... |
raylib-zig
Manually tweaked, auto-generated <a>raylib</a> bindings for zig.
Bindings tested on raylib version 5.6-dev and Zig 0.14.0
Thanks to all the <a>contributors</a> for their help with this
binding.
Example
```zig
const rl = @import("raylib");
pub fn main() anyerror!void {
// Initialization
//----... | [
"https://github.com/0xErwin1/langton.zig",
"https://github.com/EarthmanMuons/clefcraft",
"https://github.com/Frost-Phoenix/zig-sweeper",
"https://github.com/IWhitebird/Zimacs",
"https://github.com/Jacquwes/Zip-8",
"https://github.com/JamzOJamz/terraria-classic",
"https://github.com/Mario-SO/zig-pong",
... |
https://avatars.githubusercontent.com/u/3932972?v=4 | zig-network | ikskuh/zig-network | 2020-04-28T11:39:38Z | A smallest-common-subset of socket functions for crossplatform networking, TCP & UDP | master | 12 | 553 | 67 | 553 | https://api.github.com/repos/ikskuh/zig-network/tags | MIT | [
"networking",
"tcp",
"tcp-client",
"tcp-server",
"udp",
"zig",
"zig-package"
] | 287 | false | 2025-05-11T19:27:47Z | true | true | unknown | github | [] | Zig Network Abstraction
Small network abstraction layer around TCP & UDP.
Features
<ul>
<li>Implements the minimal API surface for basic networking</li>
<li>Makes cross-platform abstractions</li>
<li>Supports blocking and non-blocking I/O via <code>select</code>/<code>poll</code></li>
<li>UDP multicast support</l... | [
"https://github.com/ikskuh/gurl"
] |
https://avatars.githubusercontent.com/u/3759175?v=4 | mecha | Hejsil/mecha | 2020-06-10T11:02:59Z | A parser combinator library for Zig | master | 6 | 523 | 24 | 523 | https://api.github.com/repos/Hejsil/mecha/tags | MIT | [
"functional",
"parser",
"parser-combinators",
"parser-library",
"parsers",
"zig",
"zig-library",
"zig-package"
] | 154 | false | 2025-05-09T20:28:43Z | true | true | 0.14.0 | github | [] | Mecha
A parser combinator library for the <a><code>Zig</code></a>
programming language. Time to make your own parser mech!
```zig
const mecha = @import("mecha");
const std = @import("std");
const Rgb = struct {
r: u8,
g: u8,
b: u8,
};
fn toByte(v: u4) u8 {
return @as(u8, v) * 0x10 + v;
}
const hex1... | [
"https://github.com/FOLLGAD/zig-wasm-parser",
"https://github.com/Hejsil/lemonbar-maker",
"https://github.com/vezel-dev/graf"
] |
https://avatars.githubusercontent.com/u/65570835?v=4 | zgl | ziglibs/zgl | 2020-07-03T13:19:40Z | Zig OpenGL Wrapper | master | 4 | 500 | 68 | 500 | https://api.github.com/repos/ziglibs/zgl/tags | MIT | [
"bindings",
"zig",
"zig-package",
"ziglang"
] | 277 | false | 2025-05-19T11:48:34Z | true | true | unknown | github | [] | ZGL – Zig OpenGL Bindings
This library provides a thin, type-safe binding for OpenGL.
Example
```zig
// Use classic OpenGL flavour
var vao = gl.createVertexArray();
defer gl.deleteVertexArray(vao);
// Use object oriented flavour
var vertex_buffer = gl.Buffer.create();
defer vertex_buffer.delete();
```
Installation... | [
"https://github.com/chadwain/zss"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.