avatar_url stringlengths 47 116 ⌀ | name stringlengths 1 46 | full_name stringlengths 7 60 | created_at stringdate 2016-04-01 08:17:56 2025-05-20 11:38:17 | description stringlengths 0 387 ⌀ | default_branch stringclasses 44
values | open_issues int64 0 4.93k | stargazers_count int64 0 78.2k | forks_count int64 0 3.09k | watchers_count int64 0 78.2k | tags_url stringlengths 0 94 | license stringclasses 27
values | topics listlengths 1 20 | size int64 0 4.82M | fork bool 2
classes | updated_at stringdate 2018-11-13 14:41:18 2025-05-22 08:23:54 | has_build_zig bool 2
classes | has_build_zig_zon bool 2
classes | zig_minimum_version stringclasses 50
values | repo_from stringclasses 3
values | dependencies listlengths 0 38 | readme_content stringlengths 0 437k | dependents listlengths 0 21 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://avatars.githubusercontent.com/u/206480?v=4 | metrics.zig | karlseguin/metrics.zig | 2024-01-18T10:36:15Z | Prometheus metrics for library and application developers | master | 0 | 52 | 4 | 52 | https://api.github.com/repos/karlseguin/metrics.zig/tags | MIT | [
"metrics",
"prometheus",
"prometheus-client",
"zig",
"zig-library",
"zig-package"
] | 78 | false | 2025-05-08T08:16:28Z | true | true | unknown | github | [] | Prometheus Metric Library for Zig
This library is designed for both library and application developers. I do hope to streamline setup when comptime allocations are allowed.
It supports, counters, gauges and histograms and the labeled-variant of each.
Please see the example project. It demonstrates how a <a>library d... | [] |
https://avatars.githubusercontent.com/u/109492796?v=4 | learning-zig | zigcc/learning-zig | 2023-09-27T00:11:03Z | 《Learning Zig》中文翻译 | main | 1 | 52 | 8 | 52 | https://api.github.com/repos/zigcc/learning-zig/tags | MIT | [
"documentation",
"zig",
"zig-doc",
"zig-lang",
"ziglang"
] | 175 | false | 2025-05-19T07:38:59Z | false | false | unknown | github | [] | <a>Learning Zig</a> 中文翻译
<a></a>
<a></a>
<blockquote>
<span class="bg-green-100 text-green-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-green-900 dark:text-green-300">IMPORTANT</span>
迁移到 <a>zigcc.github.io</a> 仓库维护。
</blockquote> | [] |
https://avatars.githubusercontent.com/u/104173612?v=4 | riscv-barebones | zig-osdev/riscv-barebones | 2023-07-12T14:58:25Z | Barebones RISC-V kernel template for Zig | main | 0 | 50 | 2 | 50 | https://api.github.com/repos/zig-osdev/riscv-barebones/tags | 0BSD | [
"barebones",
"freestanding",
"kernel",
"osdev",
"risc-v",
"starter",
"template",
"zig"
] | 20 | false | 2025-05-18T14:23:28Z | true | false | unknown | github | [] | RISC-V Barebones Template
This repository contains a barebones template for the RISC-V architecture.
Resources
<ul>
<li><a>Stephen Mars' OS Blog</a></li>
<li><a>OS Dev Wiki, RISC-V Bare Bones</a></li>
<li><a>RISC-V Instruction Green Card</a></li>
<li><a>RISC-V Unprivileged ISA</a></li>
<li><a>RISC-V Privileged ISA</a... | [] |
https://avatars.githubusercontent.com/u/5885545?v=4 | zigdown | JacobCrabill/zigdown | 2023-02-23T16:17:59Z | Markdown parser in Zig | main | 1 | 49 | 4 | 49 | https://api.github.com/repos/JacobCrabill/zigdown/tags | MIT | [
"markdown",
"terminal",
"zig",
"zig-package"
] | 1,593 | false | 2025-05-20T14:28:18Z | true | true | 0.14.0 | github | [
{
"commit": "5a650f9439b2b2d8ca5e498b349e25bb7308f7bb.tar.gz",
"name": "stbi",
"tar_url": "https://github.com/JacobCrabill/zig-stb-image/archive/5a650f9439b2b2d8ca5e498b349e25bb7308f7bb.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/JacobCrabill/zig-stb-image"
},
{
"commit"... | Zigdown: Markdown toolset in Zig
<code>{toctree}
<This block will be rendered as a Table of Contents></code>
Zigdown, inspired by <a>Glow</a> and
<a>mdcat</a>, is a tool to parse and render Markdown-like content to the
terminal or to HTML. It can also serve up a directory of files to your browser like a psu... | [
"https://github.com/JacobCrabill/doczy",
"https://github.com/JacobCrabill/slidey"
] |
https://avatars.githubusercontent.com/u/33050391?v=4 | myzql | speed2exe/myzql | 2023-07-29T15:22:58Z | MySQL and MariaDB driver in native Zig | main | 1 | 49 | 3 | 49 | https://api.github.com/repos/speed2exe/myzql/tags | MIT | [
"driver",
"mariadb",
"mysql",
"sql",
"zig",
"zig-library",
"zig-package"
] | 421 | false | 2025-05-04T15:40:35Z | true | false | unknown | github | [] | MyZql
<ul>
<li>MySQL and MariaDB driver in native zig</li>
</ul>
Status
<ul>
<li>Beta</li>
</ul>
Version Compatibility
| MyZQL | Zig |
|-------------|---------------------------|
| 0.0.9.1 | 0.12.0 |
| 0.13.2 | 0.13.0 |
| 0.14.0 | 0.14.0... | [
"https://github.com/deatil/zig-say"
] |
https://avatars.githubusercontent.com/u/6756180?v=4 | llvm-zig | kassane/llvm-zig | 2023-04-21T16:26:20Z | LLVM bindings written in Zig | main | 0 | 45 | 5 | 45 | https://api.github.com/repos/kassane/llvm-zig/tags | MIT | [
"ffi-bindings",
"libclang",
"llvm",
"llvm-bindings",
"llvm-c",
"llvm-c-api",
"zig",
"zig-package"
] | 81 | false | 2025-04-30T16:37:58Z | true | true | 0.14.0 | github | [
{
"commit": null,
"name": "test_runner",
"tar_url": null,
"type": "remote",
"url": "git+https://gist.github.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b#1f317ebc9cd09bc50fd5591d09c34255e15d1d85"
}
] | LLVM bindings for Zig
The purpose of this repository is to learn about the <a><code>llvm</code></a> compiler
infrastructure and practice some <a><code>zig</code></a>.
Requirement
<ul>
<li><a>zig v0.14.0</a> or higher.</li>
</ul>
How to use
Make your project using
<code>console
zig init</code>
Add this llvm-zig modu... | [] |
https://avatars.githubusercontent.com/u/109492796?v=4 | zig-idioms | zigcc/zig-idioms | 2023-11-24T07:05:32Z | Common idioms used in Zig | main | 0 | 44 | 1 | 44 | https://api.github.com/repos/zigcc/zig-idioms/tags | MIT | [
"zig",
"zig-lang",
"ziglang"
] | 15 | false | 2025-03-18T05:45:17Z | false | false | unknown | github | [] | Zig idioms
<a></a>
<blockquote>
Zig, despite its simplicity, harbors unique features rarely found in other programming languages. This project aims to collect these techniques, serving as a valuable complement to the <a>Zig Language Reference</a>.
</blockquote>
Each idiom is accompanied by an illustrative example na... | [] |
https://avatars.githubusercontent.com/u/9960133?v=4 | tcc-riscv32-wasm | lupyuen/tcc-riscv32-wasm | 2024-01-26T04:03:08Z | TCC (Tiny C Compiler) for 64-bit RISC-V, compiled to WebAssembly with Zig Compiler | main | 0 | 44 | 5 | 44 | https://api.github.com/repos/lupyuen/tcc-riscv32-wasm/tags | LGPL-2.1 | [
"nuttx",
"riscv",
"riscv64",
"romfs",
"tcc",
"webassembly",
"zig",
"ziglang"
] | 46,853 | true | 2025-05-09T15:42:14Z | false | false | unknown | github | [] | Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
Features:
<ul>
<li>
SMALL! You can compile and execute C code everywhere, for example on
rescue disks.
</li>
<li>
FAST! tcc generates optimized x86 code. No byte code
overhead. Compile, assemble and link about 7 times faster than 'gcc
-O0'... | [] |
https://avatars.githubusercontent.com/u/1338143?v=4 | smol-string | Senryoku/smol-string | 2023-10-31T06:25:03Z | Compression for browsers' localStorage. Alternative to lz-string written in Zig. | main | 1 | 44 | 1 | 44 | https://api.github.com/repos/Senryoku/smol-string/tags | MIT | [
"browser",
"compression",
"localstorage",
"typescript",
"web",
"zig"
] | 5,993 | false | 2025-05-10T19:12:19Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/6136245?v=4 | verkle-crypto | jsign/verkle-crypto | 2023-05-20T22:08:15Z | Cryptography for Ethereum Verkle Trees | main | 0 | 41 | 3 | 41 | https://api.github.com/repos/jsign/verkle-crypto/tags | MIT | [
"bandersnatch",
"cryptography",
"ethereum",
"inner-product-argument",
"multiproof",
"verkle",
"zig"
] | 290 | false | 2025-02-06T06:17:42Z | true | true | unknown | github | [] | verkle-crypto
A pure Zig implementation of Verkle Tree cryptography.
Features
This library is feature complete:
- [X] Relevant finite field arithmetic.
- [X] Bandersnatch and Banderwagon group implementations.
- [X] Pedersen Hashing for trie-key caculations.
- [X] Proof creation and verification.
Some notes about ... | [] |
https://avatars.githubusercontent.com/u/152073653?v=4 | zenolith | zenolith-ui/zenolith | 2023-11-26T13:08:10Z | The GUI engine to end them all! Mirror of https://git.mzte.de/zenolith/zenolith | master | 0 | 41 | 0 | 41 | https://api.github.com/repos/zenolith-ui/zenolith/tags | GPL-3.0 | [
"gui",
"retained-mode-gui",
"widget",
"widget-toolkit",
"zig",
"zig-package"
] | 272 | false | 2025-04-26T20:22:25Z | true | true | unknown | github | [
{
"commit": null,
"name": "statspatch",
"tar_url": null,
"type": "remote",
"url": "git+https://git.mzte.de/LordMZTE/statspatch.git#fe27cf710f1db156acb8be4365d1a1a6365c6d95"
}
] |
Zenolith
Zenolith is my attempt at a retained-mode, platform-agnostic, zig-native GUI engine.
<strong><a>Join the Matrix room here!</a></strong>
Warning: Zenolith is in an extremely early stage! Many important features such as text editing
are not yet implemented. Expect breaking changes!
Attention GitHub users!
... | [
"https://github.com/zenolith-ui/zenolith-sdl2"
] |
https://avatars.githubusercontent.com/u/23202896?v=4 | android-build | zongou/android-build | 2023-10-27T01:48:06Z | This NDK can run on Linux / MacOS / Windows / FreeBSD / OpenBSD 7.3 / NetBSD for both the x86_64 and AARCH64 architectures. | main | 1 | 40 | 11 | 40 | https://api.github.com/repos/zongou/android-build/tags | - | [
"aarch64",
"android",
"ndk",
"zig"
] | 18 | false | 2025-05-19T06:38:03Z | false | false | unknown | github | [] | Android Build Enviroment
Build Android Application and Android targetd binary on unsupported os/arch.
For example:
<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:bor... | [] |
https://avatars.githubusercontent.com/u/35434089?v=4 | zig_workbench | DarknessFX/zig_workbench | 2023-10-26T21:57:08Z | DarknessFX Zig templates, projects, programs, libs and tools. | main | 0 | 39 | 1 | 39 | https://api.github.com/repos/DarknessFX/zig_workbench/tags | MIT | [
"allegro5",
"cuda",
"dear-imgui",
"directx11",
"imgui",
"lua",
"lvgl",
"microui",
"nanovg",
"nuklear",
"raylib",
"sdl2",
"sdl3",
"sfml2",
"sokol",
"vscode",
"webgpu",
"webview",
"zig",
"ziglang"
] | 60,661 | false | 2025-04-22T15:14:21Z | false | false | unknown | github | [] | <code> .----------------. .----------------. .----------------.
| .--------------. || .--------------. || .--------------. |
| | ________ | || | _________ | || | ____ ____ | |
| | |_ ___ `. | || | |_ ___ | | || | |_ _||_ _| | |
| | | | `. \ | || | | |_ \_| | || | \ \ / / | |
| | | |... | [] |
https://avatars.githubusercontent.com/u/20110944?v=4 | zig-minirv32 | ringtailsoftware/zig-minirv32 | 2023-02-15T12:03:08Z | Zig RISC-V32 emulator with Linux and baremetal examples | master | 0 | 38 | 3 | 38 | https://api.github.com/repos/ringtailsoftware/zig-minirv32/tags | - | [
"emulator",
"linux",
"risc-v",
"zig"
] | 6,930 | false | 2025-05-16T13:17:43Z | true | false | unknown | github | [] | zig-minirv32ima
Toby Jaffey https://mastodon.me.uk/@tobyjaffey
A pure zig port of https://github.com/cnlohr/mini-rv32ima
Blog posts documenting some of this:
<ul>
<li>https://www.ringtailsoftware.co.uk/zig-rv32/</li>
<li>https://www.ringtailsoftware.co.uk/zig-baremetal/</li>
</ul>
Tested with <code>zig 0.14.0</code... | [] |
https://avatars.githubusercontent.com/u/46632215?v=4 | zig-nes | jakehffn/zig-nes | 2023-06-09T21:59:40Z | NES emulator written in Zig⚡ | main | 5 | 38 | 0 | 38 | https://api.github.com/repos/jakehffn/zig-nes/tags | - | [
"6502",
"6502-emulation",
"emulation",
"emulator",
"imgui",
"nes",
"zig"
] | 437 | false | 2025-04-18T00:31:52Z | true | false | unknown | github | [] |
ZigNES 🕹️
NES emulator written in Zig with GUI using imgui.
Currently, only mappers 0 and 1 are supported.
Build
Clone this repository somewhere on your machine with the following:
<code>git clone --recurse-submodules https://github.com/jakehffn/zig-nes.git &&... | [] |
https://avatars.githubusercontent.com/u/64311472?v=4 | zcached | sectasy0/zcached | 2023-12-11T16:27:15Z | Lightweight and efficient in-memory caching system akin to databases like Redis. | master | 6 | 38 | 3 | 38 | https://api.github.com/repos/sectasy0/zcached/tags | AGPL-3.0 | [
"cache",
"database",
"key-value",
"nosql",
"zcached",
"zig"
] | 5,917 | false | 2025-05-21T02:03:10Z | true | true | unknown | github | [] | zcached - A Lightweight In-Memory Cache System
Welcome to <code>zcached</code>, a nimble and efficient in-memory caching system resembling databases like Redis. This README acts as a comprehensive guide, aiding in comprehension, setup, and optimal utilization.
Introduction
<code>zcached</code> aims to offer rapi... | [] |
https://avatars.githubusercontent.com/u/6811788?v=4 | zimpl | permutationlock/zimpl | 2023-11-13T12:08:52Z | Simple comptime generic interfaces for Zig | main | 0 | 37 | 1 | 37 | https://api.github.com/repos/permutationlock/zimpl/tags | MIT | [
"generics",
"interfaces",
"polymorphism",
"traits",
"vtables",
"zig"
] | 207 | false | 2025-05-01T09:39:47Z | true | true | unknown | github | [] | Zimpl Zig interfaces
A dead simple implementation of <a>static dispatch</a> interfaces in Zig
that emerged from a tiny subset of <a>ztrait</a>. See <a>here</a>
for some motivation.
Also included is a compatible implementation of <a>dynamic dispatch</a>
interfaces via <code>comptime</code> generated <a>vtables</a>. In... | [] |
https://avatars.githubusercontent.com/u/6221162?v=4 | zig_gpt2 | EugenHotaj/zig_gpt2 | 2023-06-07T02:25:03Z | GPT-2 inference engine written in Zig | main | 0 | 37 | 5 | 37 | https://api.github.com/repos/EugenHotaj/zig_gpt2/tags | - | [
"gpt-2",
"inference-engine",
"zig"
] | 18,002 | false | 2025-03-13T15:53:15Z | true | false | unknown | github | [] | zig_gpt2
GPT-2 inference engine written in Zig. Generation time: ~28ms per token.
Features:
<ul>
<li>No third-party dependencies besides BLAS (Accelerate or OpenBLAS).</li>
<li>No memory allocations at runtime.</li>
<li>Can run <a>NanoGPT</a>.</li>
</ul>
How to Run:
Download the GPT-2 checkpoint from OpenAI.
<code>... | [] |
https://avatars.githubusercontent.com/u/8823448?v=4 | neotest-zig | lawrence-laz/neotest-zig | 2023-10-01T13:29:42Z | Test runner for Zig in Neovim using Neotest backend. | main | 5 | 37 | 7 | 37 | https://api.github.com/repos/lawrence-laz/neotest-zig/tags | MIT | [
"lua",
"neotest",
"neovim",
"test",
"zig"
] | 82 | false | 2025-04-12T07:26:03Z | false | false | unknown | github | [] | Neotest Zig ⚡
<a>Neotest</a> test runner for <a>Zig</a>.
https://github.com/lawrence-laz/neotest-zig/assets/8823448/9a003d0a-9ba4-4077-aa1b-3c0c90717734
⚙️ Requirements
<ul>
<li><a><code>zig</code> v0.14 installed</a> and available in PATH<ul>
<li>If you are using <code>zig</code> v0.13, then use the tagged <code... | [] |
https://avatars.githubusercontent.com/u/9384699?v=4 | ztick | flouthoc/ztick | 2023-03-11T09:43:23Z | tiny desktop utility to keep notes ( with no features ). Written in zig and gtk4 | main | 0 | 36 | 0 | 36 | https://api.github.com/repos/flouthoc/ztick/tags | - | [
"gnome",
"gtk4",
"zig"
] | 1,164 | false | 2025-04-12T19:30:46Z | true | false | unknown | github | [] | ztick
Tiny notes app written in Zig and Gtk4.
Motivation for writing this app is majorly personal use and learning zig. I hope it helps other folks to learn zig.
<ul>
<li>Render Ubuntu</li>
</ul>
<ul>
<li>Render Fedora</li>
</ul>
Build
<code>zig build</code>
Should produce output binary in <code>zig-out</code>... | [] |
https://avatars.githubusercontent.com/u/152205304?v=4 | exercises | ziglings-org/exercises | 2023-11-27T17:33:04Z | This is the mirror of Ziglings | main | 0 | 36 | 29 | 36 | https://api.github.com/repos/ziglings-org/exercises/tags | MIT | [
"mirrored-repository",
"zig",
"ziglang"
] | 1,447 | false | 2025-05-12T19:52:06Z | true | false | unknown | github | [] | Ziglings
Welcome to Ziglings! This project contains a series of tiny
broken programs (and one nasty surprise). By fixing them, you'll
learn how to read and write <a>Zig</a> code.
Those broken programs need your help! (You'll also save the
planet from evil aliens and help some friendly elephants stick
together, whi... | [] |
https://avatars.githubusercontent.com/u/119983202?v=4 | ziggy-pydust-template | spiraldb/ziggy-pydust-template | 2023-08-31T10:20:02Z | A template for building Python extensions in Zig using Pydust toolkit. | develop | 7 | 35 | 2 | 35 | https://api.github.com/repos/spiraldb/ziggy-pydust-template/tags | Apache-2.0 | [
"python",
"zig"
] | 249 | false | 2025-03-12T00:51:16Z | false | false | unknown | github | [] | Ziggy Pydust Template
This repository contains a template for writing and packaging native Python extension modules in Zig using <a>Pydust</a> framework.
This template includes:
<ul>
<li>A Python Poetry project.</li>
<li>A <code>src/</code> directory containing a Pydust Python module.</li>
<li>Pytest setup for runnin... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | zvm | hendriknielaender/zvm | 2023-08-28T21:33:11Z | ⚡ Fast and simple zig version manager (zvm) | main | 13 | 34 | 4 | 34 | https://api.github.com/repos/hendriknielaender/zvm/tags | MIT | [
"version",
"version-manager",
"zig",
"ziglang",
"zvm"
] | 2,116 | false | 2025-04-09T17:45:16Z | true | false | unknown | github | [] |
⚡ Zig Version Manager (<code>zvm</code>)
⚡ Fast and simple zig version manager
zvm is a command-line tool that allows you to easily install, manage, and switch between multiple versions of Zig.
Features
<ul>
<li>List available Zig/zls versions (both remote and local).</li>
<li>Install specific Zig or zls... | [] |
https://avatars.githubusercontent.com/u/109492796?v=4 | zig-msgpack | zigcc/zig-msgpack | 2024-01-07T08:35:23Z | zig messagpack implementation / msgpack.org[zig] | main | 0 | 33 | 3 | 33 | https://api.github.com/repos/zigcc/zig-msgpack/tags | MIT | [
"msgpack",
"msgpack-rpc",
"zig",
"zig-package"
] | 115 | false | 2025-05-03T16:23:08Z | true | true | 0.14.0 | github | [] | MessagePack for Zig
This is an implementation of <a>MessagePack</a> for <a>Zig</a>.
an article introducing it: <a>Zig Msgpack</a>
Features
<ul>
<li>Supports all MessagePack types(except timestamp)</li>
<li>Efficient encoding and decoding</li>
<li>Simple and easy-to-use API</li>
</ul>
NOTE
The current protocol impl... | [
"https://github.com/jinzhongjia/znvim"
] |
https://avatars.githubusercontent.com/u/2172297?v=4 | night.zig | jsomedon/night.zig | 2023-05-19T05:51:27Z | Simple tool that just install & update zig nightly. | main | 2 | 32 | 2 | 32 | https://api.github.com/repos/jsomedon/night.zig/tags | MIT | [
"zig"
] | 33 | false | 2025-05-05T09:56:01Z | false | false | unknown | github | [] | night.zig
Simple tool that just install & update <code>zig</code> nightly.
Usage
```bash
USAGE:
nz
SUBCOMMANDS:
update Update both zig nightly toolchain & nz itself
update nightly Update zig nightly toolchain only
update nz Update nz itself only
cleanup R... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | smtp_client.zig | karlseguin/smtp_client.zig | 2023-08-18T10:15:56Z | SMTP client for Zig | master | 1 | 31 | 4 | 31 | https://api.github.com/repos/karlseguin/smtp_client.zig/tags | MIT | [
"smtp-client",
"zig",
"zig-library",
"zig-package"
] | 109 | false | 2025-03-21T00:15:47Z | true | true | unknown | github | [] | SMTP Client for Zig
Zig only supports TLS 1.3. Furthermore, the TLS implementation <a>has known issues</a>.
This library does not work with Amazon SES as Amazon SES does not support TLS 1.3 (Amazon's documentation says that TLS 1.3 is supported with StartTLS but this does not appear to be the case (OpenSSL also repor... | [] |
https://avatars.githubusercontent.com/u/7832610?v=4 | zig-sokol-crossplatform-starter | geooot/zig-sokol-crossplatform-starter | 2023-11-11T02:40:27Z | A template for an app that runs on iOS, Android, PC, and Mac. Built with Sokol, and using Zig | main | 0 | 30 | 2 | 30 | https://api.github.com/repos/geooot/zig-sokol-crossplatform-starter/tags | Unlicense | [
"android",
"ios",
"sokol",
"zig",
"ziglang"
] | 190 | false | 2025-05-13T14:29:29Z | true | true | 0.12.0 | github | [
{
"commit": "dfbfaf077ced93bb3274a138c8d4a303d635984a",
"name": "sokol",
"tar_url": "https://github.com/floooh/sokol-zig/archive/dfbfaf077ced93bb3274a138c8d4a303d635984a.tar.gz",
"type": "remote",
"url": "https://github.com/floooh/sokol-zig"
},
{
"commit": null,
"name": "kubazip",
... | zig-sokol-crossplatform-starter
A template for an app that runs on iOS, Android, PC and Mac. Built using <a>the Zig programming language</a>, and using the <a><code>floooh/sokol</code></a> graphics/app library.
Also, taken inspiration from <a><code>kubkon/zig-ios-example</code></a>, <a><code>MasterQ32/ZigAndroidTempla... | [] |
https://avatars.githubusercontent.com/u/480330?v=4 | zig-router | Cloudef/zig-router | 2023-12-20T16:17:51Z | Straightforward HTTP-like request routing. | master | 1 | 29 | 1 | 29 | https://api.github.com/repos/Cloudef/zig-router/tags | MIT | [
"backend",
"http",
"routing",
"web-framework",
"zig"
] | 35 | false | 2025-03-14T19:07:49Z | true | true | unknown | github | [
{
"commit": "a78731bfc9a577ff57ca9bba05959a99a0898b64",
"name": "getty",
"tar_url": "https://github.com/getty-zig/getty/archive/a78731bfc9a577ff57ca9bba05959a99a0898b64.tar.gz",
"type": "remote",
"url": "https://github.com/getty-zig/getty"
}
] | zig-router
Straightforward HTTP-like request routing.
Project is tested against zig 0.13.0
Sample
```zig
const router = @import("zig-router");
const MyJsonBody = struct {
float: f32,
text: []const u8,
number_with_default: u32 = 42,
};
fn putJson(body: MyJsonBody) !Response {
log.info("float: {}"... | [] |
https://avatars.githubusercontent.com/u/2242?v=4 | zig-lambda-runtime | softprops/zig-lambda-runtime | 2023-11-13T05:01:53Z | an aws lambda runtime for zig | main | 2 | 29 | 2 | 29 | https://api.github.com/repos/softprops/zig-lambda-runtime/tags | MIT | [
"aws",
"aws-lambda",
"zig",
"ziglang"
] | 64 | false | 2025-04-24T20:51:54Z | true | true | 0.12.0 | github | [] |
zig lambda runtime
An implementation of the <a>aws lambda runtime</a> for <a>zig</a>
⚡ 🦎
<a></a> <a></a>
🍬 features
<ul>
<li>⚡ small and fast</li>
</ul>
Zig is impressively fast and small by default and can be made even faster and smaller with common <code>optimize</code> compilation flags.
❄ ... | [] |
https://avatars.githubusercontent.com/u/149461062?v=4 | core | PhantomUIx/core | 2023-10-24T22:21:19Z | A truly cross-platform GUI toolkit for Zig. | master | 3 | 29 | 2 | 29 | https://api.github.com/repos/PhantomUIx/core/tags | MIT | [
"phantomui",
"ui-framework",
"zig"
] | 382 | false | 2025-05-16T06:17:27Z | true | true | unknown | github | [
{
"commit": "256cf2655bb887a30c57d8cbc1b9590643f0a824.tar.gz",
"name": "zigimg",
"tar_url": "https://github.com/TUSF/zigimg/archive/256cf2655bb887a30c57d8cbc1b9590643f0a824.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/TUSF/zigimg"
},
{
"commit": "67d2e2e1891cd467fb7cb7c07... | Phantom UI
A truly cross-platform GUI toolkit for Zig. | [
"https://github.com/JamWils/zig-graphics-experiments",
"https://github.com/ZigEmbeddedGroup/microzig",
"https://github.com/allyourcodebase/boost-libraries-zig",
"https://github.com/kassane/beast",
"https://github.com/kassane/context"
] |
https://avatars.githubusercontent.com/u/16268616?v=4 | zig-sqlite | nDimensional/zig-sqlite | 2023-11-27T00:01:40Z | Simple, low-level, explicitly-typed SQLite bindings for Zig. | main | 1 | 29 | 3 | 29 | https://api.github.com/repos/nDimensional/zig-sqlite/tags | MIT | [
"sqlite",
"sqlite3",
"zig"
] | 55 | false | 2025-05-01T00:07:34Z | true | true | 0.14.0 | github | [
{
"commit": null,
"name": "sqlite_amalgamation",
"tar_url": null,
"type": "remote",
"url": "https://www.sqlite.org/2025/sqlite-amalgamation-3490100.zip"
}
] | zig-sqlite
Simple, low-level, explicitly-typed SQLite bindings for Zig.
Table of Contents
<ul>
<li><a>Installation</a></li>
<li><a>Usage</a></li>
<li><a>Methods</a></li>
<li><a>Queries</a></li>
<li><a>Notes</a></li>
<li><a>Build options</a></li>
<li><a>License</a></li>
</ul>
Installation
This library uses and requi... | [] |
https://avatars.githubusercontent.com/u/44501064?v=4 | zig-tls12 | melonedo/zig-tls12 | 2023-12-28T13:49:53Z | HTTP client capable of TLS 1.2. | main | 1 | 28 | 5 | 28 | https://api.github.com/repos/melonedo/zig-tls12/tags | MIT | [
"tls",
"tls12",
"zig",
"ziglang"
] | 297 | false | 2025-05-15T01:43:55Z | true | false | unknown | github | [] | Zig-TLS12
HTTP client capable of TLS 1.2.
You may use <code>HttpClient</code> in the same way you use <code>std.http.Client</code>.
The only difference of <code>HttpClient</code> from <code>std.http.Client</code> is that <code>std.crypto.tls.Client</code> which supports TLS 1.3 is replaced by a TLS 1.2 capable <code>... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | buffer.zig | karlseguin/buffer.zig | 2023-06-24T09:53:44Z | A poolable string builder (aka string buffer) for Zig | master | 0 | 28 | 2 | 28 | https://api.github.com/repos/karlseguin/buffer.zig/tags | MIT | [
"zig"
] | 58 | false | 2025-04-24T14:17:10Z | true | false | unknown | github | [] | String Builder / Buffer For Zig
Behaves a lot like a <code>std.ArrayList(u8)</code> but with a cleaner interface and pooling capabilities.
```zig
const Buffer = @import("buffer").Buffer;
// Starts off with a static buffer of 100 bytes
// If you go over this, memory will be dynamically allocated
// It's like calling... | [] |
https://avatars.githubusercontent.com/u/10215376?v=4 | zilliam | ymndoseijin/zilliam | 2023-08-16T04:04:50Z | A Geometric Algebra library for Zig | main | 1 | 28 | 1 | 28 | https://api.github.com/repos/ymndoseijin/zilliam/tags | MIT | [
"3d-graphics",
"clifford-algebras",
"geometric-algebra",
"zig",
"zig-package"
] | 183 | false | 2025-05-06T16:41:08Z | true | true | unknown | github | [
{
"commit": "07fd1acfe20e05e260ede883b762c878e8724dac.tar.gz",
"name": "comath",
"tar_url": "https://github.com/InKryption/comath/archive/07fd1acfe20e05e260ede883b762c878e8724dac.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/InKryption/comath"
}
] | zilliam
Zilliam is a Geometric Algebra library that generates a SIMD optimized library for any given Cl(p,q,r) algebra. It can be used for:
<ul>
<li>PGA (projective geometric algebra, for which Zilliam has a special for generating all needed mask types) where you can easily construct points, lines and planes in any di... | [] |
https://avatars.githubusercontent.com/u/1461520?v=4 | onnxruntime.zig | recursiveGecko/onnxruntime.zig | 2023-05-28T06:15:35Z | Incomplete experimental Zig wrapper for ONNX Runtime with examples (Silero VAD, NSNet2) | master | 0 | 27 | 4 | 27 | https://api.github.com/repos/recursiveGecko/onnxruntime.zig/tags | MPL-2.0 | [
"examples",
"onnx",
"onnxruntime",
"zig",
"ziglang"
] | 47,116 | false | 2025-04-02T20:58:01Z | true | true | unknown | github | [
{
"commit": "master",
"name": "onnxruntime_linux_x64",
"tar_url": "https://github.com/microsoft/onnxruntime/releases/download/v1.17.1/onnxruntime-linux-x64-1.17.1.tgz/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/microsoft/onnxruntime/releases/download/v1.17.1/onnxruntime-... | Zig wrapper for ONNX Runtime
Work in progress, implementing vertical slices of ONNX Runtime API surface as they're needed.
Examples
Please note that examples don't have a functioning CLI interface at this point, some paths are hardcoded at the top of <code>main.zig</code>.
To build or run the examples, run:
```bas... | [] |
https://avatars.githubusercontent.com/u/49204493?v=4 | cutransform | lennyerik/cutransform | 2023-05-09T20:46:15Z | CUDA kernels in any language supported by LLVM | main | 0 | 27 | 0 | 27 | https://api.github.com/repos/lennyerik/cutransform/tags | MIT | [
"c",
"cuda",
"gpgpu",
"gpu-compute",
"llvm",
"llvm-ir",
"nvidia",
"ptx",
"rust",
"zig"
] | 53 | false | 2025-05-14T18:33:22Z | false | false | unknown | github | [] | cutransform
Are you tired of having to write your CUDA kernel code in C++?
This project aims to make it possible to compile CUDA kernels written in any language supported by LLVM without much hassle.
Specifically, this is basically a transpiler from LLVM-IR to NVVM-IR.
Importantly, languages like plain C, Rust and Zi... | [] |
https://avatars.githubusercontent.com/u/6811788?v=4 | ztrait | permutationlock/ztrait | 2023-10-03T23:18:53Z | A simple version of Rust style type traits in Zig | main | 0 | 27 | 0 | 27 | https://api.github.com/repos/permutationlock/ztrait/tags | MIT | [
"generics",
"zig"
] | 126 | false | 2025-04-23T05:45:51Z | true | true | unknown | github | [] | Zig Type Traits
<em>Disclaimer: This was an exploratory project that I no longer believe
should be used for practical purposes. Everything I leared in this
project was refined into the
<a>zimpl library</a>
which I will continue to maintain.</em>
An attempt at implementing something along the lines of Rust type traits... | [] |
https://avatars.githubusercontent.com/u/135145066?v=4 | dotenv | dying-will-bullet/dotenv | 2023-06-05T04:40:06Z | Loads environment variables from .env for Zig projects. | master | 1 | 27 | 8 | 27 | https://api.github.com/repos/dying-will-bullet/dotenv/tags | MIT | [
"dotenv",
"dotenv-loader",
"environment-variables",
"zig",
"ziglang"
] | 47 | false | 2025-04-26T10:28:01Z | true | true | unknown | github | [] | dotenv 🌴
<a></a>
<a></a>
dotenv is a library that loads environment variables from a <code>.env</code> file into <code>std.os.environ</code>.
Storing configuration in the environment separate from code is based on The
<a>Twelve-Factor</a> App methodology.
This library is a Zig language port of <a>nodejs dotenv<... | [
"https://github.com/algoflows/zig-s3"
] |
https://avatars.githubusercontent.com/u/87281783?v=4 | vzcc | malisipi/vzcc | 2023-04-11T18:36:32Z | Zig CC for V | main | 0 | 27 | 0 | 27 | https://api.github.com/repos/malisipi/vzcc/tags | MPL-2.0 | [
"cross-c",
"vlang",
"zig",
"zigcc"
] | 9 | false | 2025-01-04T17:58:40Z | false | false | unknown | github | [] | Zig CC for V
<blockquote>
A cross-compiler for V
</blockquote>
For Linux
<ol>
<li>
Install V and Zig
</li>
<li>
Install this application
<code>bash
v install malisipi.vzcc</code>
or
<code>bash
git clone https://github.com/malisipi/vzcc
mkdir ~/.vmodules/malisipi/
mv vzcc ~/.vmodules/mali... | [] |
https://avatars.githubusercontent.com/u/129234716?v=4 | beachdemo.zig | beachglasslabs/beachdemo.zig | 2023-05-14T06:35:58Z | Netflix clone in Zig, AlpineJS, and HtmX. | master | 0 | 26 | 4 | 26 | https://api.github.com/repos/beachglasslabs/beachdemo.zig/tags | - | [
"alpinejs",
"htmx",
"zig"
] | 2,377 | false | 2025-05-15T07:31:15Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "zap",
"tar_url": "https://github.com/zigzap/zap/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/zigzap/zap"
}
] | beachdemo.zig - netflix clone in
This is meant to be a technical exploration of various technologies to be used in our actual decentralized video streaming app.
This particular project is written in ZAX (Zig/Zap Alpinejs htmX :stuck_out_tongue_winking_eye:):
* This is the rewrite of an earlier <a>rewrite</a> wri... | [] |
https://avatars.githubusercontent.com/u/1160419?v=4 | bobby-carrot | TheWaWaR/bobby-carrot | 2023-07-06T18:32:41Z | Game Bobby Carrot in Rust/Haxe/Zig | master | 0 | 25 | 2 | 25 | https://api.github.com/repos/TheWaWaR/bobby-carrot/tags | - | [
"clone",
"game",
"haxe",
"heaps",
"rust",
"zig"
] | 1,222 | false | 2025-05-02T08:01:45Z | false | false | unknown | github | [] | A Bobby Carrot Game Clone
Written in:
* Rust (<a>rust-sdl2</a>)
* Haxe (<a>heaps.io</a>)
* Zig (:sparkles: <a>jok</a>)
The Rust version is the first try, tested on Linux/MacOS.
The Haxe version is probably the most portable version, tested on WebGL/MacOS(with HashLink)
The Zig version is my favorite, since Zig is f... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | validate.zig | karlseguin/validate.zig | 2023-04-17T10:31:47Z | A validation framework for Zig | master | 0 | 25 | 1 | 25 | https://api.github.com/repos/karlseguin/validate.zig/tags | MIT | [
"validation-library",
"zig",
"zig-library"
] | 173 | false | 2025-04-30T05:00:11Z | true | true | unknown | github | [
{
"commit": "59d7e8a5551926f510d52ce68ab83c5a5fae674e.tar.gz",
"name": "typed",
"tar_url": "https://github.com/karlseguin/typed.zig/archive/59d7e8a5551926f510d52ce68ab83c5a5fae674e.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/typed.zig"
}
] | An data validator for Zig
This is a work in progress and fairly opinionated. It's currently focused around validating JSON data. It supports nested objects and arrays, and attempts to generate validation messages that are both user-friendly (i.e. can be displayed to users as-is) and developer-friendly (e.g. can be cus... | [] |
https://avatars.githubusercontent.com/u/49339966?v=4 | ZigEmu | AnErrupTion/ZigEmu | 2023-06-05T20:08:47Z | A QEMU frontend made in Zig. | main | 0 | 24 | 3 | 24 | https://api.github.com/repos/AnErrupTion/ZigEmu/tags | GPL-2.0 | [
"frontend",
"gui",
"ini",
"qemu",
"zig"
] | 991 | false | 2025-03-16T19:04:32Z | true | true | unknown | github | [
{
"commit": "eff2fd1e0c2748e6a2ceb66a263db8d5a8a7365e.tar.gz",
"name": "dvui",
"tar_url": "https://github.com/david-vanderson/dvui/archive/eff2fd1e0c2748e6a2ceb66a263db8d5a8a7365e.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/david-vanderson/dvui"
},
{
"commit": "7ab77196a... | ZigEmu
ZigEmu is a QEMU frontend made in Zig. It uses the <a>dvui</a> and <a>zig-ini</a> libraries.
QEMU
ZigEmu currently tracks QEMU v8.2.x.
Screenshot
| [] |
https://avatars.githubusercontent.com/u/260114?v=4 | zig-steamworks | menduz/zig-steamworks | 2023-06-06T22:27:04Z | Steamwork bindings for Zig | main | 0 | 24 | 2 | 24 | https://api.github.com/repos/menduz/zig-steamworks/tags | Apache-2.0 | [
"game-development",
"steamworks",
"zig"
] | 5,050 | false | 2025-05-02T14:43:45Z | true | true | unknown | github | [] | zig-steamworks
Zig bindings for Steamworks, compatible with v1.57 (March 2023).
The bindings are autogenerated from the C bindings and are compatible with
- macOS (both Apple Silicon and Intel)
- linux (x86_64)
- windows (x86_64)
Main branch is compatible with Zig 0.14.0
Including the Steamworks SDK
Due to licence... | [] |
https://avatars.githubusercontent.com/u/82354458?v=4 | zig-lmdb | canvasxyz/zig-lmdb | 2023-09-12T23:25:41Z | Zig bindings for LMDB | main | 1 | 23 | 5 | 23 | https://api.github.com/repos/canvasxyz/zig-lmdb/tags | MIT | [
"key-value-store",
"lmdb",
"zig"
] | 52 | false | 2025-05-17T18:09:48Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "lmdb",
"tar_url": "https://github.com/LMDB/lmdb/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/LMDB/lmdb"
}
] | zig-lmdb
Zig bindings for LMDB.
Built and tested with Zig version <code>0.14.0</code>.
Table of Contents
<ul>
<li><a>Installation</a></li>
<li><a>Usage</a></li>
<li><a>API</a></li>
<li><a><code>Environment</code></a></li>
<li><a><code>Transaction</code></a></li>
<li><a><code>Database</code></a></li>
<li><a><code>Cur... | [] |
https://avatars.githubusercontent.com/u/72305366?v=4 | zig-zag-zoe | zigster64/zig-zag-zoe | 2023-07-05T10:05:20Z | Multiplayer TicTacToe - in Zig - using HTMX for that zero-javascript experience | main | 8 | 23 | 1 | 23 | https://api.github.com/repos/zigster64/zig-zag-zoe/tags | MIT | [
"game",
"htmx",
"multiplayer-game",
"tictactoe",
"tictactoe-game",
"zig",
"zig-package"
] | 823 | false | 2025-02-22T05:36:55Z | true | true | unknown | github | [
{
"commit": "master",
"name": "httpz",
"tar_url": "https://github.com/karlseguin/http.zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/http.zig"
},
{
"commit": "main",
"name": "zts",
"tar_url": "https://github.com/zigster64/zts/archive/main.tar.... | zig-zag-zoe
Multiplayer TicTacToe - in Zig - using HTMX for that zero-javascript experience
Online demo here
http://zig-zag-zoe.com
.. (running on a t4g-nano instance on AWS - Linux ARM64, using less than 2mb memory for the whole container)
** Uses Latest Zig 0.12.0 official release **
Install
Get Zig - https:/... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | gimme | nektro/gimme | 2023-03-02T04:16:35Z | A yummy collection of useful Allocators. | master | 2 | 22 | 1 | 22 | https://api.github.com/repos/nektro/gimme/tags | MIT | [
"zig",
"zig-package"
] | 16 | false | 2025-02-16T06:11:14Z | true | false | unknown | github | [] | gimme
<code>gimme</code> is a yummy collection of useful <code>Allocator</code>s.
Check out <a><code>src/lib.zig</code></a> for more. | [] |
https://avatars.githubusercontent.com/u/65570835?v=4 | tree-sitter-zig | ziglibs/tree-sitter-zig | 2023-04-22T21:31:47Z | Zig tree-sitter grammar | main | 2 | 21 | 2 | 21 | https://api.github.com/repos/ziglibs/tree-sitter-zig/tags | MIT | [
"tree-sitter",
"zig"
] | 1,982 | false | 2024-11-26T05:01:11Z | true | false | unknown | github | [] | tree-sitter-zig
<a>tree-sitter</a> grammar inspired by and partially built on <a>maxxnino/tree-sitter-zig</a> that's going to be made simple to query and structure-preserving on error rather than 100% adherent to the Zig spec. This grammar can successfully parse every behavior testcase, all std files, and all compiler... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-tracer | nektro/zig-tracer | 2023-09-20T23:00:09Z | Generic tracing library for Zig, supports multiple backends. | master | 4 | 21 | 7 | 21 | https://api.github.com/repos/nektro/zig-tracer/tags | MIT | [
"zig",
"zig-package"
] | 33 | false | 2025-05-21T20:33:47Z | true | false | unknown | github | [] | zig-tracer
<a></a>
<a></a>
<a></a>
<a></a>
Generic tracing library for Zig, supports multiple backends.
Usage
in your program:
```zig
const std = @import("std");
const tracer = @import("tracer");
pub const build_options = @import("build_options");
pub const tracer_impl = tracer.spall; // see 'Backends' section b... | [] |
https://avatars.githubusercontent.com/u/20256717?v=4 | unnamed-voxel-tracer | Game4all/unnamed-voxel-tracer | 2023-11-18T08:47:20Z | 🧊 Voxel raytracer prototype written in Zig using OpenGL | master | 0 | 21 | 0 | 21 | https://api.github.com/repos/Game4all/unnamed-voxel-tracer/tags | MIT | [
"glsl",
"opengl",
"raytracer",
"voxel",
"zig"
] | 11,145 | false | 2025-05-15T08:03:40Z | true | true | unknown | github | [
{
"commit": "affdd6ae6f2ac2c3b9162784bdad345c561eeeea",
"name": "mach_glfw",
"tar_url": "https://github.com/slimsag/mach-glfw/archive/affdd6ae6f2ac2c3b9162784bdad345c561eeeea.tar.gz",
"type": "remote",
"url": "https://github.com/slimsag/mach-glfw"
},
{
"commit": "c6aa077003b53aaa39295412... |
<code>unnamed-voxel-tracer</code>
Voxel raytracer prototype written in Zig using OpenGL.
<strong>Controls</strong>
<code>W, A, S, D - Camera movemement,
Space - Fly higher
Shift - Fly less higher
R - Reload shaders</code>
License
Licensed under MIT License, check <code>LICENSE</... | [] |
https://avatars.githubusercontent.com/u/1552770?v=4 | tree-sitter | neurocyte/tree-sitter | 2023-09-25T22:10:02Z | tree-sitter and many popular parsers built as a single package with zig | master | 0 | 21 | 16 | 21 | https://api.github.com/repos/neurocyte/tree-sitter/tags | MIT | [
"tree-sitter",
"zig"
] | 64 | false | 2025-05-15T14:30:09Z | true | false | unknown | github | [] | 404 | [
"https://github.com/EngineersBox/Flow"
] |
https://avatars.githubusercontent.com/u/53349189?v=4 | zentig_ecs | freakmangd/zentig_ecs | 2023-04-18T21:48:53Z | Zig ECS library | main | 0 | 20 | 2 | 20 | https://api.github.com/repos/freakmangd/zentig_ecs/tags | MIT | [
"ecs",
"game-development",
"gamedev",
"zig",
"zig-package"
] | 6,392 | false | 2025-05-04T09:51:18Z | true | true | unknown | github | [
{
"commit": "f40bb8a935b4878c707c3fccfd5c234cfcb43bf2",
"name": "zmath",
"tar_url": "https://github.com/zig-gamedev/zmath/archive/f40bb8a935b4878c707c3fccfd5c234cfcb43bf2.tar.gz",
"type": "remote",
"url": "https://github.com/zig-gamedev/zmath"
}
] | zentig_ecs
A Zig ECS library.
Zentig is designed for scalability and ease of use, while staying out of your way.
It's heavily inspired by everything that makes <a>bevy_ecs</a>
so great and <a>Unity</a> so approachable.
WARNING:
It is not recommended to use zentig for anything major in it's current state.
While it ... | [] |
https://avatars.githubusercontent.com/u/21150830?v=4 | zig-flutter-embedder | ConnorRigby/zig-flutter-embedder | 2023-04-12T20:46:14Z | FlutterEmbedderGLFW.cc ported to idomatic zig | main | 0 | 20 | 1 | 20 | https://api.github.com/repos/ConnorRigby/zig-flutter-embedder/tags | BSD-3-Clause | [
"flutter",
"flutter-embedder",
"glfw",
"opengl",
"zig"
] | 7 | false | 2025-04-15T22:48:48Z | true | false | unknown | github | [] | Zig Flutter Embedder
Usage
The setup for this is currently sort of convoluted. TODO: automate this process in the future..
<ul>
<li><a>Get Zig</a></li>
<li><a>Get Flutter</a></li>
<li>Get a statically linked library for your platform: <code>find / -name "engine.version"</code></li>
<li>Unzip that into this directory:... | [] |
https://avatars.githubusercontent.com/u/159547333?v=4 | tree-sitter-zig | tree-sitter-grammars/tree-sitter-zig | 2023-08-06T18:58:30Z | Zig grammar for tree-sitter | master | 2 | 19 | 4 | 19 | https://api.github.com/repos/tree-sitter-grammars/tree-sitter-zig/tags | MIT | [
"parser",
"tree-sitter",
"zig"
] | 639 | false | 2025-05-06T12:36:22Z | false | false | unknown | github | [] | tree-sitter-zig
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
Zig grammar for <a>tree-sitter</a>.
References
<ul>
<li><a>Zig Grammar</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | aolium-api | karlseguin/aolium-api | 2023-07-14T02:37:20Z | API server for aolium.com | master | 0 | 18 | 1 | 18 | https://api.github.com/repos/karlseguin/aolium-api/tags | MPL-2.0 | [
"blogging",
"zig"
] | 3,257 | false | 2024-12-07T19:18:45Z | true | true | unknown | github | [
{
"commit": "6946917979ec263574cb5586032f655e8c6728d9.tar.gz",
"name": "httpz",
"tar_url": "https://github.com/karlseguin/http.zig/archive/6946917979ec263574cb5586032f655e8c6728d9.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/karlseguin/http.zig"
},
{
"commit": "2ef2f773a9... | Aolium API Server
This is the source code for the API server of . | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | awesome-concurrency | kassane/awesome-concurrency | 2023-06-03T13:30:30Z | null | main | 0 | 18 | 5 | 18 | https://api.github.com/repos/kassane/awesome-concurrency/tags | - | [
"awesome",
"awesome-list",
"concurrent-programming",
"coroutines",
"cplusplus",
"cpp",
"golang",
"llvm",
"rust",
"zig"
] | 101 | false | 2025-05-20T15:56:10Z | false | false | unknown | github | [] | Awesome Concurrency
Sub-lists
<ul>
<li><a>Libraries</a></li>
</ul>
Memory consistency models
<ul>
<li><a>Atomic vs. Non-Atomic Operations</a></li>
<li><a>Atomic reference counting (with Zig code samples)</a></li>
<li><a>Memory Barriers: a Hardware View for Software Hackers</a></li>
<li><a>Memory Models: A Case For ... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | nonce-extension | jedisct1/nonce-extension | 2023-11-02T11:33:52Z | Make AES-GCM safe to use with random nonces, for any practical number of messages. | main | 0 | 18 | 1 | 18 | https://api.github.com/repos/jedisct1/nonce-extension/tags | NOASSERTION | [
"aes",
"aes-gcm",
"derive-key-aes-gcm",
"dndk-gcm",
"double-nonce-derive-key-aes-gcm",
"extension",
"nonce",
"zig",
"zig-package"
] | 17 | false | 2025-04-17T23:56:09Z | false | false | unknown | github | [] | Derive-Key-AES-GCM
AES-GCM is a very common choice of authenticated encryption algorithm.
Unfortunately, it has some <a>pretty low usage limits</a>.
Using it with a large amount of messages requires extra care to ensure that nonces never repeat, and that keys are frequently rotated.
The TLS protocol hides that comp... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | zig-htmx | hendriknielaender/zig-htmx | 2024-01-11T16:52:12Z | Example chat app written in zig + htmx | main | 0 | 18 | 0 | 18 | https://api.github.com/repos/hendriknielaender/zig-htmx/tags | MIT | [
"chat",
"htmx",
"websockets",
"zap",
"zig"
] | 46 | false | 2025-05-13T12:40:13Z | true | true | unknown | github | [
{
"commit": "23b70b8881fa704d3ff73480c2309a71a4c0bd58.tar.gz",
"name": "zap",
"tar_url": "https://github.com/zigzap/zap/archive/23b70b8881fa704d3ff73480c2309a71a4c0bd58.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/zigzap/zap"
}
] | Zig-HTMX Chat Application
Overview
The Zig-HTMX Chat Application is a real-time chat platform that combines the power of Zig for server-side operations with HTMX on the frontend. This application uses WebSockets for seamless, real-time communication between users.
Features
<ul>
<li><strong>Real-Time Messaging:</stro... | [] |
https://avatars.githubusercontent.com/u/524033?v=4 | zigradio | vsergeev/zigradio | 2023-02-24T11:40:24Z | A lightweight software-defined radio framework built with Zig | master | 0 | 17 | 0 | 17 | https://api.github.com/repos/vsergeev/zigradio/tags | MIT | [
"radio",
"sdr",
"zig",
"zigradio"
] | 372 | false | 2025-05-14T08:19:11Z | true | true | unknown | github | [] | ZigRadio <a></a> <a></a> <a></a>
<strong>ZigRadio</strong> is a lightweight flow graph signal processing framework for
software-defined radio. It provides a suite of source, sink, and processing
blocks, with a simple API for defining flow graphs, running flow graphs, and
creating blocks. ZigRadio has an API similar to... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | zRPC | hendriknielaender/zRPC | 2023-08-04T17:22:39Z | ⛓️ gRPC library for zig built on C Core library | main | 6 | 17 | 1 | 17 | https://api.github.com/repos/hendriknielaender/zRPC/tags | MIT | [
"grpc",
"grpc-client",
"grpc-server",
"zig",
"ziglang"
] | 105 | false | 2025-04-23T14:28:50Z | true | false | 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>
Still work in progress.
</blockquote>
⚡zRPC - gRPC for Zig (Built on C Core Library)
This is a gRPC library for the Zig programming language built... | [] |
https://avatars.githubusercontent.com/u/41810442?v=4 | zig-gpio | Elara6331/zig-gpio | 2023-12-12T03:21:42Z | A Zig library for controlling GPIO lines on Linux systems | master | 0 | 17 | 5 | 17 | https://api.github.com/repos/Elara6331/zig-gpio/tags | MIT | [
"gpio",
"gpiochip",
"linux",
"zig"
] | 40 | false | 2025-05-16T03:23:55Z | true | true | unknown | github | [] | zig-gpio
<strong>zig-gpio</strong> is a Zig library for controlling GPIO lines on Linux systems
This library can be used to access GPIO on devices such as <a>Raspberry Pis</a> or the <a>Milk-V Duo</a> (which is the board I created it for and tested it with).
This is my first Zig project, so I'm open to any suggestio... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | http2.zig | hendriknielaender/http2.zig | 2024-01-30T17:22:10Z | 🌐 HTTP/2 server for zig | main | 16 | 17 | 1 | 17 | https://api.github.com/repos/hendriknielaender/http2.zig/tags | MIT | [
"http-server",
"http2",
"zig",
"zig-library",
"zig-package"
] | 373 | false | 2025-05-11T23:44:46Z | true | true | 0.13.0 | 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>
Still work in progress.
</blockquote>
A HTTP/2 Zig library according to the HTTP/2 RFCs.
[;
const enumerable = @import("enumerable");
test "example" {
try expectEqualIter(
"(1,2,3)",
enumerable.from(std.mem.tokenizeAny(u8, "foo=1;bar=2;baz=3", "=;").buffer)
.where(std.ascii... | [] |
https://avatars.githubusercontent.com/u/8604855?v=4 | zig-zipf | toziegler/zig-zipf | 2023-12-02T10:49:51Z | Zig implementation of a fast, bounded, Zipf-distributed random number generator. | main | 0 | 16 | 2 | 16 | https://api.github.com/repos/toziegler/zig-zipf/tags | Apache-2.0 | [
"random-number-generators",
"zig",
"zipf"
] | 36 | false | 2025-04-09T10:27:48Z | true | true | unknown | github | [] | Zig Zipf: A Zipf-Distributed RNG
Welcome to Zig Zipf! This is a Zig implementation of a fast, discrete, bounded, Zipf-distributed random number generator.
Our implementation offers a robust and efficient solution for generating <a>Zipf-distributed</a> numbers, ideal for various applications ranging from statistical m... | [] |
https://avatars.githubusercontent.com/u/99076655?v=4 | ggml-zig | coderonion/ggml-zig | 2023-06-25T12:12:54Z | [ ggml: Tensor library for machine learning ] written in zig. | main | 1 | 15 | 2 | 15 | https://api.github.com/repos/coderonion/ggml-zig/tags | - | [
"aigc",
"auto-differentiation",
"chatglm",
"chatgpt",
"deep-learning",
"ggml",
"gpt",
"gpt4",
"large-language-models",
"llama",
"llm",
"machine-learning",
"tensor",
"wizardcoder",
"zig",
"ziglang"
] | 15 | false | 2025-03-24T07:00:18Z | true | false | unknown | github | [] | ggml-zig
Zig bindings for <a>ggml: Tensor library for machine learning</a> . | [] |
https://avatars.githubusercontent.com/u/7308253?v=4 | confy | heysokam/confy | 2023-06-09T21:26:11Z | Comfortable and Configurable buildsystem for C, C++, Zig and Nim | master | 0 | 15 | 0 | 15 | https://api.github.com/repos/heysokam/confy/tags | GPL-3.0 | [
"buildsystem",
"c",
"configurable",
"cpp",
"cross-platform",
"ergonomic",
"nim",
"simple",
"zig",
"zigcc"
] | 1,199 | false | 2025-05-19T03:17:36Z | false | false | unknown | github | [] |
confy: Comfortable and Configurable buildsystem
Confy is a buildsystem for compiling code with ZigCC.
Inspired by SCons, without the issues of a typeless language.
You can expect:
- Ergonomic, readable and minimal/simple syntax.
- Behaves like a library. Build your own binary that runs the compilation commands.
- I... | [] |
https://avatars.githubusercontent.com/u/1159529?v=4 | turnip | linuxy/turnip | 2023-03-28T16:48:59Z | An embedded virtual file system for games and other projects | main | 0 | 15 | 0 | 15 | https://api.github.com/repos/linuxy/turnip/tags | - | [
"filesystem",
"squashfs",
"zig"
] | 51 | false | 2025-04-26T18:04:56Z | true | false | unknown | github | [] | turnip
An embedded virtual file system for games and other projects
Builds against zig 0.11.0-dev.2477+2ee328995+
<code>git clone --recursive https://github.com/linuxy/turnip.git</code>
Example integration:
https://github.com/linuxy/coyote-snake/tree/turnip
To package assets in folder assets (zig-out output):
* ... | [] |
https://avatars.githubusercontent.com/u/39483951?v=4 | efm32-freertos-zig | FranciscoLlobet/efm32-freertos-zig | 2023-06-13T05:46:16Z | MISO an embedded Zig IoT example | master | 0 | 15 | 0 | 15 | https://api.github.com/repos/FranciscoLlobet/efm32-freertos-zig/tags | NOASSERTION | [
"iot",
"lwm2m",
"mcuboot",
"microzig",
"mqtt-c",
"mqtt-client",
"tls",
"zig",
"ziglang"
] | 25,493 | false | 2025-04-21T17:08:55Z | true | true | unknown | github | [
{
"commit": "c6c9ec4516f57638e751141085c9d76120990312.tar.gz",
"name": "microzig",
"tar_url": "https://github.com/ZigEmbeddedGroup/microzig/archive/c6c9ec4516f57638e751141085c9d76120990312.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/ZigEmbeddedGroup/microzig"
}
] | MISO
<code>MISO</code> is an example application that combines the power of the <a>Zig programming language</a> together with a curated selection of services supported by the XDK110 sensor.
Status
<a></a>
<blockquote>
zig-build passing means that a binary build is possible. Further testing on target is necessary.
<... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | sokol-d | kassane/sokol-d | 2023-12-11T19:41:35Z | D bindings for the sokol headers (https://github.com/floooh/sokol) | main | 7 | 15 | 4 | 15 | https://api.github.com/repos/kassane/sokol-d/tags | Zlib | [
"bindings",
"cross-platform",
"d",
"dlang",
"emscripten",
"sokol",
"wasm",
"zig"
] | 2,563 | false | 2025-05-21T16:08:17Z | true | true | unknown | github | [
{
"commit": "v1.91.9",
"name": "imgui",
"tar_url": "https://github.com/floooh/dcimgui/archive/v1.91.9.tar.gz",
"type": "remote",
"url": "https://github.com/floooh/dcimgui"
},
{
"commit": "4.0.7",
"name": "emsdk",
"tar_url": "https://github.com/emscripten-core/emsdk/archive/4.0.7.... | <a></a>
<a></a>
Auto-generated <a>D</a> bindings for the <a>sokol headers</a>.
Targets
<ul>
<li>Native</li>
<li>Wasm (<code>-Dtarget=wasm32-emscripten-none</code>) - LTO enabled on release-mode.</li>
</ul>
By default, the backend 3D API will be selected based on the target platform:
<ul>
<li>macOS: Metal</li>
<li>W... | [] |
https://avatars.githubusercontent.com/u/15308111?v=4 | i18n-experiment | Vexu/i18n-experiment | 2023-05-15T23:14:56Z | An experiment at creating an translation library for use with Zig. | main | 0 | 14 | 0 | 14 | https://api.github.com/repos/Vexu/i18n-experiment/tags | MIT | [
"i18n",
"zig"
] | 70 | false | 2025-02-20T07:40:33Z | true | false | unknown | github | [] | i18n experiment
An experiment at creating an translation library for use with Zig.
One goal is that starting to use this should be as easy as
replacing all instances like <code>writer.print("...", .{...})</code>
with <code>i18n.format(writer, "...", .{...})</code>
where the format string becomes the key for translati... | [] |
https://avatars.githubusercontent.com/u/988098?v=4 | barely-http2 | richiejp/barely-http2 | 2023-04-30T13:38:25Z | Barely working HTTP/2 Zig library | main | 0 | 14 | 0 | 14 | https://api.github.com/repos/richiejp/barely-http2/tags | - | [
"http2",
"static-site-server",
"zig"
] | 28 | false | 2025-01-23T20:20:40Z | false | false | unknown | github | [] | Barely HTTP/2 in Zig
Something like the minimum Zig implementation of HTTP/2 to serve a
request from Curl. I still need to use TLS and ALPN to get browsers
working.
There are quite some comments in the source code and a blog article:
https://richiejp.com/barely-http2-zig
This is for a follow on article to:
https://r... | [] |
https://avatars.githubusercontent.com/u/1552770?v=4 | thespian | neurocyte/thespian | 2024-02-08T22:09:11Z | thespian: an actor library for Zig, C & C++ applications | master | 0 | 14 | 1 | 14 | https://api.github.com/repos/neurocyte/thespian/tags | MIT | [
"actor-model",
"cpp",
"zig",
"zig-package"
] | 218 | false | 2025-04-30T14:07:53Z | true | true | unknown | github | [
{
"commit": "1fccb83c70cd84e1dff57cc53f7db8fb99909a94.tar.gz",
"name": "cbor",
"tar_url": "https://github.com/neurocyte/cbor/archive/1fccb83c70cd84e1dff57cc53f7db8fb99909a94.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/neurocyte/cbor"
},
{
"commit": "24d28864ec5aae6146d88... | Thespian
Fast & flexible actors for Zig, C & C++ applications
To build:
<code>./zig build</code>
See <code>tests/*</code> for many interesting examples. | [
"https://github.com/neurocyte/flow"
] |
https://avatars.githubusercontent.com/u/34946442?v=4 | stitch | cryptocode/stitch | 2023-03-26T17:04:23Z | Append resources to your executables | main | 0 | 14 | 0 | 14 | https://api.github.com/repos/cryptocode/stitch/tags | MIT | [
"zig",
"zig-library",
"zig-package"
] | 50 | false | 2025-05-09T15:04:12Z | true | true | unknown | github | [] |
Stitch is a tool and library for Zig and C for adding and retrieving resources to and from executables.
Why not just use <code>@embedFile</code> / <code>#embed</code>? Stitch serves a different purpose, namely to let build systems, and <em>users</em> of your software, create self-contained executable... | [] |
https://avatars.githubusercontent.com/u/88117897?v=4 | CortexC | alvarorichard/CortexC | 2023-07-19T03:01:10Z | Interpreter is a minimalist yet powerful tool designed to interpret and execute a subset of the C programming language. | main | 0 | 13 | 1 | 13 | https://api.github.com/repos/alvarorichard/CortexC/tags | MIT | [
"binary",
"c",
"education",
"evaluation",
"intepreter",
"interpreter",
"open-source",
"parsing",
"programming-language",
"tokenization",
"zig"
] | 24,306 | false | 2024-12-24T17:51:07Z | true | false | unknown | github | [] |
Simple C Interpreter
<a></a>
<a></a>
<a></a>
<a></a>
This repository contains a simple interpreter for a subset of the C language, written in C itself. It includes a tokenizer, a parser, and an evaluator for assembly instructions. The interpreter is capable of interpreting and running simple C programs, but... | [] |
https://avatars.githubusercontent.com/u/22280250?v=4 | zon_get_fields | Durobot/zon_get_fields | 2023-12-27T18:10:39Z | Utility functions to get field values from the abstract syntax tree generated from ZON (Zig Object Notation) text using Zig stdlib | main | 0 | 13 | 3 | 13 | https://api.github.com/repos/Durobot/zon_get_fields/tags | MIT | [
"zig",
"zig-package",
"ziglang",
"zon"
] | 192 | false | 2025-05-05T08:19:00Z | true | true | 0.12.0-dev.3097+5c0766b6c | github | [] | zon_get_fields
Several functions to facilitate the process of walking Abstract Syntax Trees (ASTs) generated from <a>ZON</a> text, and fetch the values of the fields from the AST.
But first you have to call <code>std.zig.Ast.parse</code> to tokenize and parse your ZON, creating the AST.
Updated to work with and tes... | [] |
https://avatars.githubusercontent.com/u/13811862?v=4 | langs-in-zig | thechampagne/langs-in-zig | 2023-05-29T15:44:17Z | A list of programming languages implemented in Zig, for inspiration. | main | 0 | 13 | 1 | 13 | https://api.github.com/repos/thechampagne/langs-in-zig/tags | CC-BY-4.0 | [
"awesome",
"awesome-list",
"programming-language",
"programming-languages",
"zig"
] | 45 | false | 2025-04-27T19:05:27Z | false | false | unknown | github | [] | Languages Written in Zig
This is a list of languages implemented in
Zig. It is intended as a source of inspiration and comparison, and as a
directory of potentially interesting projects in this vein. Inspired by <a>langs-in-rust</a>.
What Can Be Included?
<ol>
<li>Is it a language?</li>
<li>Is it written in Zig?</li>... | [] |
https://avatars.githubusercontent.com/u/24609692?v=4 | webgpu-wasm-zig | seyhajin/webgpu-wasm-zig | 2024-01-19T17:42:44Z | 🚀 A minimal WebGPU example written in Zig, compiled to WebAssembly (wasm). 🛠️ Ideal for experimenting and preparing for native development without install dependencies (dawn, wgpu-rs). | master | 0 | 13 | 1 | 13 | https://api.github.com/repos/seyhajin/webgpu-wasm-zig/tags | MIT | [
"3d-graphics",
"emscripten",
"wasm",
"webassembly",
"webgpu",
"zig",
"zig-package"
] | 207 | false | 2025-05-19T14:57:36Z | true | false | unknown | github | [] |
webgpu-wasm-zig
A minimal WebGPU example written in Zig, compiled to WebAssembly (wasm).

Getting started
Clone
<code>bash
git clone https://github.com/seyhajin/webgpu-wasm-zig.git</code>
Alternatively, download <a>zip</a> ... | [] |
https://avatars.githubusercontent.com/u/32988993?v=4 | retro-zig | anyputer/retro-zig | 2023-08-25T21:28:20Z | libretro zig bindings | main | 2 | 13 | 1 | 13 | https://api.github.com/repos/anyputer/retro-zig/tags | MIT | [
"cross-platform-development",
"emulation",
"gamedev-framework",
"libretro",
"libretro-api",
"zig"
] | 276 | false | 2025-05-12T02:56:09Z | true | true | unknown | github | [
{
"commit": "d5f381759825ee0bac29bc294d47aa05be4ab7b5",
"name": "zigglgen",
"tar_url": "https://github.com/castholm/zigglgen/archive/d5f381759825ee0bac29bc294d47aa05be4ab7b5.tar.gz",
"type": "remote",
"url": "https://github.com/castholm/zigglgen"
}
] | <code>_ _ _
_ __ ___| |_ _ __ ___ ___(_) __ _ (_)
| '__/ _ \ __| '__/ _ \ ____|_ / |/ _` | | |
| | | __/ |_| | | (_) |_____/ /| | (_| | | |
|_| \___|\__|_| \___/ /___|_|\__, |___|_|____
|___/___________|</code>... | [] |
https://avatars.githubusercontent.com/u/9002722?v=4 | pc | cgbur/pc | 2023-08-13T04:41:34Z | Difference calculations for the terminal | main | 0 | 12 | 1 | 12 | https://api.github.com/repos/cgbur/pc/tags | MIT | [
"calculator",
"command-line-tool",
"percent-change",
"percentage",
"productivity-tools",
"statistics",
"terminal",
"tools",
"zig"
] | 201 | false | 2024-10-22T21:40:32Z | true | false | unknown | github | [] |
<code>pc</code> - Change Calculator for the Terminal
<code>pc</code> is a lightweight, blazing-fast tool that simplifies both the calculation
and the understanding of differences between numbers. It allows you to quickly
evaluate performance changes and offers meaningful human-formatted output, all
within the c... | [] |
https://avatars.githubusercontent.com/u/198496?v=4 | fy | nooga/fy | 2023-10-25T21:37:21Z | A a tiny concatenative programming language JIT compiled to aarch64 machine code. | master | 0 | 12 | 0 | 12 | https://api.github.com/repos/nooga/fy/tags | MIT | [
"compiler",
"concatenative",
"concatenative-language",
"functional-programming",
"jit",
"stack-based",
"zig"
] | 195 | false | 2024-12-26T22:52:21Z | true | true | unknown | github | [
{
"commit": "e18781dbc559e9a7aa3d6fa327335815803306dc.tar.gz",
"name": "zigline",
"tar_url": "https://github.com/alimpfard/zigline/archive/e18781dbc559e9a7aa3d6fa327335815803306dc.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/alimpfard/zigline"
}
] | fy
Short for <em>funky yak</em>, <em>flying yacht</em>, or <em>funny yodeling</em> depending on your mood. Also <em>fuck yeah</em>.
<code>fy</code> is a tiny concatenative programming language JIT compiled to aarch64 machine code.
<code>fy</code> is a toy, of the kind where the batteries constantly leak and only t... | [] |
https://avatars.githubusercontent.com/u/6881800?v=4 | zig-recover | dimdin/zig-recover | 2024-02-05T15:36:56Z | zig panic recover | main | 0 | 12 | 0 | 12 | https://api.github.com/repos/dimdin/zig-recover/tags | MIT | [
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 20 | false | 2025-05-12T17:19:38Z | true | true | 0.14.0 | github | [] | Zig Panic Recover
Recover calls a function and regains control of the calling thread when the
function panics or behaves undefined.
Recover is licensed under the terms of the <a>MIT License</a>.
How to use
Recover <code>call</code>, calls <code>function</code> with <code>args</code>, if the function does not panic,
... | [] |
https://avatars.githubusercontent.com/u/35711760?v=4 | av1an-command-gen | gianni-rosato/av1an-command-gen | 2023-12-25T06:12:11Z | A tool for easily generating Av1an commands for AV1 encoding. Written in Zig. | main | 1 | 12 | 1 | 12 | https://api.github.com/repos/gianni-rosato/av1an-command-gen/tags | BSD-3-Clause | [
"av1",
"av1an",
"encoding",
"zig"
] | 15 | false | 2025-04-29T22:02:00Z | true | true | unknown | github | [] | Av1an Command Generator
A tool for easily generating Av1an commands for AV1 encoding. Written in Zig.
Description
This program generates an AV1 video encoding command for use with <a>Av1an</a>, a chunked AV1 encoding tool for use with <a>aomenc</a>, <a>SVT-AV1</a>, and <a>rav1e</a>.
This tool takes in the video re... | [] |
https://avatars.githubusercontent.com/u/103538756?v=4 | salem | Dr-Nekoma/salem | 2023-10-14T05:16:39Z | An interpreter for the Sal programming language written in Zig | master | 0 | 12 | 1 | 12 | https://api.github.com/repos/Dr-Nekoma/salem/tags | Unlicense | [
"concatenative",
"interpreter",
"language",
"programming-language",
"public-domain",
"unlicense",
"zig"
] | 42 | false | 2025-05-09T02:19:28Z | true | true | unknown | github | [] | Salem
Salem is the Sal Execution Model. It is a Zig implementation of the
<a>Sal</a> programming language.
Data model
<ul>
<li>Basic data types:</li>
<li><a>RRB-Trees</a> for arrays and byte arrays</li>
<li>B-Trees, for dictionaries, sets and multisets</li>
<li>Pairs and Variables</li>
<li>Primitive and constructed f... | [] |
https://avatars.githubusercontent.com/u/67269576?v=4 | zig-pico-cmake | nemuibanila/zig-pico-cmake | 2023-10-14T22:50:26Z | Build zig projects that use the Raspberry PI Pico SDK | main | 1 | 12 | 4 | 12 | https://api.github.com/repos/nemuibanila/zig-pico-cmake/tags | MIT | [
"cyw43",
"raspberry-pi-pico",
"raspberry-pi-pico-sdk",
"rp2040",
"zig"
] | 28 | false | 2025-05-17T11:02:46Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/47667941?v=4 | forge | daylinmorgan/forge | 2023-09-07T20:13:48Z | build nim binaries for all the platforms | main | 0 | 12 | 0 | 12 | https://api.github.com/repos/daylinmorgan/forge/tags | MIT | [
"nim",
"nimble",
"zig"
] | 50 | false | 2025-01-31T06:15:34Z | false | false | unknown | github | [] | forge
<a></a>
A basic toolchain to forge (cross-compile) your multi-platform <code>nim</code> binaries.
Why?
<code>Nim</code> is a great language and the code is as portable as any other code written in C.
But who wants to manage C toolchains or CI/CD DSL's to cross-compile your code into easily sharable native exe... | [] |
https://avatars.githubusercontent.com/u/499599?v=4 | zcmd.zig | liyu1981/zcmd.zig | 2024-01-14T08:57:24Z | zcmd is a single file lib to replace zig's std.childProcess.run with the ability of running pipeline like bash.. | main | 1 | 12 | 1 | 12 | https://api.github.com/repos/liyu1981/zcmd.zig/tags | MIT | [
"zig",
"zig-package"
] | 10,022 | false | 2025-01-09T14:45:10Z | true | true | 0.12.0 | github | [] | zcmd.zig
<code>zcmd</code> is a single file lib (<code>zcmd.zig</code>) to replace zig's <code>std.childProcess.run</code>. It has almost identical API like <code>std.childProcess.run</code>, but with the ability of running pipeline like <code>bash</code>.
Example like execution of single command (replacement of zig'... | [] |
https://avatars.githubusercontent.com/u/9273964?v=4 | pdf-nano | GregorBudweiser/pdf-nano | 2023-11-24T19:25:33Z | A small PDF encoder written in Zig | main | 0 | 12 | 0 | 12 | https://api.github.com/repos/GregorBudweiser/pdf-nano/tags | MIT | [
"pdf",
"pdf-generation",
"typescript",
"wasm",
"zig"
] | 53 | false | 2025-05-13T07:59:44Z | true | false | unknown | github | [] | Welcome!
<strong>PDF-Nano</strong> is a small(ish) library for generating simple PDF files.
The goal of PDF-Nano is to have a lightweight PDF-library usable from Zig, C and Wasm.
Features
The main feature is PDF-Nano's small size. Compiled to wasm, it weighs <strong>less than 64kb</strong>, making it suitable for ... | [] |
https://avatars.githubusercontent.com/u/22038970?v=4 | turbo | paoda/turbo | 2023-08-01T20:17:05Z | NDS emulator in Zig ⚡ | main | 0 | 11 | 0 | 11 | https://api.github.com/repos/paoda/turbo/tags | - | [
"emulator",
"nds",
"opengl",
"sdl2",
"zig"
] | 198 | false | 2024-11-11T21:57:32Z | true | true | unknown | github | [
{
"commit": "c0193e9247335a6c1688b946325060289405de2a",
"name": "zig-clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/c0193e9247335a6c1688b946325060289405de2a.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
},
{
"commit": null,
"name": "zba-gdbstub... | 404 | [] |
https://avatars.githubusercontent.com/u/59206988?v=4 | zig-flutter | ExpidusOS-archive/zig-flutter | 2023-04-05T18:04:08Z | Flutter w/ Zig | master | 0 | 11 | 0 | 11 | https://api.github.com/repos/ExpidusOS-archive/zig-flutter/tags | GPL-3.0 | [
"flutter",
"flutter-engine",
"zig"
] | 44 | false | 2025-02-01T04:06:57Z | true | false | unknown | github | [] | zig-flutter
Flutter w/ Zig | [] |
https://avatars.githubusercontent.com/u/20256717?v=4 | dustpile | Game4all/dustpile | 2023-07-30T13:11:15Z | 🧪GPU accelerated falling sand sim in Zig | main | 0 | 11 | 0 | 11 | https://api.github.com/repos/Game4all/dustpile/tags | - | [
"compute-shader",
"falling-sand",
"opengl",
"zig",
"ziglang"
] | 1,706 | false | 2024-12-30T17:02:46Z | true | true | unknown | github | [
{
"commit": "affdd6ae6f2ac2c3b9162784bdad345c561eeeea",
"name": "mach_glfw",
"tar_url": "https://github.com/hexops/mach-glfw/archive/affdd6ae6f2ac2c3b9162784bdad345c561eeeea.tar.gz",
"type": "remote",
"url": "https://github.com/hexops/mach-glfw"
}
] |
<code>dustpile</code>
GPU falling sand sim in Zig
Uses <a>generated OpenGL bindings</a> to interact with the GPU.
Requires zig master to compile
<code>- B : Change brush type
- W : Reset world
- Space : Pause / Resume simulation
- P : Step simulation
- 1-9 : Switch to element</code>
| [] |
https://avatars.githubusercontent.com/u/135469732?v=4 | sqids-zig | sqids/sqids-zig | 2023-12-03T17:26:14Z | Official Zig port of Sqids. Generate short unique IDs from numbers. | main | 0 | 11 | 1 | 11 | https://api.github.com/repos/sqids/sqids-zig/tags | MIT | [
"hashids",
"id",
"id-generator",
"short-id",
"short-url",
"sqids",
"uid",
"unique-id",
"unique-id-generator",
"zig",
"zig-lang",
"zig-library",
"ziglang"
] | 43 | false | 2025-03-11T03:40:42Z | true | true | unknown | github | [] | <a>Sqids Zig</a>
<a>Sqids</a> (<em>pronounced "squids"</em>) is a small library that lets you <strong>generate unique IDs from numbers</strong>. It's good for link shortening, fast & URL-safe ID generation and decoding back into numbers for quicker database lookups.
Features:
<ul>
<li><strong>Encode multiple numb... | [] |
https://avatars.githubusercontent.com/u/6806645?v=4 | zig-php | arshidkv12/zig-php | 2024-01-15T13:30:05Z | PHP extension written in Zig | main | 0 | 10 | 2 | 10 | https://api.github.com/repos/arshidkv12/zig-php/tags | GPL-2.0 | [
"php",
"php-zig",
"zig"
] | 440 | false | 2025-05-14T12:38:06Z | true | false | unknown | github | [] | PHP Zig Extension Skeleton
This project provides a skeleton for building a PHP extension written in Zig. The goal of this project is to leverage Zig's performance and safety features within the PHP ecosystem. This guide will walk you through how to build and test the extension.
Requirements
<ul>
<li><strong>PHP</stro... | [] |
https://avatars.githubusercontent.com/u/4337696?v=4 | zig-wasix | nikneym/zig-wasix | 2023-09-14T20:15:44Z | WASIX extensions for Zig ⚡ | main | 0 | 10 | 1 | 10 | https://api.github.com/repos/nikneym/zig-wasix/tags | - | [
"wasi",
"wasix",
"wasm",
"wasmer",
"webassembly",
"zig"
] | 32 | false | 2025-02-10T04:57:58Z | true | true | unknown | github | [] | Zig-WASIX
WASIX extensions for Zig ⚡. This module let's you to create programs with Wasmer & WASIX that can run on edge or be sandboxed.
Installation
Install via Zig package manager (Copy the full SHA of latest commit hash from GitHub):
<code>sh
zig fetch --save https://github.com/nikneym/zig-wasix/archive/<l... | [] |
https://avatars.githubusercontent.com/u/535600?v=4 | way-z | psnszsn/way-z | 2023-05-28T11:49:17Z | Zig Wayland client and app toolkit | main | 0 | 10 | 1 | 10 | https://api.github.com/repos/psnszsn/way-z/tags | MPL-2.0 | [
"wayland",
"zig"
] | 470 | false | 2025-04-02T20:55:27Z | true | true | unknown | github | [
{
"commit": "94ed6af7b2aaaeab987fbf87fcee410063df715b",
"name": "libxev",
"tar_url": "https://github.com/mitchellh/libxev/archive/94ed6af7b2aaaeab987fbf87fcee410063df715b.tar.gz",
"type": "remote",
"url": "https://github.com/mitchellh/libxev"
}
] | Way-Z
Native Zig Wayland client library and widget toolkit
Description
This project has a few different parts:
<ul>
<li>Wayland client library (in <code>wayland/</code>): This can be used to crate a statically linked binary capable of displaying CPU rendered graphics.</li>
<li>Widget toolkit (in <code>toolkit/</code... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-mime | nektro/zig-mime | 2023-02-28T04:18:01Z | null | main | 0 | 10 | 1 | 10 | https://api.github.com/repos/nektro/zig-mime/tags | MIT | [
"zig",
"zig-package"
] | 20 | false | 2025-05-21T20:33:13Z | true | false | unknown | github | [] | zig-mime
<a></a>
<a></a>
<a></a>
<a></a>
Query the MIME type of a file extension.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types | [] |
https://avatars.githubusercontent.com/u/11963669?v=4 | zprob | pblischak/zprob | 2023-05-02T00:31:38Z | A Zig Module for Random Number Distributions | main | 1 | 10 | 1 | 10 | https://api.github.com/repos/pblischak/zprob/tags | LGPL-3.0 | [
"module",
"probability",
"random-sampling",
"statistics",
"zig"
] | 2,170 | false | 2025-04-22T20:51:26Z | true | true | unknown | github | [] |
zprob
<i>
A Zig Module for Random Number Distributions
</i>
The <code>zprob</code> module implements functionality for working with probability distributions in pure Zig,
including generating random samples and calculating probabilities using mass/density functions.
The instructions below will get you started wit... | [] |
https://avatars.githubusercontent.com/u/1552770?v=4 | notcurses-zig | neurocyte/notcurses-zig | 2023-03-25T14:23:35Z | Zig bindings and packaging for notcurses | master | 0 | 10 | 1 | 10 | https://api.github.com/repos/neurocyte/notcurses-zig/tags | MIT | [
"tui",
"zig",
"zig-package"
] | 29 | false | 2025-03-20T12:52:26Z | true | true | unknown | github | [
{
"commit": "82365801e2042b1b9c62d199df5958f1d87f9fd0.tar.gz",
"name": "notcurses",
"tar_url": "https://github.com/neurocyte/notcurses/archive/82365801e2042b1b9c62d199df5958f1d87f9fd0.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/neurocyte/notcurses"
},
{
"commit": "83c901... | Zig bindings and package for notcurses
This package provides build scripts and basic (WIP) bindings for building notcurses applications in Zig.
See <code>src/ncinputtest.zig</code> for a basic example application.
Should generally build with zig nightly. | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | anotherBuildStep | kassane/anotherBuildStep | 2024-01-29T18:21:59Z | zig build add-on (add more toolchains [LLVM-based] support) | main | 6 | 10 | 0 | 10 | https://api.github.com/repos/kassane/anotherBuildStep/tags | MPL-2.0 | [
"build-system",
"cross-compilation",
"cross-compile",
"d",
"dlang",
"flang",
"fortran",
"rust",
"swift",
"zig",
"zig-package"
] | 122 | false | 2025-05-05T18:10:52Z | true | true | 0.14.0 | github | [] | anotherBuildStep (a.k.a aBS)
Overview
<code>anotherBuildStep</code> is a project designed to leverage the Zig build system (<code>build.zig</code>) for building projects with various other toolchains. This allows developers to use Zig as a unified build system across different environments and toolsets.
TODO
<br/><... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.