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/8539353?v=4 | whale | fencl/whale | 2023-02-12T11:31:07Z | VP8L (Lossless WebP) Decoder | main | 0 | 10 | 0 | 10 | https://api.github.com/repos/fencl/whale/tags | BSL-1.0 | [
"c",
"cpp",
"decoder",
"format",
"image",
"vp8l",
"webp",
"zig"
] | 79 | false | 2025-05-05T07:49:01Z | false | false | unknown | github | [] | Whale
Simple <strong>VP8L</strong> bit stream decoder written in both <strong>C</strong> (or <strong>C++</strong>, both valid) and <strong>Zig</strong>.
<em>VP8L</em> is a image format used by the WebP format in lossless mode.
WebP decoders usually support both lossless and lossy mode, which makes them significantly b... | [] |
https://avatars.githubusercontent.com/u/499599?v=4 | jstring.zig | liyu1981/jstring.zig | 2024-01-19T10:58:50Z | a reusable string lib for myself with all familiar methods methods can find in javascript string | main | 4 | 10 | 1 | 10 | https://api.github.com/repos/liyu1981/jstring.zig/tags | - | [
"jstring",
"zig",
"zig-package"
] | 6,092 | false | 2025-03-17T17:39:42Z | true | true | unknown | github | [] | <code>jstring.zig</code>
Target: create a reusable string lib for myself with all familiar methods methods can find in javascript string.
Reason:
<ol>
<li>string is important we all know, so a good string lib will be very useful.</li>
<li>javascript string is (in my opinion) the most battle tested string library out ... | [] |
https://avatars.githubusercontent.com/u/99132213?v=4 | zig-csv | DISTREAT/zig-csv | 2023-05-18T19:02:55Z | A library for parsing, creating, and manipulating CSV data. | master | 2 | 10 | 4 | 10 | https://api.github.com/repos/DISTREAT/zig-csv/tags | LGPL-3.0 | [
"csv",
"zig",
"zig-lib",
"zig-library",
"zig-package"
] | 16,003 | false | 2025-04-27T01:40:11Z | true | true | 0.14.0 | github | [] | zig-csv
A library for parsing, creating, and manipulating CSV data.
Features
<ul>
<li>avoiding memory leaks</li>
<li>flexible and simplistic API</li>
</ul>
Example
```zig
const std = @import("std");
const csv = @import("zig-csv");
const allocator = std.heap.allocator;
// parse CSV data
var table = csv.Table.init(a... | [] |
https://avatars.githubusercontent.com/u/8206?v=4 | retrobob | iury/retrobob | 2024-02-02T03:39:22Z | retrobob is a retro gaming emulator that runs directly on your browser. Super Nintendo, NES/Famicom, Gameboy and Gameboy Color are currently supported, with more systems to come. | master | 0 | 10 | 0 | 10 | https://api.github.com/repos/iury/retrobob/tags | MIT | [
"emulator",
"gameboy",
"gameboy-color",
"nes",
"snes",
"webassembly",
"zig"
] | 4,188 | false | 2025-02-11T17:56:28Z | false | false | unknown | github | [] | Overview
<strong>retrobob</strong> is a retro gaming emulator made by <a>iury</a> that runs directly on your browser.
Super Nintendo, NES/Famicom, Gameboy and Gameboy Color are currently supported, with more systems to come.
You can also <a>download</a> it as a native executable for stable FPS and better audio quali... | [] |
https://avatars.githubusercontent.com/u/42881610?v=4 | ncdu-zig | konosubakonoakua/ncdu-zig | 2023-11-13T12:50:47Z | [folk] disk usage analyzer with an ncurses interface | main | 0 | 10 | 0 | 10 | https://api.github.com/repos/konosubakonoakua/ncdu-zig/tags | - | [
"cli",
"disk",
"disk-usage",
"linux",
"ncurses",
"tool",
"tui",
"zig"
] | 172 | false | 2025-05-21T16:17:35Z | true | false | unknown | github | [] |
ncdu-zig
Description
Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find
space hogs on a remote server where you don't have an entire graphical setup
available, but it is a useful tool even on regular desktop systems. Ncdu aims
to be fast, simple and easy to use, and should be able to ... | [] |
https://avatars.githubusercontent.com/u/47771011?v=4 | ziglm | karlobratko/ziglm | 2023-09-24T16:28:08Z | ZiGLM - Zig language implementation of OpenGL Mathematics (GLM) library | master | 7 | 9 | 7 | 9 | https://api.github.com/repos/karlobratko/ziglm/tags | MIT | [
"glm",
"graphics",
"opengl",
"zig"
] | 86 | false | 2024-11-13T22:33:34Z | true | false | unknown | github | [] | ZiGLM
Zig language implementation of OpenGL Mathematics (GLM) library.
ZiGLM is a Zig language mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification.
<strong><em>ZiGLM library is currently under heavy development, so expect changes and frequent updates.</em></strong>
1.... | [] |
https://avatars.githubusercontent.com/u/69054152?v=4 | zarg | d4c7/zarg | 2023-07-11T17:53:54Z | [WIP] zarg is a minimalist and efficient command-line parsing library written in Zig | main | 0 | 9 | 0 | 9 | https://api.github.com/repos/d4c7/zarg/tags | - | [
"cli",
"command-line",
"command-line-parser",
"zig",
"zig-package"
] | 208 | false | 2025-03-26T16:39:41Z | true | true | 0.13.0 | github | [] |
zarg
zarg (former zig-argueando) is a minimalist and efficient command-line parsing library written in Zig. It is designed to offer a convenient way of parsing command-line arguments in a simple yet powerful manner. With zarg, you can easily set options, flags, and positional arguments for your command-line applicati... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | benchmark.zig | karlseguin/benchmark.zig | 2023-10-27T12:51:47Z | Simple Benchmarking for Zig | master | 0 | 9 | 1 | 9 | https://api.github.com/repos/karlseguin/benchmark.zig/tags | MPL-2.0 | [
"benchmarking",
"zig",
"zig-library"
] | 11 | false | 2025-05-07T21:14:24Z | true | true | unknown | github | [] | Simple Benchmarking for Zig
This module is a single file, you can either import it using Zig modules, or simply copy and paste benchmark.zig into your project.
```zig
const std = @import("std");
const benchmark = @import("benchmark");
const Allocator = std.mem.Allocator;
pub fn main() !void {
(try benchmark.run(i... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-bounded-array | jedisct1/zig-bounded-array | 2023-11-22T17:18:28Z | BoundedArray module for Zig. | main | 0 | 9 | 0 | 9 | https://api.github.com/repos/jedisct1/zig-bounded-array/tags | MIT | [
"array",
"arrayvec",
"bounded",
"boundedarray",
"tinyvec",
"zig",
"zig-lib",
"zig-package",
"ziglang"
] | 10 | false | 2025-02-22T18:59:02Z | true | true | unknown | github | [] | BoundedArray for Zig
A <code>BoundedArray</code> is a structure containing a fixed-size array, as well as the length currently being used.
It can be used as a variable-length array that can be freely resized up to the size of the backing array.
If you're looking for a Zig equivalent to Rust's super useful <code>Arra... | [] |
https://avatars.githubusercontent.com/u/35909?v=4 | zig-language-extras | ianic/zig-language-extras | 2023-06-26T16:57:46Z | Zig Language Extras VSCode extension | main | 4 | 9 | 4 | 9 | https://api.github.com/repos/ianic/zig-language-extras/tags | MIT | [
"vscode-extension",
"zig"
] | 83 | false | 2025-03-21T01:33:31Z | false | false | unknown | github | [] | Zig Language Extras
This extension adds few
<a>commands</a>
for Zig development:
* Zig extras: Run single test
* Zig extras: Run file tests
* Zig extras: Test workspace
* Zig extras: Build workspace
* Zig extras: Debug test
* Zig extras: Debug binary
It also displays code lenses above tests to run or debu... | [] |
https://avatars.githubusercontent.com/u/135145066?v=4 | prettytable-zig | dying-will-bullet/prettytable-zig | 2023-05-15T13:26:10Z | :butter: Display tabular data in a visually appealing ASCII table format. | master | 0 | 9 | 3 | 9 | https://api.github.com/repos/dying-will-bullet/prettytable-zig/tags | MIT | [
"ascii-art",
"prettytable",
"tabular-data",
"zig",
"ziglang"
] | 82 | false | 2025-03-24T16:24:25Z | true | true | unknown | github | [] |
prettytable-zig
<blockquote>
A formatted and aligned table printer library for Zig.
This library is an implementation of <a>prettytable</a> in the Zig programming language.
</blockquote>
<a></a>
<strong>NOTE: Minimum Supported Zig Version: 0.12.0-dev.1773+8a8fd47d2. Any suggestions or feedback are welcome... | [] |
https://avatars.githubusercontent.com/u/8235638?v=4 | 3d-zig-game | AlxHnr/3d-zig-game | 2023-02-19T22:03:37Z | Deterministic, multi-threaded 3d demo written from scratch | master | 0 | 9 | 0 | 9 | https://api.github.com/repos/AlxHnr/3d-zig-game/tags | MIT | [
"billboard",
"crowds",
"deterministic",
"fixedpoint",
"flocking",
"flowfield",
"game-engine",
"instancing",
"multithreading",
"opengl",
"parallelism",
"pathfinding",
"sdl2",
"spatial-hash-grid",
"zig"
] | 1,369 | false | 2025-05-09T06:06:05Z | true | false | unknown | github | [] | <a></a>
Building and running the game
Install the required dependencies, example for Fedora:
<code>sh
sudo dnf install SDL2-devel SDL2_image-devel</code>
Install zig 0.14.0 and run <code>zig build run</code> inside the projects directory. The game is considerably
faster when built with optimizations: <code>zig buil... | [] |
https://avatars.githubusercontent.com/u/26017543?v=4 | much-todo | typio/much-todo | 2023-07-03T05:43:57Z | Notes web app from scratch :zap::camel: | main | 1 | 9 | 0 | 9 | https://api.github.com/repos/typio/much-todo/tags | - | [
"dream",
"http-server",
"ocaml",
"webapp",
"zig"
] | 85 | false | 2025-05-18T08:10:03Z | false | false | unknown | github | [] |
Much Todo About Nothing
<a><em>Much Todo About Nothing</em></a> will be a modern, feature-rich note-taking / todo list web application.
Live at <a>muchtodo.app</a>. (<em>unless it crashed</em>)
Using the <strong>HOT JazZ</strong> stack
<strong>H</strong>TML + <strong>O</strong>Caml + <strong>... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | lean4-zig | kassane/lean4-zig | 2023-08-28T14:59:12Z | Zig bindings for Lean4 | main | 1 | 9 | 2 | 9 | https://api.github.com/repos/kassane/lean4-zig/tags | Apache-2.0 | [
"ffi-bindings",
"lean",
"lean-language",
"lean4",
"zig",
"ziglang"
] | 60 | false | 2025-04-30T20:10:14Z | true | false | unknown | github | [] | lean4-zig
Zig bindings for Lean4's C API.
Functions and comments manually translated from those in the <a><code>lean.h</code> header</a> provided with Lean 4
Required
<ul>
<li><a>zig</a> v0.12.0 or master</li>
<li><a>lean4</a> v4.4.0 or nightly</li>
</ul>
How to run
<ul>
<li><strong>FFI</strong>
```bash</li>
</ul>
... | [] |
https://avatars.githubusercontent.com/u/26017543?v=4 | entreepy | typio/entreepy | 2023-02-10T10:22:44Z | Text compression tool ⚡ | main | 2 | 9 | 0 | 9 | https://api.github.com/repos/typio/entreepy/tags | GPL-3.0 | [
"compression",
"entropy-coding",
"huffman",
"text-compression",
"zig"
] | 106 | false | 2024-10-19T23:28:12Z | true | true | 0.12.0 | github | [] | entreepy
<a></a>
====
<blockquote>
Text compression tool :zap:
</blockquote>
The name is entropy coding + binary trees.
Usage
```
Entreepy - Text compression tool
Usage: entreepy [options] [command] [file] [command options]
Options:
-h, --help show help
-p, --print print decompressed text to stdo... | [] |
https://avatars.githubusercontent.com/u/51416554?v=4 | zlog | hendriknielaender/zlog | 2023-10-25T16:26:18Z | 🪵 structured logging library for zig | main | 12 | 9 | 1 | 9 | https://api.github.com/repos/hendriknielaender/zlog/tags | MIT | [
"async",
"file-logger",
"json",
"lib",
"library",
"logging",
"network-logs",
"structured-logging",
"zig",
"zig-lib",
"zig-library",
"zig-package",
"ziglang"
] | 366 | false | 2025-02-20T11:58:05Z | 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>
zlog - High-Performance Logging in Zig
<a></a>
<a></a>
zlog is a high-performance, extensible logging library for Zig... | [] |
https://avatars.githubusercontent.com/u/43641633?v=4 | bsn | sno2/bsn | 2023-11-21T03:39:48Z | An implementation of the Bussin esoteric language | main | 0 | 8 | 0 | 8 | https://api.github.com/repos/sno2/bsn/tags | MIT | [
"esoteric-language",
"interpreter",
"programming-language",
"zig"
] | 5,048 | false | 2025-01-16T00:26:37Z | true | false | unknown | github | [] |
An implementation of @face-hh 's
<a>Bussin esoteric language</a> written in Zig
with a custom bytecode virtual machine and component-based mark and sweep
garbage collector.
Playground
The playground is available at https://trybsn.vercel.app. It is the easiest way
to play around with this interpreter.
Known Issues
... | [] |
https://avatars.githubusercontent.com/u/3848910?v=4 | zigcc | jiacai2050/zigcc | 2024-02-05T13:17:43Z | Util scripts aimed at simplifying the use of zig cc for compiling C, C++, Rust, and Go programs. | main | 0 | 8 | 1 | 8 | https://api.github.com/repos/jiacai2050/zigcc/tags | MIT | [
"compile",
"go",
"golang",
"rust",
"rustlang",
"zig",
"ziglang"
] | 50 | false | 2025-04-17T03:37:43Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/82351204?v=4 | ray-tracer-challenge | SinclaM/ray-tracer-challenge | 2023-06-10T19:33:43Z | A simple ray tracer to experiment with Zig | main | 0 | 8 | 0 | 8 | https://api.github.com/repos/SinclaM/ray-tracer-challenge/tags | MIT | [
"ray-tracer",
"ray-tracer-challenge",
"ray-tracing",
"raytracerchallenge",
"raytracing",
"zig"
] | 112,304 | false | 2025-04-28T06:52:34Z | true | true | unknown | github | [
{
"commit": "3c4f73a45bccc48cda4319a629a45d2469d8e24e.tar.gz",
"name": "zigimg",
"tar_url": "https://github.com/SinclaM/zigimg/archive/3c4f73a45bccc48cda4319a629a45d2469d8e24e.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/SinclaM/zigimg"
}
] | Ray Tracer Challenge
This project is a simple <a>Zig</a> implementation of the ray tracer described in
<a>The Ray Tracer Challenge</a>.
You can find an interactive demo of this ray tracer online at <a>sinclam.github.io/ray-tracer-challenge</a>.
Status
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-g... | [] |
https://avatars.githubusercontent.com/u/20196976?v=4 | PokeBin | malaow3/PokeBin | 2024-01-24T02:45:51Z | A web-app for sharing and saving competitive Pokemon sets | main | 4 | 8 | 1 | 8 | https://api.github.com/repos/malaow3/PokeBin/tags | MIT | [
"solidjs",
"zig",
"ziglang"
] | 1,151,731 | false | 2025-05-19T19:49:28Z | true | true | 0.14.0 | github | [
{
"commit": "5bf1b4e877ae52cbbec127e30a4885bc95e87dd8",
"name": "zlog",
"tar_url": "https://github.com/max-legrand/zlog/archive/5bf1b4e877ae52cbbec127e30a4885bc95e87dd8.tar.gz",
"type": "remote",
"url": "https://github.com/max-legrand/zlog"
},
{
"commit": "master",
"name": "httpz",
... | PokeBin
Table of Contents
<ul>
<li><a>What is PokeBin?</a></li>
<li><a>How the sausage is made</a></li>
<li><a>How to use</a></li>
<li><a>Roadmap</a></li>
<li><a>Contributing</a></li>
</ul>
What is PokeBin?
PokeBin is a portmanteau of "Pokemon" and "Pastebin". More generally, it's a website that aims
to allow you to... | [] |
https://avatars.githubusercontent.com/u/99076655?v=4 | hello-algo-rust | coderonion/hello-algo-rust | 2023-07-08T07:42:45Z | Rust codes for the famous public project 《Hello, Algorithm》|《 Hello,算法 》 about data structures and algorithms. | main | 0 | 8 | 1 | 8 | https://api.github.com/repos/coderonion/hello-algo-rust/tags | - | [
"algorithms",
"algrothm",
"data-structures",
"data-structures-and-algorithms",
"dsa",
"dynamic-programming",
"graph",
"hello-algo",
"linked-list",
"rust",
"search",
"sort",
"zig",
"ziglang"
] | 38 | false | 2025-05-22T02:53:38Z | false | false | unknown | github | [] | Hello-Algo-Rust
<ul>
<li><a><strong>Rust</strong></a> programming language codes for the famous public project <a>krahets/hello-algo</a> about data structures and algorithms.</li>
<li>Go read this great open access e-book now -> <a> hello-algo.com |《Hello, Algorithm》|《 Hello,算法 》</a>.</li>
</ul> | [] |
https://avatars.githubusercontent.com/u/7308253?v=4 | minim | heysokam/minim | 2023-09-20T17:14:10Z | ᛟ Minim | Programming Language | master | 0 | 7 | 0 | 7 | https://api.github.com/repos/heysokam/minim/tags | LGPL-3.0 | [
"c",
"nim-like",
"zig"
] | 854 | false | 2025-05-19T21:45:41Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/1552770?v=4 | flow-themes | neurocyte/flow-themes | 2024-02-07T17:16:10Z | Themes compiler for Flow Control, the text editor | master | 0 | 7 | 5 | 7 | https://api.github.com/repos/neurocyte/flow-themes/tags | MIT | [
"zig",
"zig-package"
] | 82 | false | 2025-05-03T22:20:41Z | true | true | unknown | github | [
{
"commit": "983c9bd674d2aedd9edb6f18b2d62c31a2f9eae7.tar.gz",
"name": "theme_1984",
"tar_url": "https://github.com/juanmnl/vs-1984/archive/983c9bd674d2aedd9edb6f18b2d62c31a2f9eae7.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/juanmnl/vs-1984"
},
{
"commit": "542ecdfcff52c... | flow-themes
Themes compiler for Flow-Control, the text editor
Requirements
<ul>
<li>zig 0.13</li>
<li>hjson (installed in your PATH)</li>
</ul>
Build
<code>zig build</code>
This will download and compile all the themes and create a zig module
in <code>zig-out</code> that can be referenced as a dependency from anot... | [] |
https://avatars.githubusercontent.com/u/9482395?v=4 | zig-action-cache | Hanaasagi/zig-action-cache | 2023-05-09T15:14:13Z | GitHub action cache for zig project | master | 9 | 7 | 1 | 7 | https://api.github.com/repos/Hanaasagi/zig-action-cache/tags | MIT | [
"ci",
"github-actions",
"zig"
] | 1,549 | false | 2025-02-21T19:31:36Z | false | false | unknown | github | [] | GitHub Action Cache For Zig
An out-of-the-box GitHub Action that automatically caches dependencies and compiled artifacts for a Zig project.
How it works
Firstly, it calculates a key based on the following states:
<ul>
<li>The version of <code>zig</code> and the output information of <code>zig env</code>.</li>
<li>E... | [] |
https://avatars.githubusercontent.com/u/87582318?v=4 | giza | koenigskraut/giza | 2023-09-01T09:40:06Z | Zig binding for cairo/pango | master | 1 | 7 | 3 | 7 | https://api.github.com/repos/koenigskraut/giza/tags | - | [
"cairo",
"pango",
"zig"
] | 1,270 | false | 2025-02-26T12:51:35Z | true | true | unknown | github | [] | giza
An attempt to make a binding for the popular <a>cairo</a> and <a>pango</a> graphics libraries with some idiomatic Zig elements (and some that will make true Zig enjoyers' skin crawl).
Many thanks to <a>jackdbd</a> for his <a>implementation</a> of similar binding.
Zig version is 0.11.0.
Quick start
<ol>
<li>
A... | [] |
https://avatars.githubusercontent.com/u/102905510?v=4 | JNICLoader | nuym/JNICLoader | 2023-07-27T05:35:09Z | The Loader For Jnic | master | 0 | 7 | 0 | 7 | https://api.github.com/repos/nuym/JNICLoader/tags | - | [
"java",
"jni",
"jnic",
"loader",
"obfuscator",
"zig"
] | 26 | false | 2024-10-03T23:37:54Z | false | false | unknown | github | [] | JNICLoader
<ul>
<li>This is a sample jnic loader,finally i made it.</li>
<li>it can load data.dat that press by zig</li>
<li><a>Some code from radioegor146</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/11492844?v=4 | eBPF-energy-monitor | fjebaker/eBPF-energy-monitor | 2023-11-11T12:04:28Z | Monitoring energy usage with eBPF at process level granularity. | main | 1 | 7 | 0 | 7 | https://api.github.com/repos/fjebaker/eBPF-energy-monitor/tags | GPL-3.0 | [
"bpf",
"ebpf",
"energy-consumption",
"energy-monitor",
"zig"
] | 180 | false | 2025-03-18T16:09:06Z | true | false | unknown | github | [] | eBPF Energy Monitor
<em>Proof of concept code to monitor process specific energy levels using eBPF</em>
Example
Setup
<strong>Note</strong>: this code is designed to currently <em>only work on my machine</em>. For example, the number of CPUs are hard-coded. That is to say, it will likely execute on your machine t... | [] |
https://avatars.githubusercontent.com/u/85104110?v=4 | zig-ipc | pseudocc/zig-ipc | 2024-02-08T11:46:16Z | Zig shared memory IPC example (POSIX) | main | 1 | 7 | 1 | 7 | https://api.github.com/repos/pseudocc/zig-ipc/tags | MIT | [
"ipc",
"shared-memory",
"zig"
] | 4 | false | 2025-05-04T18:40:48Z | true | false | unknown | github | [] | ZIG-IPC
Zig code example to use shared memory among processes, only works on POSIX.
How it works?
<ol>
<li>
Use <code>shm_open</code> and <code>mmap</code> to create a shared memory block.
</li>
<li>
Use <code>atomic</code> operations to manage a boolean value (busy).
<code>zig
pub inline fn lock(self: *Self, comp... | [] |
https://avatars.githubusercontent.com/u/54114156?v=4 | wasm-sliding-puzzle | castholm/wasm-sliding-puzzle | 2023-05-13T21:54:29Z | Very simple interactive web app written in Zig and TypeScript | master | 0 | 7 | 0 | 7 | https://api.github.com/repos/castholm/wasm-sliding-puzzle/tags | MIT | [
"esbuild",
"example-project",
"sliding-puzzle-game",
"typescript",
"webassembly",
"zig"
] | 46 | false | 2024-10-25T08:34:09Z | true | false | unknown | github | [] | wasm-sliding-puzzle
Very simple example project showcasing how to write a simple interactive web app in Zig and TypeScript.
<a>Online demo</a>
Zig source code is compiled to WebAssembly using the <a>Zig compiler</a>. TypeScript "glue code" is
compiled to JavaScript and bundled using <a>esbuild</a> (CSS is also bun... | [] |
https://avatars.githubusercontent.com/u/558581?v=4 | zig-neural-networks | MadLittleMods/zig-neural-networks | 2023-11-01T20:10:38Z | A from scratch neural network library in Zig | main | 4 | 7 | 1 | 7 | https://api.github.com/repos/MadLittleMods/zig-neural-networks/tags | - | [
"deep-learning",
"machine-learning",
"ml",
"mnist",
"mnist-handwriting-recognition",
"neural-network",
"zig"
] | 115 | false | 2025-03-17T13:39:53Z | true | true | unknown | github | [
{
"commit": "05e1fed50e6e1632ece62cf056eb0ab114d53d5c.tar.gz",
"name": "zshuffle",
"tar_url": "https://github.com/hmusgrave/zshuffle/archive/05e1fed50e6e1632ece62cf056eb0ab114d53d5c.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/hmusgrave/zshuffle"
}
] | Zig neural networks library
This is meant to be a understandable, annotated, from scratch, neural network library in
Zig.
To add some buzzword details, it's a multi-layer perceptron (MLP) with backpropagation
and stochastic gradient descent (SGD). Optional momentum, ...
Performance-wise, it should be just fine for y... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | wolfssl | kassane/wolfssl | 2023-06-04T15:27:00Z | WolfSSL library - Using Zig Build | zig-pkg | 1 | 7 | 2 | 7 | https://api.github.com/repos/kassane/wolfssl/tags | GPL-2.0 | [
"c-library",
"cryptography",
"fips",
"ssl",
"tls",
"wolfssl",
"wolfssl-library",
"zig",
"zig-package"
] | 760,144 | true | 2025-05-14T01:17:20Z | true | true | unknown | github | [] | *** Description ***
The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight SSL/TLS
library written in ANSI C and targeted for embedded, RTOS, and
resource-constrained environments - primarily because of its small size, speed,
and feature set. It is commonly used in standard operating environments as well... | [] |
https://avatars.githubusercontent.com/u/134004172?v=4 | .github | zig-ethereum/.github | 2023-05-29T05:18:52Z | zig tools for ethereum | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/zig-ethereum/.github/tags | MIT | [
"zig"
] | 7 | false | 2023-10-11T04:13:26Z | false | false | unknown | github | [] | zig-ethereum
zig tools for ethereum
Learn more at our website: https://github.com/zig-ethereum. | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-tokenize | nektro/zig-tokenize | 2023-02-28T04:22:15Z | A data-oriented-design built tokenizer | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/nektro/zig-tokenize/tags | - | [
"zig",
"zig-package"
] | 6 | false | 2024-06-22T18:27:07Z | false | false | unknown | github | [] | zig-tokenize
A data-oriented-design built tokenizer | [] |
https://avatars.githubusercontent.com/u/2242?v=4 | zig-envy | softprops/zig-envy | 2023-11-19T06:18:44Z | parse env variables into zig structs | main | 1 | 6 | 0 | 6 | https://api.github.com/repos/softprops/zig-envy/tags | MIT | [
"environment-variables",
"zig",
"zig-package",
"zigdex-lib"
] | 35 | false | 2024-07-14T07:45:09Z | true | true | 0.13.0 | github | [] |
envy
deserialize environment variables into typesafe structs
<a></a> <a></a>
🍬 features
<ul>
<li>fail fast on faulty application configuration</li>
<li>supports parsable std lib types out of the box</li>
<li>fail at compile time for unsupported field types</li>
</ul>
examples
```zig
const std = ... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | CxxInterop-tests | kassane/CxxInterop-tests | 2023-07-13T17:52:54Z | C++ FFI tests | devel | 1 | 6 | 0 | 6 | https://api.github.com/repos/kassane/CxxInterop-tests/tags | - | [
"cpp",
"d",
"dlang",
"ffi",
"interoperability",
"rust",
"swift",
"zig"
] | 32 | true | 2025-02-15T06:00:05Z | true | false | unknown | github | [] | C++ Interop testing
Requirements
<ul>
<li>C++ compiler + <a>CMake</a></li>
<li><a>Swift v5.9</a></li>
<li><a>LDC (LLVM D Compiler)</a></li>
<li><a>Rust toolchain</a></li>
<li><a>Zig toolchain</a> - replacing cmake to zig-build</li>
</ul>
Acknowledgments
<ul>
<li><a>Sy Brand</a> [C++ <=> Rust only]</li>
<li><a>Y... | [] |
https://avatars.githubusercontent.com/u/206480?v=4 | singleflight.zig | karlseguin/singleflight.zig | 2023-06-03T10:20:06Z | Duplicate function call suppression for Zig | master | 0 | 6 | 1 | 6 | https://api.github.com/repos/karlseguin/singleflight.zig/tags | MIT | [
"zig",
"zig-library"
] | 33 | false | 2025-03-15T19:30:36Z | true | false | unknown | github | [] | Duplicate function call suppression for Zig
```zig
const singleflight = @import("singleflight");
// group is thread-safe
const group = singleflight.Group(*User).init(allocator);
defer group.deinit();
// multiple threads can call group.load on the same key
const result = try group.load(UserLoadState, "user:4", &l... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-cbc | jedisct1/zig-cbc | 2023-03-13T13:35:39Z | CBC mode for Zig. | master | 0 | 6 | 3 | 6 | https://api.github.com/repos/jedisct1/zig-cbc/tags | MIT | [
"aes",
"cbc",
"crypto",
"zig",
"zig-package"
] | 19 | false | 2025-04-17T23:55:06Z | true | true | unknown | github | [] | CBC mode for Zig
Don't use CBC.
Unless you really, really, really have to. | [] |
https://avatars.githubusercontent.com/u/12457438?v=4 | wasm-game-engine-test | judah-caruso/wasm-game-engine-test | 2023-09-19T15:19:07Z | A wasm-based game engine written in Go | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/judah-caruso/wasm-game-engine-test/tags | - | [
"assemblyscript",
"ebitengine",
"odin",
"rust",
"wasm",
"wazero",
"zig"
] | 1,089 | false | 2024-08-19T08:06:31Z | false | false | unknown | github | [] | Wasm Game Engine Test
This repository was created to see how feasible it is to use <a>wazero</a> to drive a small game engine (using <a>Ebitengine</a>). It simply sets up Ebitengine and exports a small api for wasm to import.
If you're trying to do something similar, hopefully this provides a decent starting point.
... | [] |
https://avatars.githubusercontent.com/u/119983202?v=4 | streamvbyte-zig | spiraldb/streamvbyte-zig | 2023-09-27T15:34:58Z | Zig port of Stream VByte encoding | develop | 0 | 6 | 0 | 6 | https://api.github.com/repos/spiraldb/streamvbyte-zig/tags | MIT | [
"compression",
"zig"
] | 10 | false | 2025-01-01T04:07:39Z | true | false | unknown | github | [] | Zig StreamVByte
A Zig port of <a>Stream VByte</a>.
This project started as an experiment to explore the feasibility and
DevX of implementing compression codecs in Zig.
In particular,
* Leveraging comptime to avoid writing (or generating) repetitive code.
* Using the Zig @Vector API for portable SIMD.
Comptime Looku... | [] |
https://avatars.githubusercontent.com/u/102667323?v=4 | RISC8Emulator | VitorCarvalho67/RISC8Emulator | 2024-02-01T18:57:23Z | RISC8Emulator is a software recreation of the CHIP-8 system, a simple computer from the mid-1970s primarily used for playing video games | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/VitorCarvalho67/RISC8Emulator/tags | MIT | [
"8-bit",
"chip8",
"ci",
"emulator",
"games",
"github-actions",
"mit-license",
"simple-project",
"video-game",
"zig"
] | 33 | true | 2024-08-13T00:08:44Z | true | false | unknown | github | [] |
RISC8Emulator
<a></a>
<strong>RISC8Emulator</strong> is a software recreation of the CHIP-8 system, a simple computer from the mid-1970s primarily used for playing video games. Written in Zig, a modern programming language, this emulator replicates the architecture and functionality of the original CHIP-8, o... | [] |
https://avatars.githubusercontent.com/u/23733070?v=4 | plib | Luna1996/plib | 2023-08-24T11:59:49Z | collection of multiple modules, which includes a parser generator and parsers generated by it. | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/Luna1996/plib/tags | - | [
"abnf",
"abnf-language",
"abstract-syntax-tree",
"ast",
"parser",
"parser-generator",
"toml",
"toml-config",
"toml-language",
"toml-parser",
"toml-parsing",
"toml-serializer",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 212 | false | 2025-04-25T12:13:15Z | true | true | unknown | github | [] | PLib
<code>plib</code> (short for parser library) is a collection of multiple modules, which includes a parser generator and parsers generated by it.
<code>plib</code> takes a pre-generated <a><code>ABNF</code></a> structure as input to produce a <code>parser</code>.\
<code>parser</code> will take raw text as input t... | [] |
https://avatars.githubusercontent.com/u/337093?v=4 | v4l2capture | tetsu-koba/v4l2capture | 2023-04-20T06:00:48Z | v4l2 video capturer written in Zig | main | 3 | 6 | 2 | 6 | https://api.github.com/repos/tetsu-koba/v4l2capture/tags | MIT | [
"v4l2",
"video-streaming",
"zig"
] | 69 | false | 2025-04-17T20:34:45Z | true | false | unknown | github | [] | V4L2 video capturer written in Zig
Capture video frames from V4l2 camera device.
How to Build and Show Usage
<code>shell-session
$ zig version
0.11.0-dev.2777+b95cdf0ae
$ zig build
$ ./zig-out/bin/v4l2capture
Usage: ./zig-out/bin/v4l2capture /dev/videoX URL [width height framerate pixelformat max_frames]
URL is... | [] |
https://avatars.githubusercontent.com/u/136999807?v=4 | spoke | spoke-data/spoke | 2023-06-18T18:45:11Z | The universal data connector | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/spoke-data/spoke/tags | MIT | [
"ai",
"data-engineering",
"db2",
"duckdb",
"duckdb-engine",
"etl",
"etl-framework",
"etl-pipeline",
"kafka",
"mariadb",
"ml-ops",
"mssql",
"mysql",
"odbc",
"oracle",
"postgres",
"sql",
"streaming",
"zig"
] | 4,128 | false | 2024-12-22T02:40:36Z | true | true | unknown | github | [
{
"commit": "1003b5cbfb3a745ec997327354d06cd0cc40bc41.tar.gz",
"name": "simargs",
"tar_url": "https://github.com/jiacai2050/simargs/archive/1003b5cbfb3a745ec997327354d06cd0cc40bc41.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/jiacai2050/simargs"
},
{
"commit": "7b2fe71322... | Spoke
The universal data connector <a>spoke.sh</a>.
A local first development environment that brings a git like experience to data engineering
and reactive applications.
Development
Start a <code>nix</code> dev shell
<code>shell
nix develop -c $SHELL</code>
Install npm package:
<code>shell
nix run .#ui.instal... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | xwin-zig-test | kassane/xwin-zig-test | 2023-06-21T18:50:06Z | Testing Zig with xwin - Microsoft CRT headers and libraries + Windows SDK headers and libraries | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/kassane/xwin-zig-test/tags | BSD-3-Clause | [
"cross-compile",
"llvm",
"msvc",
"msvcrt",
"rust",
"ucrt",
"windows-sdk",
"xwin",
"zig"
] | 27 | false | 2025-05-21T16:58:29Z | true | false | unknown | github | [] | Zig with XWin (Experimental)
What is <a>xwin</a>?
A utility for downloading and packaging the Microsoft CRT headers and libraries, and Windows SDK headers and libraries needed for compiling and linking programs targeting Windows.
Note
It's important to remind that the libraries and headers are owned by Microsoft.
T... | [] |
https://avatars.githubusercontent.com/u/680789?v=4 | zodbc | rupurt/zodbc | 2024-02-01T17:08:59Z | A blazing fast ODBC Zig client | main | 0 | 6 | 2 | 6 | https://api.github.com/repos/rupurt/zodbc/tags | MIT | [
"apache-arrow",
"odbc",
"performance",
"zig"
] | 128 | false | 2024-09-25T15:27:49Z | true | true | 0.12.0 | github | [
{
"commit": "beff935fe77a0ed794e8727d48e7780485abb880.tar.gz",
"name": "zig-cli",
"tar_url": "https://github.com/sam701/zig-cli/archive/beff935fe77a0ed794e8727d48e7780485abb880.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/sam701/zig-cli"
}
] | zodbc
A blazing fast ODBC Zig client
```console
<blockquote>
zodbc -h
zodbc
</blockquote>
USAGE:
zodbc [OPTIONS]
COMMANDS:
sql
dump
load
tables
table-privileges
columns
column-privileges
special-columns
primary-keys
foreign-keys
statistics
data-sources
functions
procedures
procedure... | [] |
https://avatars.githubusercontent.com/u/135145066?v=4 | cron | dying-will-bullet/cron | 2023-06-05T05:25:50Z | Cron library for Zig | master | 1 | 6 | 3 | 6 | https://api.github.com/repos/dying-will-bullet/cron/tags | MIT | [
"cron",
"cron-expression-parser",
"cron-parser",
"cronjob",
"crontab",
"zig",
"ziglang"
] | 48 | false | 2025-04-23T09:38:20Z | true | true | unknown | github | [
{
"commit": "master",
"name": "datetime",
"tar_url": "https://github.com/frmdstryr/zig-datetime/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/frmdstryr/zig-datetime"
}
] | cron ⏳
<a></a>
<strong>NOTE: The minimum supported Zig version for the current master branch is 0.14.</strong>
This library aims to provide a way to parse crontab schedule entries and determine the next execution time.
Supported format
| Field Name | Mandatory | Allowed Values | Default Value | Allowed Spec... | [] |
https://avatars.githubusercontent.com/u/15014128?v=4 | cetech1 | cyberegoorg/cetech1 | 2023-09-30T09:31:29Z | Yet another experimental game engine but now in Zig. Reincarnation of https://github.com/cyberegoorg/cetech | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/cyberegoorg/cetech1/tags | WTFPL | [
"cetech1",
"experimental",
"game-engine",
"zig"
] | 43,182 | false | 2025-04-07T18:20:17Z | true | true | 0.14.0 | github | [
{
"commit": null,
"name": "cetech1",
"tar_url": null,
"type": "relative",
"url": "public/"
},
{
"commit": null,
"name": "editor",
"tar_url": null,
"type": "relative",
"url": "modules/editor/editor"
},
{
"commit": null,
"name": "editor_asset",
"tar_url": nu... | CETech 1
<a></a>
<a></a>
Yet another experimental game engine but now in <a>zig</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>
Work in progressssssssssssss
</blockquote>
<a>Getting started</a>
<a>Docu... | [
"https://github.com/cyberegoorg/cetech1"
] |
https://avatars.githubusercontent.com/u/41730?v=4 | temp.zig | abhinav/temp.zig | 2024-01-21T15:34:42Z | Create temporary files and directories | main | 1 | 6 | 3 | 6 | https://api.github.com/repos/abhinav/temp.zig/tags | BSD-3-Clause | [
"zig"
] | 28 | false | 2025-03-06T06:07:23Z | true | true | unknown | github | [] | 🗑️ temp.zig <a></a> <a></a>
Cross-platform temporary files and directories in Zig.
Features
<ul>
<li>Temporary files and directories in any location</li>
<li>Retain temporary artifacts on an opt-in basis</li>
<li>Customize naming schemes</li>
</ul>
Supported operating systems:
Unix-like systems and Windows.
API re... | [] |
https://avatars.githubusercontent.com/u/12962448?v=4 | tgz | star-tek-mb/tgz | 2023-05-29T19:30:15Z | telegram bot library for zig | master | 0 | 6 | 0 | 6 | https://api.github.com/repos/star-tek-mb/tgz/tags | - | [
"telegram-bot",
"zig"
] | 74 | false | 2025-04-15T00:19:50Z | true | false | unknown | github | [] | Overview
tgz - zig library for telegram bots
Goals
<ul>
<li>
be fast at runtime
</li>
<li>
be fast at comptime
</li>
</ul>
Zig's current http/https client API is unstable. And also requires a lot of time to compile.
Initial idea was to parse JSON to structs, but it have been hurting compile time.
So decision was... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-iso-639-languages | nektro/zig-iso-639-languages | 2023-11-01T04:52:15Z | Zig package for ISO 639 Language codes | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/nektro/zig-iso-639-languages/tags | 0BSD | [
"zig",
"zig-package"
] | 11 | false | 2025-05-21T20:33:16Z | true | false | unknown | github | [] | zig-iso-639-languages
<a></a>
<a></a>
<a></a>
<a></a>
ISO 639 Language codes
https://www.iso.org/iso-639-language-codes.html | [] |
https://avatars.githubusercontent.com/u/3117019?v=4 | imaginarium | Khitiara/imaginarium | 2024-01-18T00:03:26Z | OSDev Experiments In Zig | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/Khitiara/imaginarium/tags | MPL-2.0 | [
"bootboot",
"osdev",
"zig"
] | 1,479 | false | 2025-05-19T01:19:16Z | true | true | unknown | github | [
{
"commit": null,
"name": "zuid",
"tar_url": null,
"type": "relative",
"url": "libs/zuid/"
},
{
"commit": "master",
"name": "limine",
"tar_url": "https://github.com/limine-bootloader/limine/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/limine-bootlo... | imaginarium
OSDev Experiments In Zig | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | forro | jedisct1/forro | 2023-05-29T21:34:31Z | Forró : ARX-based cipher with faster diffusion than ChaCha. | master | 0 | 5 | 2 | 5 | https://api.github.com/repos/jedisct1/forro/tags | NOASSERTION | [
"arx",
"chacha20",
"cipher",
"forro",
"salsa20",
"zig",
"zig-package"
] | 7 | false | 2025-04-17T23:55:14Z | true | false | unknown | github | [] | Forró cipher
Forró is an ARX-based cipher, similar to Salsa and ChaCha, but with faster diffusion.
Ref: <a>Latin Dances Reloaded: Improved Cryptanalysis Against Salsa and ChaCha, and the Proposal of Forró</a>
This is an implementation for Zig. | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-ascon | jedisct1/zig-ascon | 2023-03-01T21:19:53Z | Ascon AEAD in Zig. | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/jedisct1/zig-ascon/tags | - | [
"aead",
"ascon",
"ascon128a",
"crypto",
"nist",
"zig",
"zig-package"
] | 2 | false | 2025-04-17T23:55:41Z | true | false | unknown | github | [] | Ascon128a AEAD for Zig
Ascon is the winner of the NIST lightweight crypto competition, and is being standardized by NIST.
Does it make sense to use it on desktop/server-class CPUs? It does. When running WebAssembly.
On WebAssembly, it is significantly faster than ChaChaPoly, and doesn't have any of the side channels... | [] |
https://avatars.githubusercontent.com/u/96352918?v=4 | wwise-zig | Cold-Bytes-Games/wwise-zig | 2023-05-23T19:24:46Z | Zig bindings to Audiokinetic Wwise | v2023.1 | 2 | 5 | 0 | 5 | https://api.github.com/repos/Cold-Bytes-Games/wwise-zig/tags | NOASSERTION | [
"audiokinetic-wwise",
"wwise",
"zig",
"zig-package"
] | 626 | false | 2024-07-02T20:01:06Z | true | true | unknown | github | [] | wwise-zig - Zig bindings to Audiokinetic Wwise (2023.1.9)
This package implement a native <a>Zig</a> binding for <a>Audiokinetic Wwise</a>. The included C binding is designed only to be used by the Zig binding. If you want to expand the C binding to be fully functional please submit any pull requests.
Each function n... | [] |
https://avatars.githubusercontent.com/u/121278?v=4 | servers-benchmark | diegopacheco/servers-benchmark | 2023-09-19T07:47:18Z | 🚀 Servers Benchmark: Simple POC to benchmark servers and languages. | main | 0 | 5 | 19 | 5 | https://api.github.com/repos/diegopacheco/servers-benchmark/tags | Unlicense | [
"benchmark",
"bun",
"clojure",
"cpp",
"deno",
"elixr-lang",
"go",
"graalvm",
"haskell",
"java",
"java-21",
"julia",
"nim",
"nodejs",
"performance",
"python",
"ruby",
"rust",
"v",
"zig"
] | 26,159 | false | 2024-09-27T02:24:26Z | false | false | unknown | github | [] | 🚀 Servers Benchmark
<ul>
<li>1 - Java 20 - Tomcat 10.1</li>
<li>2 - Java 20 - Netty 4</li>
<li>3 - Java 20 - Netty 4 Reactive</li>
<li>4 - Java 21 - Netty 4 - GraalVM 21 - Boot 3x</li>
<li>5 - Java 20 - Undertow</li>
<li>6 - Java 20 - Micronaut</li>
<li>7 - Java 20 - Quarkus</li>
<li>8 - Java 21 - Smart Http</... | [] |
https://avatars.githubusercontent.com/u/39000560?v=4 | vk-kickstart | mikastiv/vk-kickstart | 2024-02-05T16:12:17Z | Vulkan initialization library | main | 0 | 5 | 1 | 5 | https://api.github.com/repos/mikastiv/vk-kickstart/tags | NOASSERTION | [
"helpers-library",
"initialization",
"vulkan",
"vulkan-library",
"zig",
"ziglang"
] | 527 | false | 2025-02-10T21:25:34Z | true | true | unknown | github | [
{
"commit": "e43d635893de4c8b89d5ca8aa142984872b7e68f",
"name": "vulkan",
"tar_url": "https://github.com/Snektron/vulkan-zig/archive/e43d635893de4c8b89d5ca8aa142984872b7e68f.tar.gz",
"type": "remote",
"url": "https://github.com/Snektron/vulkan-zig"
}
] | <code>vk-kickstart</code>
A Zig library to help with Vulkan initialization inspired by <a>vk-bootstrap</a>
The minimum required version is Vulkan 1.1
This library helps with:
- Instance creation
- Setting up debug environment (validation layers and debug messenger)
- Physical device selection based on a set of crite... | [] |
https://avatars.githubusercontent.com/u/8588690?v=4 | itcc | themanyone/itcc | 2023-04-10T20:52:18Z | A RAD new way to program: simple, light-weight read-eval-print loop (REPL)s for C, C++, Rust, Hare, Zig, Go, and Crap... | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/themanyone/itcc/tags | GPL-2.0 | [
"contest",
"go",
"golang",
"hare",
"interactive",
"programming",
"python",
"rad",
"repl",
"rust",
"zig"
] | 379 | false | 2025-03-30T00:43:33Z | false | false | unknown | github | [] | Interactive TCC
Make programming fun like Python.
An command-line shell for C, C++, Rust, Hare, Go, Zig, and the concise, regex-aware
CPP (CRAP). Also known as an evaluation context, or read-eval-print loop (REPL), this revolutionary shell tool allows programmers to type commands in a variety of compiled
langauges a... | [] |
https://avatars.githubusercontent.com/u/463136?v=4 | zig-osc | guidoschmidt/zig-osc | 2023-07-22T12:40:08Z | zig OSC package | main | 1 | 5 | 0 | 5 | https://api.github.com/repos/guidoschmidt/zig-osc/tags | MIT | [
"multimedia",
"multimedia-tools",
"open-sound-control",
"opensoundcontrol",
"osc",
"zig"
] | 59 | false | 2025-05-20T20:17:28Z | true | true | unknown | github | [
{
"commit": "8db1aa2f5efdf1e2ff6dd5f5f8efe1b4f44ff978.tar.gz",
"name": "network",
"tar_url": "https://github.com/MasterQ32/zig-network/archive/8db1aa2f5efdf1e2ff6dd5f5f8efe1b4f44ff978.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/MasterQ32/zig-network"
}
] | <a></a>
zig-osc
Open Sound Control package for <a>zig</a>
Features
<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 disabled></input> OSC Me... | [] |
https://avatars.githubusercontent.com/u/116503189?v=4 | rezolve | nylvon/rezolve | 2023-12-18T23:33:02Z | ReZolve is a symbolic computer algebra system that acts as a mathematical compiler written in Zig. | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/nylvon/rezolve/tags | MIT | [
"algebra",
"algebra-system",
"computer-algebra-calculus",
"computer-algebra-system",
"math",
"mathematics",
"maths",
"solver",
"symbolic",
"symbolic-computation",
"zig",
"ziglang"
] | 140 | false | 2025-01-05T21:35:01Z | true | false | unknown | github | [] | rezolve
ReZolve is a symbolic computer algebra system that acts as a mathematical compiler written in Zig. | [] |
https://avatars.githubusercontent.com/u/184591186?v=4 | sh1107 | charlottia/sh1107 | 2023-03-12T05:12:36Z | SH1107 OLED (I²C) driver, plus virtual hardware testbench. | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/charlottia/sh1107/tags | - | [
"amaranth",
"amaranth-hdl",
"cxxrtl",
"fpga",
"i2c",
"icebreaker",
"oled",
"sh1107",
"zig"
] | 3,672 | false | 2025-03-30T00:50:33Z | false | false | unknown | github | [] | sh1107
This repository is a testbed for exploring <a>Amaranth</a> while learning digital
design. It consists of a basic driver for SH1107-type OLEDs over I²C such as the
<a>Pimoroni 1.12" 128x128 monochrome OLED</a>, a read/write I²C
controller, plus a simple SPI flash reader. The driver supports commands akin to
old ... | [] |
https://avatars.githubusercontent.com/u/88196711?v=4 | codotaku_image_viewer | CodesOtakuYT/codotaku_image_viewer | 2023-04-02T17:09:54Z | Tiny fast cross platform image viewer | master | 0 | 5 | 2 | 5 | https://api.github.com/repos/CodesOtakuYT/codotaku_image_viewer/tags | MIT | [
"fast",
"image-viewer",
"raylib",
"raylib-zig",
"tiny",
"zig",
"ziglang"
] | 69 | false | 2024-06-08T16:40:13Z | true | false | unknown | github | [] | Codotaku Image Viewer 0.1.0
A tiny fast simple cross platform open source image viewer made using Ziglang and Raylib.
No GUI, so you can focus on viewing the images!
Around 1 mb executable with support for most popular image formats even PSD!
- import multiple images or directories recursively by dropping them into th... | [] |
https://avatars.githubusercontent.com/u/125603463?v=4 | zig-json | brochweb/zig-json | 2023-02-16T19:27:00Z | zig-json is a zig program with an optimized JSON parsing implementation. | main | 0 | 5 | 1 | 5 | https://api.github.com/repos/brochweb/zig-json/tags | BSD-3-Clause | [
"json",
"zig"
] | 47,855 | false | 2024-11-21T18:12:08Z | true | false | unknown | github | [] | zig-json
<code>zig-json</code> is a zig program with an optimized JSON parsing implementation. It only parses to a <code>JsonValue</code> enum, not to a Zig struct, but it ends up being around twice as fast as <code>std.json.Parser</code> on some benchmarks.
This is a research project, it is not tested for production... | [] |
https://avatars.githubusercontent.com/u/45130910?v=4 | ubik | Ratakor/ubik | 2023-09-06T13:23:52Z | A kernel | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/Ratakor/ubik/tags | ISC | [
"kernel",
"zig"
] | 598 | false | 2024-11-05T16:55:18Z | true | true | unknown | github | [
{
"commit": "master.tar.gz",
"name": "limine",
"tar_url": "https://github.com/48cf/limine-zig/archive/master.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/48cf/limine-zig"
}
] | Ubik
A kernel
TODO
<ul>
<li>Rework VMM -> rework sched -> work on VFS -> work on ELF</li>
<li>Add a checklist/roadmap</li>
<li>Move tty and drivers out of kernel space</li>
<li>Replace json with zon</li>
<li>Replace unreachable with @panic</li>
<li>Provide compatibility with Linux ABI</li>
<li>Support RISC-V... | [] |
https://avatars.githubusercontent.com/u/20910059?v=4 | zig_TermCurs | AS400JPLPC/zig_TermCurs | 2023-06-09T18:49:27Z | Terminal access function Zig-Lang and Generator | master | 1 | 5 | 0 | 5 | https://api.github.com/repos/AS400JPLPC/zig_TermCurs/tags | MIT | [
"curses-library",
"generator",
"linux",
"terminal",
"zig",
"zig-lang"
] | 31,713 | false | 2025-04-15T18:59:29Z | false | false | unknown | github | [] | zig_TermCurs
terminal access function
<strong>zig 0.14.0</strong>
<strong>Major library restructuring:</strong>
remove library
Libtui (curse, log, calling, crypt, mmap,regex)
Libznd (decimal,field,date)
libsql currently only includes sqlite, postgresql to follow
All builds have been changed accordingly
The aim i... | [] |
https://avatars.githubusercontent.com/u/80269251?v=4 | Sudoku | nilostolte/Sudoku | 2023-03-08T16:51:28Z | Simple 9x9 Sudoku brute force solver with intrinsic parallel candidate set processing using bits to represent digits in the [1, 9] range, and bitwise operations to test a candidate against the candidate set, all at once. | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/nilostolte/Sudoku/tags | - | [
"bitwise-operators",
"brute-force-algorithm",
"c",
"java",
"optmization",
"sudoku",
"zig"
] | 275 | false | 2025-04-17T12:14:00Z | false | false | unknown | github | [] |
Sudoku
Simple 9x9 Sudoku brute force solver with intrinsic parallel candidate set processing using bits to represent digits in the [1, 9] range, and bitwise operations to test a candidate against the candidate set, all at once.
It can be upgraded for 16x16 or 25x25 grids.
The algorithm was implemented in <a>Java</... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-js | nektro/zig-js | 2023-11-20T20:54:33Z | [WIP] An ECMAScript module for Zig. | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/nektro/zig-js/tags | MPL-2.0 | [
"zig",
"zig-package"
] | 388 | false | 2025-05-21T20:33:35Z | true | false | unknown | github | [] | zig-js
<a></a>
<a></a>
<a></a>
<a></a>
An ECMAScript module for Zig. Currently includes a parser.
Progress
<code>Build Summary: 3/7 steps succeeded; 3 failed; 3643/4696 tests passed; 16 skipped; 1037 failed
test transitive failure
├─ run test 1817/1984 passed, 159 failed, 8 skipped
│ └─ zig test Debug native succ... | [] |
https://avatars.githubusercontent.com/u/5885545?v=4 | monkey-lang | JacobCrabill/monkey-lang | 2023-05-24T14:21:35Z | An implementation of the Monkey programming language in Zig | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/JacobCrabill/monkey-lang/tags | MIT | [
"interpreter",
"monkey-programming-language",
"zig"
] | 134 | false | 2025-03-17T02:34:05Z | true | false | unknown | github | [] | Monkey Interpreter in Zig
An implementation of the Monkey programming language in Zig
Following Thorsten Ball's <a>"Writing An Interpreter in Go"</a>
Status
The lexer and parser are working to some extent; to run tests, do:
- Lexer: <code>zig build test-lexer -fsummary</code>
- Parser: <code>zig build test-parser -f... | [] |
https://avatars.githubusercontent.com/u/109168613?v=4 | larZig | Bunland/larZig | 2023-12-07T04:57:21Z | Lar javascript runtime | main | 0 | 5 | 1 | 5 | https://api.github.com/repos/Bunland/larZig/tags | - | [
"javascript",
"javascriptcore",
"runtime",
"zig"
] | 5,707 | false | 2024-11-27T08:42:13Z | true | false | unknown | github | [] | Lar Runtime
A javascript runtime written in zig that uses javascriptcore as the javascript engine.
Api List
Console Api Status
<code>typescript
console.assert(value[, ...message]) // ready
console.clear() // ready
console.count([label]) // ready
console.countReset([label]) // ready
console.debug(data[, ...ar... | [] |
https://avatars.githubusercontent.com/u/43040593?v=4 | 9p-zig | dantecatalfamo/9p-zig | 2023-03-13T05:37:27Z | 9P2000 protocol implemented in zig | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/dantecatalfamo/9p-zig/tags | MIT | [
"9p",
"9p2000",
"filesystem",
"plan9",
"protocol",
"zig",
"zig-library",
"zig-package"
] | 41 | false | 2025-02-19T06:18:06Z | true | false | unknown | github | [] | 9p-zig
9P2000 protocol client/server implemented in zig
Files
<ul>
<li><code>src/main.zig</code> - Test case</li>
<li><code>src/9p.zig</code> - Library</li>
<li><code>u9fs-server.sh</code> - Test server script</li>
</ul>
Example
Client
```zig
const std = @import("std");
const debug = std.debug;
const z9p = @import... | [] |
https://avatars.githubusercontent.com/u/6128108?v=4 | rit | micahswitzer/rit | 2023-05-07T22:51:58Z | RISC-V InTerpreter, soon to be RISC-V jIT-er | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/micahswitzer/rit/tags | - | [
"risc-v",
"zig"
] | 19 | false | 2024-05-30T20:34:16Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/6136245?v=4 | zig-base32 | jsign/zig-base32 | 2023-12-31T13:41:08Z | base32 encoding & decoding | main | 0 | 4 | 1 | 4 | https://api.github.com/repos/jsign/zig-base32/tags | MIT | [
"base32",
"encoding",
"zig"
] | 17 | false | 2025-02-06T06:19:13Z | true | true | unknown | github | [] | zig-base32
base32 encoding & decoding heavily inspired by <code>std.base64</code>.
License
MIT. | [] |
https://avatars.githubusercontent.com/u/14016168?v=4 | zig-xed | silversquirl/zig-xed | 2024-01-23T03:59:31Z | Intel X86 Encoder Decoder library, as a Zig package | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/silversquirl/zig-xed/tags | Apache-2.0 | [
"assembly",
"x86",
"x86-64",
"x86-assembly",
"zig",
"zig-package"
] | 2,880 | false | 2025-04-09T06:14:34Z | true | true | unknown | github | [] | Zig package for Intel XED
This package compiles Intel's X86 Encoder Decoder library using the Zig build system.
There is no dependency on Python; all generated code is committed into this repository directly. | [] |
https://avatars.githubusercontent.com/u/41730?v=4 | txtar.zig | abhinav/txtar.zig | 2023-12-26T12:36:24Z | Simple, readable format for storing multiple files together. | main | 1 | 4 | 0 | 4 | https://api.github.com/repos/abhinav/txtar.zig/tags | BSD-3-Clause | [
"zig",
"zig-library"
] | 43 | false | 2025-05-12T03:41:45Z | true | true | unknown | github | [] | 🗃️ txtar.zig <a></a> <a></a>
txtar.zig is a Zig library for interfacing with the <a>txtar format</a>.
API reference
Auto-generated API Reference for the library is available at
<a>https://abhinav.github.io/txtar.zig/</a>.
Note that Zig's autodoc is currently in beta.
Some links may be broken in the generated websi... | [] |
https://avatars.githubusercontent.com/u/28966224?v=4 | zvm | weskoerber/zvm | 2024-02-07T20:24:24Z | Zig Version Manager - POSIX-compliant shell script to manage multiple active Zig versions. | main | 5 | 4 | 0 | 4 | https://api.github.com/repos/weskoerber/zvm/tags | MIT | [
"version-manager",
"zig",
"ziglang"
] | 123 | false | 2025-01-02T21:03:33Z | false | false | unknown | github | [] | zvm - Zig Version Manager
A script to manage your <a>Zig</a> versions.
Features
<ul>
<li>Single POSIX-compliant shell script</li>
<li>Shell completions (bash, zsh)</li>
<li>Few dependencies (you probably have them installed already)</li>
</ul>
Getting Started
First, make sure <code>ZVM_BIN</code> is on your <code... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | docker-zig | kassane/docker-zig | 2023-08-24T14:30:33Z | Minimal Container to use Zig toolchain | main | 2 | 4 | 0 | 4 | https://api.github.com/repos/kassane/docker-zig/tags | MIT | [
"docker",
"docker-image",
"docker-images",
"docker-multiarch",
"dockerfile",
"zig"
] | 53 | false | 2025-04-28T20:25:23Z | false | false | unknown | github | [] | Docker-Zig
<strong>DockerHub:</strong> https://hub.docker.com/u/kassany
Minimal Container to use Zig toolchain. Downloaded by <a>zigup</a> (Thx <a>@marler8997</a>)
Tags = version
<ul>
<li><code>latest</code>: <code>master</code></li>
<li><code>0.11.0</code>: <code>0.11.0</code></li>
<li><code>0.12.0</code>: <code>0.... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-UrlValues | nektro/zig-UrlValues | 2023-02-28T04:20:36Z | null | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/nektro/zig-UrlValues/tags | MIT | [
"zig",
"zig-package"
] | 21 | false | 2025-05-21T20:33:32Z | true | false | unknown | github | [] | zig-UrlValues
<a></a>
<a></a>
<a></a>
<a></a>
A Zig type for parsing <code>application/x-www-form-urlencoded</code> HTTP <form> data which can then be accessed with an API inspired by <a>URLSearchParams</a> | [] |
https://avatars.githubusercontent.com/u/40350332?v=4 | minimd-zig | Chanyon/minimd-zig | 2023-04-05T14:34:03Z | simple markdown parser | main | 0 | 4 | 1 | 4 | https://api.github.com/repos/Chanyon/minimd-zig/tags | MPL-2.0 | [
"markdown",
"markdown-parser",
"markdown-zig",
"zig",
"zig-package",
"ziglang"
] | 117 | false | 2025-04-27T01:38:51Z | true | true | unknown | github | [
{
"commit": "c2ab7370004843db38094c708e82d191b2912399.tar.gz",
"name": "uuid",
"tar_url": "https://github.com/Chanyon/zig-uuid/archive/c2ab7370004843db38094c708e82d191b2912399.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Chanyon/zig-uuid"
},
{
"commit": "9ce0b13e6b0008796... | simple-markdown-parse
Markdown Grammar
<ul>
<li>headline
<code># heading1 => <h1></h1>
## heading2 => <h2></h2>
### heading3 => <h3></h3>
#### heading4 => <h4></h4>
##### heading5 => <h5></h5>
###### heading6 => <h... | [] |
https://avatars.githubusercontent.com/u/5870990?v=4 | nonograms | ianprime0509/nonograms | 2023-03-28T03:21:13Z | A Nonograms game for GNOME | main | 8 | 4 | 0 | 4 | https://api.github.com/repos/ianprime0509/nonograms/tags | 0BSD | [
"game",
"gnome",
"nonograms",
"zig"
] | 378 | false | 2025-03-26T03:24:43Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "gobject",
"tar_url": "https://github.com/ianprime0509/zig-gobject/releases/download/v0.3.0/bindings-gnome47.tar.zst/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/ianprime0509/zig-gobject/releases/download/v0.3.0/bindings-gnome47.tar.zst"
},... | Nonograms
A WIP <a>Nonograms</a> game written using Zig
and GTK.
This project is often used as a testing ground for new
<a>zig-gobject</a> changes, so it is
not guaranteed that it will always be buildable from scratch (the zig-gobject
dependency may refer to a relative path to a custom local build). This will
change ... | [] |
https://avatars.githubusercontent.com/u/30719925?v=4 | yatlc | jsfpdn/yatlc | 2023-03-11T19:14:12Z | yet-another-toy-language compiler | main | 0 | 4 | 1 | 4 | https://api.github.com/repos/jsfpdn/yatlc/tags | - | [
"compiler",
"llvm",
"zig"
] | 638 | false | 2024-09-27T10:57:06Z | true | false | unknown | github | [] | yatlc: yet-another-toy-language compiler
<blockquote>
This is a repository for the yatl compiler, a project for a compiler course.
yatlc is written in <a>Zig 0.11.0</a> and uses LLVM.
</blockquote>
<strong>yatl is an imperative, statically typed, lexically scoped and memory-unsafe language.</strong>
Sample code can b... | [] |
https://avatars.githubusercontent.com/u/122347252?v=4 | nats-client | epicyclic-dev/nats-client | 2023-08-14T06:40:44Z | NATS client for zig (currently a wrapper around NATS.c). Mirror of https://crux.epicyclic.dev/factotum/nats.zig | master | 0 | 4 | 2 | 4 | https://api.github.com/repos/epicyclic-dev/nats-client/tags | Apache-2.0 | [
"nats-client",
"zig"
] | 1,944 | false | 2025-03-19T02:35:04Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "nats_c",
"tar_url": "https://github.com/allyourcodebase/nats.c/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/allyourcodebase/nats.c"
}
] | NATS - Zig Client
This is a Zig client library for the <a>NATS messaging system</a>. It's currently a thin wrapper over <a>NATS.c</a>, which is included and automatically built as part of the package.
There are three main goals:
<ol>
<li>Provide a Zig package that can be used with the Zig package manager.</li>
<li>Pr... | [] |
https://avatars.githubusercontent.com/u/70587974?v=4 | zig-soroban-sdk | heytdep/zig-soroban-sdk | 2023-08-04T13:12:16Z | Zig SDK for writing Soroban smart contracts | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/heytdep/zig-soroban-sdk/tags | - | [
"blockchain",
"soroban",
"zig"
] | 43 | false | 2024-08-15T12:19:20Z | true | false | unknown | github | [] | zig-soroban-sdk
Zig SDK for writing <a>Soroban</a> contracts.
Why a Zig SDK for Soroban?
Introducing a Zig SDK offers distinct advantages: zig provides an exceptional level of control over their code (for example carefully choosing performance or safety for every operation depending on the needs). Moreover, Zig's fi... | [] |
https://avatars.githubusercontent.com/u/6136245?v=4 | zig-eth-secp256k1 | jsign/zig-eth-secp256k1 | 2023-10-28T12:37:46Z | A Zig libsecp256k1 wrapper with bells and whistles for Ethereum | main | 1 | 4 | 3 | 4 | https://api.github.com/repos/jsign/zig-eth-secp256k1/tags | MIT | [
"cryptography",
"ethereum",
"secp256k1",
"zig"
] | 214 | false | 2025-05-13T15:20:40Z | true | true | unknown | github | [] | zig-eth-secp256k1
A Zig libsecp256k1 wrapper with bells and whistles for Ethereum | [] |
https://avatars.githubusercontent.com/u/45130910?v=4 | 2048.zig | Ratakor/2048.zig | 2023-08-22T02:14:33Z | 2048 in zig | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/Ratakor/2048.zig/tags | ISC | [
"2048",
"2048-game",
"zig"
] | 463 | false | 2024-11-04T20:10:17Z | true | false | unknown | github | [] | 2048.zig
2048 in zig with undo, automatic save and other cool stuff
Installation
Pick one of the release or build it yourself ;)
To build have a look at <code>zig build --help</code> or just run
<code>zig build -Doptimize=ReleaseSafe</code> the executable will be at zig-out/bin/2048.
Available on the <a>AUR</a>!
... | [] |
https://avatars.githubusercontent.com/u/155341942?v=4 | learning-zig-karlseguin | jkitajima/learning-zig-karlseguin | 2024-01-01T19:57:39Z | Brazilian Portuguese translation of "Learning Zig" blog series by Karl Seguin | main | 0 | 4 | 1 | 4 | https://api.github.com/repos/jkitajima/learning-zig-karlseguin/tags | CC-BY-SA-4.0 | [
"blog",
"ebook",
"pt-br",
"translation",
"zig"
] | 69 | false | 2025-03-21T20:16:45Z | false | false | unknown | github | [] | Aprendendo Zig
Este repositório contém os arquivos de tradução do livro "Learning Zig", escrito por <a>Karl Seguin</a>
<blockquote>
This repository contains the translation files of the book "Learning Zig," written by Karl Seguin
</blockquote>
Versão original
A série de publicações "Learning Zig" foi originalmente ... | [] |
https://avatars.githubusercontent.com/u/72305366?v=4 | zchat | zigster64/zchat | 2023-06-21T01:20:10Z | Experiment using the eventSource API to do realtime comms with web clients, without the need for websockets | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/zigster64/zchat/tags | MIT | [
"chat",
"cuniform",
"zig"
] | 662 | false | 2025-02-22T05:37:02Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "http",
"tar_url": "https://github.com/zigster64/http.zig/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/zigster64/http.zig"
}
] | zchat
Experiment using the eventSource API to do realtime comms with web clients, without the need for websockets
Click on any Cuniform (or Emoji) to transmit the data for that code.
Click on any PAIR of Hexidecimal values to combine them and transmit the character for that combined code.
Click 00 to reset the ch... | [] |
https://avatars.githubusercontent.com/u/61315998?v=4 | tomlz | eddineimad0/tomlz | 2023-11-03T17:22:54Z | A Toml Parser written in zig | main | 2 | 4 | 2 | 4 | https://api.github.com/repos/eddineimad0/tomlz/tags | MIT | [
"parser",
"toml",
"toml-parser",
"zig",
"zig-package"
] | 1,498 | false | 2025-05-06T09:52:40Z | true | true | 0.14.0 | github | [] | A TOML parser written in zig that targets v1.0 specs of TOML.
Supported zig versions
✅ <a>0.14.0</a>
Test suite coverage
<a>toml-test</a> is a language-agnostic test suite to verify the correctness of TOML parsers and writers.
The parser fails 2 tests in the invalid set that involves dotted keys, the 2 tests expec... | [
"https://github.com/javiorfo/ztatusbar",
"https://github.com/paoda/zba"
] |
https://avatars.githubusercontent.com/u/25565268?v=4 | kzigg | spiral-ladder/kzigg | 2024-01-07T05:14:28Z | KZG polynomial commitments in Zig | main | 0 | 4 | 2 | 4 | https://api.github.com/repos/spiral-ladder/kzigg/tags | Apache-2.0 | [
"crypto",
"eip-4844",
"ethereum",
"kzg",
"zig",
"zk"
] | 243 | false | 2024-10-14T16:47:07Z | true | false | unknown | github | [] | KZG Polynomial Commitments
An implementation of <a><strong>KZ</strong>ig<strong>G</strong> polynomial commitments</a> in Zig, using <a><code>blst</code></a> as the backend via Zig's C interop.
Heavily based on <a>c-kzg-4844</a>.
<em>Disclaimer: this repository is me learning how KZG and 4844 works underneath and is ... | [] |
https://avatars.githubusercontent.com/u/55436060?v=4 | zig-regex-oniguruma | arats-io/zig-regex-oniguruma | 2023-11-12T12:35:48Z | Zig Regex Wrapper for Oniguruma | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/arats-io/zig-regex-oniguruma/tags | MIT | [
"regex",
"zig",
"zig-package"
] | 7 | false | 2025-01-30T23:31:09Z | true | true | 0.13.0 | github | [] | Zig RegEx wrapper for Oniguruma
Using https://github.com/kkos/oniguruma.
Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages.
Usage
Include the libregex-oniguruma into the <code>buil... | [] |
https://avatars.githubusercontent.com/u/135145066?v=4 | base64-simd | dying-will-bullet/base64-simd | 2023-07-02T03:41:49Z | SIMD Base64 encoder/decoder, support streaming | master | 1 | 4 | 2 | 4 | https://api.github.com/repos/dying-will-bullet/base64-simd/tags | BSD-2-Clause | [
"base64",
"simd",
"zig",
"zig-library",
"ziglang"
] | 32 | false | 2025-01-03T17:01:53Z | true | true | unknown | github | [] | base64-simd 🚀
<a></a>
Make base64 encoding/decoding faster and simpler.
This is a Zig binding for <a>aklomp/base64</a>,
accelerated with SIMD. It could encode at 1.45 times the speed of the standard library.
<ul>
<li><a>Getting Started</a></li>
<li><a>API Reference</a></li>
<li><a>b64encode</a><ul>
<li><a>Exampl... | [] |
https://avatars.githubusercontent.com/u/47845580?v=4 | zigo | nopdan/zigo | 2023-09-12T15:36:02Z | Download and manage Zig compilers. | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/nopdan/zigo/tags | MIT | [
"zig"
] | 41 | false | 2023-09-25T20:51:20Z | false | false | unknown | github | [] | zigo
<a></a>
<a></a>
Download and manage Zig compilers.
<code>zigo</code> is a dependency free binary program.
<blockquote>
Inspired by <a>zigup</a>, <a>zvm</a>, <a>scoop</a>
</blockquote>
Install
<ul>
<li>Download from <a>releases</a>.</li>
</ul>
<code>sh
unzip ./zigo-linux-amd64.zip
chmod +x ./zigo
./zigo</c... | [] |
https://avatars.githubusercontent.com/u/63115601?v=4 | libuv-zig | lithdew/libuv-zig | 2023-07-30T10:09:02Z | A fork of libuv packaged for Zig. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/lithdew/libuv-zig/tags | - | [
"zig"
] | 1,504 | false | 2025-01-19T09:42:06Z | true | false | unknown | github | [] | libuv-zig
This is a fork of <a>libuv</a> packaged for Zig. The build system has been replaced with <code>build.zig</code>. | [] |
https://avatars.githubusercontent.com/u/71920313?v=4 | xcb.zig | MidstallSoftware/xcb.zig | 2024-01-22T22:25:53Z | Xcb for Zig | master | 4 | 4 | 1 | 4 | https://api.github.com/repos/MidstallSoftware/xcb.zig/tags | GPL-3.0 | [
"xcb",
"xcb-bindings",
"zig"
] | 123 | false | 2025-03-08T00:05:49Z | true | true | unknown | github | [
{
"commit": null,
"name": "libxcb",
"tar_url": null,
"type": "remote",
"url": "https://gitlab.freedesktop.org/xorg/lib/libxcb/-/archive/libxcb-1.16/libxcb-libxcb-1.16.tar.gz"
},
{
"commit": null,
"name": "xcbproto",
"tar_url": null,
"type": "remote",
"url": "https://gitla... | xcb.zig
Xcb for Zig | [] |
https://avatars.githubusercontent.com/u/16236219?v=4 | dylanlangston.com | dylanlangston/dylanlangston.com | 2024-01-20T21:53:17Z | Source code for my personal site 😎 | main | 26 | 4 | 0 | 4 | https://api.github.com/repos/dylanlangston/dylanlangston.com/tags | MIT | [
"aws",
"github-actions",
"personal-website",
"rust",
"svelte",
"tailwindcss",
"typescript",
"zig"
] | 7,222 | false | 2025-05-19T02:59:01Z | true | true | 0.13.0 | github | [
{
"commit": null,
"name": "raylib",
"tar_url": null,
"type": "relative",
"url": "raylib"
},
{
"commit": null,
"name": "raygui",
"tar_url": null,
"type": "relative",
"url": "raygui"
},
{
"commit": null,
"name": "emscripten",
"tar_url": null,
"type": "re... | <a>dylanlangston.com</a>
<strong>The source code for my personal website. 🚧 Currently under construction. 🚧</strong>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
Overview 👀
My personal website is built with a modern tech stack to ensure performance and flexibility. It utilizes the followin... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | asio-zig | kassane/asio-zig | 2023-06-05T13:12:39Z | asio (standalone) event-loop to C API - Experimental (uses zig 0.12.0) | main | 4 | 4 | 2 | 4 | https://api.github.com/repos/kassane/asio-zig/tags | MIT | [
"asio",
"asio-library",
"asynchronous",
"c",
"concurrency",
"cplusplus",
"cpp",
"ffi-bindings",
"threading",
"zig"
] | 30 | false | 2025-01-25T14:42:16Z | true | true | unknown | github | [
{
"commit": "10a3e0c11415f074dd9968b9c0e3a1a05b753f3d",
"name": "asio",
"tar_url": "https://github.com/kassane/asio/archive/10a3e0c11415f074dd9968b9c0e3a1a05b753f3d.tar.gz",
"type": "remote",
"url": "https://github.com/kassane/asio"
}
] | Asio-zig (C Wrapper) - Event-loop
The wrapper provides functions for initializing the ASIO library, running it, stopping it, and posting tasks to be executed asynchronously within the event-loop. It handles the necessary conversions and memory management required to interface with ASIO from C or Zig code. Additionally... | [] |
https://avatars.githubusercontent.com/u/12962448?v=4 | zigcurl | star-tek-mb/zigcurl | 2023-05-28T11:00:29Z | libcurl packaged with zig | master | 0 | 4 | 1 | 4 | https://api.github.com/repos/star-tek-mb/zigcurl/tags | - | [
"curl",
"fetch",
"http",
"https",
"zig"
] | 10,585 | false | 2024-06-15T15:42:34Z | true | false | unknown | github | [] | Overview
libcurl packaged with zig
Versions
curl 8.1.1
mbedtls 3.4.0
zlib 1.2.13
Simple usage
```zig
const c = @cImport({
@cInclude("curl/curl.h");
});
_ = c.curl_global_init(c.CURL_GLOBAL_DEFAULT);
defer c.curl_global_cleanup();
var curl = c.curl_easy_init();
defer c.curl_easy_cleanup(curl);
_ = c.curl_eas... | [] |
https://avatars.githubusercontent.com/u/499599?v=4 | asdf-zig | liyu1981/asdf-zig | 2024-01-11T23:34:43Z | Zig plugin for the asdf version manager | asdf-zig-custom-version | 0 | 4 | 0 | 4 | https://api.github.com/repos/liyu1981/asdf-zig/tags | Apache-2.0 | [
"zig"
] | 685 | true | 2024-09-11T05:50:38Z | false | false | unknown | github | [] | asdf-zig
<a>Zig</a> plugin for asdf version manager
Build History
<a></a>
Installation
<code>bash
asdf plugin-add zig https://github.com/asdf-community/asdf-zig.git</code>
Usage
Check <a>asdf</a> readme for instructions on how to
install & manage versions.
License
Licensed under the
<a>Apache License, Vers... | [] |
https://avatars.githubusercontent.com/u/78925721?v=4 | ZTerm | RGBCube/ZTerm | 2023-05-16T19:28:27Z | Terminal abstraction library for Zig. | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/RGBCube/ZTerm/tags | MIT | [
"blazingly-fast",
"console",
"loading-bar",
"spinner",
"terminal",
"zig",
"zig-lib"
] | 14 | false | 2023-11-25T05:10:20Z | true | false | unknown | github | [] | ZTerm
Terminal abstraction library for Zig.
Contents
This is a simple guide to using the library.
The contents will be briefly covered here.
Spinner
```zig
const std = @import("std");
const time = std.time;
const zterm = @import("zterm");
pub fn main() !void {
var sp = zterm.Spinner{
.charset = zterm.... | [] |
https://avatars.githubusercontent.com/u/10933561?v=4 | piping-server-zig | nwtgck/piping-server-zig | 2023-04-15T08:08:29Z | Piping Server in Zig (experimental) | develop | 0 | 3 | 0 | 3 | https://api.github.com/repos/nwtgck/piping-server-zig/tags | MIT | [
"piping-server",
"zig"
] | 34 | false | 2023-04-20T18:21:53Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/116503189?v=4 | metaplasia | nylvon/metaplasia | 2023-07-09T23:00:39Z | Type reflection, coercion, and generation written in Zig, for Zig. | main | 2 | 3 | 0 | 3 | https://api.github.com/repos/nylvon/metaplasia/tags | BSD-3-Clause | [
"compiletime",
"dynamic",
"interface",
"metaprogramming",
"metatype",
"static",
"types",
"zig",
"ziglang"
] | 70 | false | 2024-11-28T16:55:49Z | true | true | unknown | github | [] | ➤ Metaplasia ⚡🦠
What is this?
<strong>Metaplasia</strong> is a library that offers users the ability to do a few <em>fun things</em> with their types and objects in Zig, such as:
<ol>
<li>Easy reflection</li>
<li>Interfaces</li>
<li>Compile-time and run-time (and hybrid)!</li>
<li>Type merging</li>
<li>Type genera... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-color | nektro/zig-color | 2023-09-15T01:34:27Z | null | master | 1 | 3 | 0 | 3 | https://api.github.com/repos/nektro/zig-color/tags | MIT | [
"zig",
"zig-package"
] | 37 | false | 2025-05-21T20:33:43Z | true | false | unknown | github | [] | zig-color
<a></a>
<a></a>
<a></a>
<a></a>
A pure-Zig library for parsing and manipulating colors in and between multiple spaces.
Supports
<ul>
<li>sRGB</li>
<li>LinearRGB</li>
<li>CMYK</li>
<li>HSL</li>
<li>HSV</li>
<li>YUV</li>
<li>YCbCr</li>
</ul> | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.