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/828651?v=4 | kw-policy-zig | fabriziosestito/kw-policy-zig | 2023-04-27T08:37:09Z | Kubewarden policy in Zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/fabriziosestito/kw-policy-zig/tags | Apache-2.0 | [
"kubewarden",
"kubewarden-policy",
"wapc",
"wasm",
"zig"
] | 23 | false | 2024-11-06T17:18:22Z | true | false | unknown | github | [] | Kubewarden policy written in Zig
This is a simple <a>Kubewarden</a> policy that acts as an example of how to write a policy in Zig.
The policy looks at the name of a Kubernetes Pod and rejects the request if the name is on a deny list.
A major inspiration was taken from <a>this tutorial</a>.
Since Zig uses LLVM, the... | [] |
https://avatars.githubusercontent.com/u/109542784?v=4 | aws-lambda-zig | by-nir/aws-lambda-zig | 2024-02-26T22:31:14Z | 🟠 Write AWS Lambda functions in Zig programming language | main | 1 | 7 | 2 | 7 | https://api.github.com/repos/by-nir/aws-lambda-zig/tags | MIT | [
"aws",
"cloud",
"lambda",
"server",
"serverless",
"zig",
"zig-package"
] | 203 | false | 2025-04-20T17:28:05Z | true | true | 0.14.0 | github | [] | AWS Lambda Runtime for Zig
<a></a>
Write <em>AWS Lambda</em> functions in the Zig programming language to achieve blazing fast invocations and cold starts!
<a>🐣 Quick Start</a> ·
<a>📒 Documentation</a> ·
<a>💽 Demos</a>
Features
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-3... | [] |
https://avatars.githubusercontent.com/u/51542168?v=4 | terminal | mostik/terminal | 2024-02-09T10:06:20Z | Terminal tools written in Zig | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/mostik/terminal/tags | - | [
"colors",
"terminal",
"zig"
] | 17 | false | 2024-08-25T18:50:58Z | true | true | unknown | github | [] | Terminal utilities
<a></a>
Install
<code>zig fetch --save https://github.com/Mostik/terminal/archive/v0.0.2.tar.gz</code>
```zig
//build.zig
const terminal = b.dependency("terminal", .{}).module("terminal");
exe.root_module.addImport("terminal", terminal);
<code></code>zig
const std = @import("std");
const termina... | [] |
https://avatars.githubusercontent.com/u/109492796?v=4 | zig-milestone | zigcc/zig-milestone | 2024-03-28T12:31:17Z | Zig milstone monitor | main | 1 | 6 | 0 | 6 | https://api.github.com/repos/zigcc/zig-milestone/tags | MIT | [
"monitor",
"monitoring",
"turso",
"zig",
"ziglang"
] | 75 | false | 2025-03-24T19:23:11Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/80766200?v=4 | stl-loader-zig | Catniped/stl-loader-zig | 2024-07-15T20:45:49Z | A tiny simple zig library for loading STL files with binary and ASCII support | main | 0 | 6 | 2 | 6 | https://api.github.com/repos/Catniped/stl-loader-zig/tags | MIT | [
"zig",
"zig-gamedev",
"zig-package"
] | 7 | false | 2025-04-23T16:15:55Z | true | true | unknown | github | [] | stl-loader-zig
A tiny simple zig library for loading STL files with support for both ASCII and binary representations.
Usage
Example usage provided in <a>example.zig</a>:
```c
const stlLoader = @import("stl-loader");
...
const filepath: []const u8 = "file.stl";
var gpa = std.heap.GeneralPurposeAllocator(.{}){};... | [] |
https://avatars.githubusercontent.com/u/38372270?v=4 | zmpv | hasanpasha/zmpv | 2024-05-10T17:32:55Z | libmpv bindings in zig | main | 2 | 6 | 0 | 6 | https://api.github.com/repos/hasanpasha/zmpv/tags | LGPL-2.1 | [
"libmpv",
"mpv",
"video",
"zig",
"zig-package"
] | 2,857 | false | 2025-04-14T18:45:40Z | true | true | 0.12.0 | github | [] | zmpv
<code>libmpv</code> bindings in zig.
Usage
<ul>
<li>first fetch the package into your project:</li>
</ul>
<code>bash
zig fetch --save https://github.com/hasanpasha/zmpv/archive/${DESIRED_COMMOT_HASH}.tar.gz</code>
- import the package in your <code>build.zig</code> file:
<code>zig
const zmpv_dep = b.depend... | [] |
https://avatars.githubusercontent.com/u/24578855?v=4 | zig-time | deatil/zig-time | 2024-05-18T05:20:20Z | A date and time parse and format library for Zig | main | 0 | 6 | 2 | 6 | https://api.github.com/repos/deatil/zig-time/tags | Apache-2.0 | [
"date",
"datetime",
"time",
"zig",
"zig-time"
] | 48 | false | 2025-04-03T12:35:22Z | true | true | 0.14.0-dev.3451+d8d2aa9af | github | [] | Zig-time
A date and time parse and format library for Zig.
Env
<ul>
<li>Zig >= 0.14.0-dev.3451+d8d2aa9af</li>
</ul>
Adding zig-time as a dependency
Add the dependency to your project:
<code>sh
zig fetch --save=zig-time git+https://github.com/deatil/zig-time#main</code>
or use local path to add dependency at <c... | [] |
https://avatars.githubusercontent.com/u/113083639?v=4 | system_sdk | zig-gamedev/system_sdk | 2024-06-10T19:57:32Z | System libraries and headers for cross-compiling zig-gamedev libs & sample apps | main | 0 | 6 | 6 | 6 | https://api.github.com/repos/zig-gamedev/system_sdk/tags | MIT | [
"cross-platform",
"gamedev",
"sdk",
"zig"
] | 8,965 | false | 2025-04-23T23:58:26Z | true | true | unknown | github | [] | <a>zig-gamedev system_sdk</a>
System libraries and headers for cross-compiling <a>zig-gamedev</a> libs and sample applications.
Usage
build.zig
<code>zig
switch (target.os.tag) {
.windows => {
if (target.cpu.arch.isX86()) {
if (target.abi.isGnu() or target.abi.isMusl()) {
... | [
"https://github.com/Aryvyo/zigClipboard",
"https://github.com/Senryoku/Deecy",
"https://github.com/azillion/gravitas",
"https://github.com/cyberegoorg/cetech1",
"https://github.com/jcalabro/uscope",
"https://github.com/yusdacra/levent",
"https://github.com/zig-gamedev/zglfw",
"https://github.com/zig-g... |
https://avatars.githubusercontent.com/u/34946442?v=4 | amazig | cryptocode/amazig | 2024-06-30T12:04:23Z | Maze generator based on the Origin Shift algorithm | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/cryptocode/amazig/tags | MIT | [
"gamedev",
"maze",
"maze-generator",
"origin-shift",
"zig",
"zig-package"
] | 11 | false | 2025-05-09T14:20:17Z | true | true | unknown | github | [] | <strong>amazig</strong> is a non-allocating library for generating perfect mazes for games and puzzles, using the
Origin Shift algorithm. A perfect maze is one where you can pick any pair of positions and
be guaranteed that these two positions are joined by a unique path. Such a maze
is a minimum spanning tree, and i... | [] |
https://avatars.githubusercontent.com/u/86081585?v=4 | zig-function-overloading | fig-eater/zig-function-overloading | 2024-06-20T17:17:45Z | Explicit function overloading for the Zig programming language | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/fig-eater/zig-function-overloading/tags | Unlicense | [
"zig",
"zig-package",
"ziglang"
] | 28 | false | 2025-03-05T09:21:19Z | true | true | 0.13.0 | github | [] | Explicit Function Overloading for Zig
Simple one-file, no-dependency, explicit function overloading for zig.
This all runs during compile time so running overloaded functions shouldn't have
any runtime overhead.
Install
Using Zig Package Manager
Run <code>zig fetch --save https://github.com/fig-eater/zig-function-o... | [] |
https://avatars.githubusercontent.com/u/672917?v=4 | zigosc | davidgranstrom/zigosc | 2024-04-08T12:04:14Z | OSC serialization library | main | 1 | 6 | 0 | 6 | https://api.github.com/repos/davidgranstrom/zigosc/tags | MIT | [
"opensoundcontrol",
"osc",
"zig"
] | 43 | false | 2025-02-20T07:23:49Z | true | true | unknown | github | [] | zigosc
<code>zigosc</code> is a <a>OSC 1.0</a> serialization library with no dynamic memory allocation.
Progress
<strong>Serialization</strong>
<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:r... | [] |
https://avatars.githubusercontent.com/u/14016375?v=4 | zigpak | thislight/zigpak | 2024-05-24T11:22:25Z | Messagepack for zig | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/thislight/zigpak/tags | Apache-2.0 | [
"messagepack",
"msgpack",
"zig",
"ziglang"
] | 276 | false | 2025-05-15T22:25:05Z | true | true | 0.12.0 | github | [] | Zigpak
Messagepack for Zig.
<a></a>
<ul>
<li><a>API References (latest release)</a></li>
<li><a>API References (master)</a></li>
</ul>
Supported:
<ul>
<li>Zig 0.12 (best effort)</li>
<li>Zig 0.13</li>
<li>Zig 0.14 (the master branch)</li>
</ul>
Use In Your Project
Use a tarball link with <code>zig fetch --save</co... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | zig-mos-examples | kassane/zig-mos-examples | 2024-05-01T16:41:32Z | Using zig + llvm-mos-sdk on some examples | main | 2 | 5 | 1 | 5 | https://api.github.com/repos/kassane/zig-mos-examples/tags | Apache-2.0 | [
"6502",
"c64",
"commodore64",
"hello-world",
"llvm-mos",
"neo6502",
"nes",
"nesdev",
"nesdoug",
"zig",
"zig-mos"
] | 45 | false | 2025-01-08T08:04:27Z | true | false | unknown | github | [] | Zig language & toolchain in MOS6502 examples
Using zig [LLVM 20] + LLVM-MOS-SDK on some examples
This repository contains examples showcasing the usage of the Zig programming language
with the LLVM-MOS backend in the Zig toolchain version 0.14.0-dev (LLVM 20). These examples
aim to provide a comprehensive referen... | [] |
https://avatars.githubusercontent.com/u/2567177?v=4 | qbe-zig | malcolmstill/qbe-zig | 2024-04-01T16:31:41Z | QBE (https://c9x.me/compile/) via zig | master | 0 | 5 | 1 | 5 | https://api.github.com/repos/malcolmstill/qbe-zig/tags | MIT | [
"compiler-backend",
"qbe",
"zig",
"zig-package"
] | 482 | false | 2025-03-19T13:55:51Z | true | true | unknown | github | [] | QBE via zig
This repo provides QBE installable / dependable on via the zig package manager. QBE
can be consumed either as a binary or a library
QBE binary
The <code>qbe-zig</code> provides an artifact <code>qbe</code> that some other module can depend on:
```zig
// Depend on qbe-zig via a build.zig.zon
const qbe = ... | [] |
https://avatars.githubusercontent.com/u/53529846?v=4 | zig-wasm-example | oltdaniel/zig-wasm-example | 2024-06-29T11:56:03Z | exploring wasm with zig | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/oltdaniel/zig-wasm-example/tags | MIT | [
"wasm",
"zig"
] | 60 | false | 2024-12-04T00:16:14Z | true | true | unknown | github | [] | Zig WASM Example
<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>
This project has been re-written as an actual library and can be found at <a>oltdaniel/zig-js-interplay</a>. This repo will probably be archived ... | [] |
https://avatars.githubusercontent.com/u/11492844?v=4 | zig-sokol-imgui-wasm | fjebaker/zig-sokol-imgui-wasm | 2024-05-28T23:26:35Z | A floooh/sokol module with example app using ImGui and ImPlot that can compile to WASM. | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/fjebaker/zig-sokol-imgui-wasm/tags | GPL-3.0 | [
"gui",
"imgui",
"implot",
"sokol",
"wasm",
"zig"
] | 679 | false | 2025-03-06T00:04:26Z | true | true | unknown | github | [
{
"commit": "master.tar.gz",
"name": "sokol",
"tar_url": "https://github.com/floooh/sokol-zig/archive/master.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/floooh/sokol-zig"
},
{
"commit": "1f7a8c0314d838a76695bccebe0f66864f507bc0.tar.gz",
"name": "implot",
"tar_url... | A sokol ImGui + ImPlot example in Zig
Made with Zig 0.14.0-dev.2623+7aa95bc7f. Should work with a few versions either side of that quite alright.
<code>bash
zig build run</code>
WASM
View it live <a>here</a>.
Build it yourself with:
<code>bash
zig build run -Dtarget=wasm32-emscripten</code> | [] |
https://avatars.githubusercontent.com/u/69832658?v=4 | Pinc | bluesillybeard/Pinc | 2024-05-13T03:52:41Z | cross platform windowing / rendering library written in Zig and C | main | 1 | 5 | 0 | 5 | https://api.github.com/repos/bluesillybeard/Pinc/tags | MIT | [
"c",
"graphics",
"graphics-engine",
"window",
"x11",
"xlib",
"zig"
] | 1,850 | false | 2025-01-25T18:51:44Z | true | true | unknown | github | [] |
Pinc
Pinc is a cross platform windowing / rendering library written in Zig.
QUICK NOTE: this project has been somewhat abandoned. Contributions will be accepted, however a new version of this library written entirely in C is being worked on. The reason for ditching Zig is that it does not support old versions of Wi... | [] |
https://avatars.githubusercontent.com/u/88917554?v=4 | netfilez | mkashirin/netfilez | 2024-03-17T21:31:39Z | Netilez is a very simple file buffer written in Zig. | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/mkashirin/netfilez/tags | MIT | [
"filebuffer",
"networkprogramming",
"zig"
] | 115 | false | 2025-04-21T12:05:31Z | true | true | 0.14.1-dev.80+60922dbf3 | github | [] | Netfilez
Netfilez is a very simple file buffer files written in the Zig programming language. Is was built
to gain better understanding of low level languages and systems programming in general.
Building
Clone this repository onto your local machine using the Git Command Line Interface (CLI):
<code>shell
git clo... | [] |
https://avatars.githubusercontent.com/u/49950206?v=4 | ac-library-zig | Ryoga-exe/ac-library-zig | 2024-02-26T23:39:03Z | Zig implementation of AtCoder Library | main | 2 | 5 | 1 | 5 | https://api.github.com/repos/Ryoga-exe/ac-library-zig/tags | CC0-1.0 | [
"atcoder-library",
"competitive-programming",
"zig",
"zig-library",
"zig-package"
] | 111 | false | 2025-05-11T15:58:57Z | true | true | 0.14.0 | github | [] | ac-library-zig
ac-library-zig is a Zig implementation of AtCoder Library (ACL).
See below for ACL.
<ul>
<li><a>Original repository (implemented in C++)</a></li>
<li><a>AtCoder Library (ACL) - AtCoder</a></li>
<li><a>AtCoder Library - Codeforces</a></li>
</ul>
API Reference
Automatically generated API Reference for ... | [] |
https://avatars.githubusercontent.com/u/4424467?v=4 | zig-webgpu-compute-shader | ethanthoma/zig-webgpu-compute-shader | 2024-07-19T23:23:18Z | Example of running a compute shader in Zig using webgpu | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/ethanthoma/zig-webgpu-compute-shader/tags | - | [
"shaders",
"webgpu",
"wgpu",
"zig"
] | 31 | false | 2025-01-26T00:29:18Z | true | true | unknown | github | [
{
"commit": null,
"name": "wgpu_native",
"tar_url": null,
"type": "relative",
"url": "wgpu_native"
}
] |
Zig WebGPU Compute Shader Example
This codebase uses WebGPU to run a really simple shader in zig. I use nix as the
build tool to fetch wgpu-native and compile the rust code. It should be pretty
easy to do without nix.
The compute shader is taken from <a>here</a>.
The flake.nix uses <a>zig2nix</a> for building... | [] |
https://avatars.githubusercontent.com/u/91665686?v=4 | Zaytracer | Miou-zora/Zaytracer | 2024-04-15T18:35:15Z | Raytracer in Zig | main | 0 | 5 | 2 | 5 | https://api.github.com/repos/Miou-zora/Zaytracer/tags | MIT | [
"graphics-programming",
"nix",
"nix-flake",
"qoi",
"raytracing",
"zig"
] | 4,092 | false | 2025-04-23T13:48:21Z | true | true | 0.14.0 | github | [
{
"commit": "ccf7297ef6c01e21b2d51ad81b5b6ce929e86a00",
"name": "zmath",
"tar_url": "https://github.com/zig-gamedev/zmath/archive/ccf7297ef6c01e21b2d51ad81b5b6ce929e86a00.tar.gz",
"type": "remote",
"url": "https://github.com/zig-gamedev/zmath"
},
{
"commit": "b97be7d14fd7c421fe55f31a37c8... | Zaytracer (Raytracer in zig)
:bookmark_tabs: Requirements
<ul>
<li>:cherry_blossom: zig 0.14</li>
</ul>
:zap: Usage
:construction_worker: Building
Release
<code>sh
zig build -Doptimize=ReleaseFast</code>
Debug
<code>sh
zig build</code>
:rocket: Running
With <code>zig build</code> or <code>zig build -Doptimiz... | [] |
https://avatars.githubusercontent.com/u/72736082?v=4 | asciitecture | smallbraintime/asciitecture | 2024-06-06T13:29:44Z | terminal graphics game library for zig | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/smallbraintime/asciitecture/tags | MIT | [
"ascii",
"ascii-graphics",
"term",
"zig",
"zig-package"
] | 337 | false | 2025-04-25T11:16:20Z | true | true | 0.13.0 | github | [] | 🔺asciitecture
A simple text-based graphics game library for zig . Currently, it only supports Linux.
Dependencies
<ul>
<li>zig 0.13.0</li>
<li>libc</li>
<li>libx11-dev</li>
<li>libxrandr-dev</li>
</ul>
Run example
<code>zig build example</code>
Run tests
<code>zig build test</code>
Todo
<br/><input type='ch... | [] |
https://avatars.githubusercontent.com/u/90096350?v=4 | zig-tools.nvim | Libsod/zig-tools.nvim | 2024-05-01T09:13:08Z | Improve your Zig experience in Neovim! A plugin that provides integration with the Zig development tools | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/Libsod/zig-tools.nvim/tags | GPL-3.0 | [
"lua",
"neovim",
"nix",
"nvim",
"nvim-plugin",
"plugin",
"zig",
"ziglang"
] | 23 | false | 2024-08-13T21:13:05Z | false | false | unknown | github | [] | zig-tools.nvim
This project is still in the early stage of development | [] |
https://avatars.githubusercontent.com/u/43412083?v=4 | zlox | tusharsadhwani/zlox | 2024-08-04T20:48:14Z | Lox bytecode interpreter, written in Zig 0.13.0. | main | 0 | 5 | 0 | 5 | https://api.github.com/repos/tusharsadhwani/zlox/tags | MIT | [
"lox-language",
"zig"
] | 90 | false | 2025-04-29T03:55:13Z | false | false | unknown | github | [] | zlox
Lox bytecode interpreter, written in Zig 0.13.0.
Usage
<code>bash
zig build-exe ./src/main.zig --name zlox
./zlox examples/math.lox</code> | [] |
https://avatars.githubusercontent.com/u/8881507?v=4 | strcompare | aalbacetef/strcompare | 2024-05-10T15:17:18Z | strcompare is a library for comparing strings using Hamming, Levenshtein, and Damerau-Levenshtein metrics. | master | 1 | 4 | 0 | 4 | https://api.github.com/repos/aalbacetef/strcompare/tags | BSD-3-Clause | [
"damerau-levenshtein",
"hamming-distance",
"levenshtein",
"levenshtein-distance",
"string-comparison",
"zig"
] | 32 | false | 2025-01-21T17:56:22Z | true | true | unknown | github | [] | <a></a>
strcompare
<code>strcompare</code> is a zig library implementing 3 of the most common string comparison algorithms:
<ul>
<li>Hamming distance</li>
<li>Levenshtein distance </li>
<li>Damerau-Levenshtein distance (specifically, the optimal string alignment distance)</li>
</ul>
Usage
The library provides tw... | [] |
https://avatars.githubusercontent.com/u/48453766?v=4 | sysfetch | pkwasniok/sysfetch | 2024-07-25T09:22:08Z | Neofetch alternative written in Zig | main | 1 | 4 | 1 | 4 | https://api.github.com/repos/pkwasniok/sysfetch/tags | - | [
"cli",
"linux",
"linux-app",
"neofetch",
"neofetch-clone",
"resources-monitoring",
"system",
"zig"
] | 740 | false | 2025-04-09T16:50:03Z | true | true | unknown | github | [] | Sysfetch
Neofetch alternative for Linux written in Zig.
Installation
This project is currently in very early stage of development so only option to install it is to build it from source.
Building from source
Dependencies
<ol>
<li><a>Zig compiler (0.13.0)</a></li>
</ol>
Steps
Follow those steps to build from sour... | [] |
https://avatars.githubusercontent.com/u/499599?v=4 | tmpfile.zig | liyu1981/tmpfile.zig | 2024-03-13T04:29:41Z | a convenient util to use tmp files with zig | master | 1 | 4 | 4 | 4 | https://api.github.com/repos/liyu1981/tmpfile.zig/tags | - | [
"zig",
"zig-package"
] | 7 | false | 2024-12-31T00:02:23Z | true | true | unknown | github | [] | tmpfile.zig
why
So far as I found there is no good lib in <code>zig</code> for creating temp files, so I write one for myself. This util file provides methods to create temp dir or temp file in system temp folder less tedious and manageable.
see code for example
<code>zig
var tmp_file = try ThisModule.tmpFile(.{});... | [] |
https://avatars.githubusercontent.com/u/48872998?v=4 | ziggy-with-it | getchoo/ziggy-with-it | 2024-05-30T11:19:22Z | A small example of a Nix flake for a Zig project | main | 3 | 4 | 0 | 4 | https://api.github.com/repos/getchoo/ziggy-with-it/tags | MIT | [
"nix",
"nix-flake",
"zig",
"ziglang"
] | 46 | false | 2024-11-16T22:06:40Z | true | true | unknown | github | [
{
"commit": "1cceeb70e77dec941a4178160ff6c8d05a74de6f.tar.gz",
"name": "known-folders",
"tar_url": "https://github.com/ziglibs/known-folders/archive/1cceeb70e77dec941a4178160ff6c8d05a74de6f.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/ziglibs/known-folders"
}
] | ziggy-with-it
A small example of a <a>Nix flake</a> for a <a>Zig</a> project!
Features
<ul>
<li>A <a>development shell</a></li>
<li><code>zig</code> from <code>master</code> via <a>mitchellh/zig-overlay</a></li>
<li>A package built with <a><code>zig.hook</code></a> and <a><code>nix-community/zon2nix</code></a></li>
<... | [] |
https://avatars.githubusercontent.com/u/36482619?v=4 | zigqlite | jkoop/zigqlite | 2024-07-24T16:41:33Z | An SQLite binding for Zig. | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/jkoop/zigqlite/tags | MIT | [
"sqlite",
"zig",
"zig-package"
] | 5,761 | false | 2025-02-22T21:27:25Z | true | true | 0.12.0 | github | [] | zigqlite
<blockquote>
<span class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300">NOTE</span>
Forked from https://chiselapp.com/user/javier/repository/zigqlite
</blockquote>
An <a>SQLite</a> binding for <a>Zig</a>.
Install
<code>sh
zig fetch --save http... | [] |
https://avatars.githubusercontent.com/u/8929752?v=4 | ZigSdlGameTemplate | vbrusca/ZigSdlGameTemplate | 2024-04-12T14:09:32Z | An empty Zig project configured with the SDL library as a starting point for Zig game development. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/vbrusca/ZigSdlGameTemplate/tags | GPL-3.0 | [
"game",
"sdl",
"template",
"zig"
] | 8,443 | false | 2025-02-06T13:38:29Z | true | true | unknown | github | [] | Zig SDL Game Template
An empty Zig project configured with the SDL library as a starting point for Zig game development. The full Zig project is included in this repo.
Zig Build Version
This project was built against Zig version "zig-windows-x86_64-0.14.0-dev.1588+2111f4c38" and SDL version "SDL2-2.30.2".
Developer... | [] |
https://avatars.githubusercontent.com/u/57362253?v=4 | shaderc.zig | tiawl/shaderc.zig | 2024-04-09T17:02:49Z | shaderc packaged for @ziglang | trunk | 0 | 4 | 2 | 4 | https://api.github.com/repos/tiawl/shaderc.zig/tags | Unlicense | [
"binding",
"shaderc",
"spaceporn",
"zig",
"zig-package",
"ziglang"
] | 239 | false | 2025-05-09T12:49:58Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "glslang_zig",
"tar_url": "https://github.com/tiawl/glslang.zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/tiawl/glslang.zig"
},
{
"commit": "master",
"name": "toolbox",
"tar_url": "https://github.com/tiawl/toolbox/archive/m... | shaderc.zig
This is a fork of <a>google/shaderc</a> packaged for <a>Zig</a>
Why this fork ?
The intention under this fork is to package <a>google/shaderc</a> for <a>Zig</a>. So:
* Unnecessary files have been deleted,
* The build system has been replaced with <code>build.zig</code>,
* A cron runs every day to check <... | [] |
https://avatars.githubusercontent.com/u/1970306?v=4 | zig-build-system--0.13.0-examples | rustkas/zig-build-system--0.13.0-examples | 2024-07-11T02:33:08Z | Exampels of Zig's tutorial | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/rustkas/zig-build-system--0.13.0-examples/tags | - | [
"build",
"zig",
"ziglang"
] | 15 | false | 2025-04-23T13:57:28Z | false | false | unknown | github | [] | Zig Build System
Exampels of Zig's tutorial
<ul>
<li>Getting Started</li>
<li><a>Simple Executable</a></li>
<li><a>Adding a Convenience Step for Running the Application</a></li>
<li>The Basics</li>
<li><a>User-Provided Options</a></li>
<li><a>Standard Configuration Options</a></li>
<li><a>Options for Conditional Compi... | [] |
https://avatars.githubusercontent.com/u/184591186?v=4 | ava | charlottia/ava | 2024-07-22T17:20:01Z | Ava BASIC | main | 11 | 4 | 3 | 4 | https://api.github.com/repos/charlottia/ava/tags | 0BSD | [
"amaranth",
"basic",
"qbasic",
"zig"
] | 1,416 | false | 2025-03-30T00:52:51Z | false | false | unknown | github | [] | Ava BASIC
Note: probably done for now.
Wayfinding
<ul>
<li><a><code>basic/</code></a> — Compiler and stack machine interpreter.</li>
<li><a><code>core/</code></a> — RISC-V stack machine core.</li>
<li><a><code>soc/</code></a> — SoC in Amaranth integrating <a>VexRiscv</a>.</li>
<li><a><code>adc/</code></a> — Amateur D... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | picolibc-zig | allyourcodebase/picolibc-zig | 2024-03-06T16:49:02Z | picolibc - using build.zig | zig-pkg | 1 | 4 | 4 | 4 | https://api.github.com/repos/allyourcodebase/picolibc-zig/tags | GPL-2.0 | [
"embedded-c",
"libc",
"zig"
] | 121,656 | true | 2024-12-24T13:28:38Z | true | false | unknown | github | [] | Picolibc
Copyright © 2018-2023 Keith Packard
Picolibc is library offering standard C library APIs that targets
small embedded systems with limited RAM. Picolibc was formed by blending
code from <a>Newlib</a> and
<a>AVR Libc</a>.
Build status:
<ul>
<li></li>
<li></li>
<li></li>
</ul>
License
Picolibc source comes f... | [] |
https://avatars.githubusercontent.com/u/16764864?v=4 | zigdeck | andy5995/zigdeck | 2024-03-11T08:10:46Z | A library that creates and shuffles a deck of cards from which you can draw | trunk | 0 | 4 | 0 | 4 | https://api.github.com/repos/andy5995/zigdeck/tags | MIT | [
"cards",
"library",
"mit-license",
"simulation",
"zig",
"zig-library",
"zig-package"
] | 27 | false | 2025-03-18T11:36:40Z | true | true | unknown | github | [] | <a></a>
zigdeck
A library that creates and shuffles a deck of cards from which you can draw
Tested with the the development version of <a>zig</a> (may
not build with the last release).
Example
```zig
// initialize the deck. This must be done before shuffle.
var deck = Deck.init();
<code>try std.testing.ex... | [
"https://github.com/andy5995/zigpokerhands"
] |
https://avatars.githubusercontent.com/u/910428?v=4 | Closure.zig | zhuyadong/Closure.zig | 2024-05-31T03:39:30Z | closure for zig. | main | 1 | 4 | 0 | 4 | https://api.github.com/repos/zhuyadong/Closure.zig/tags | MIT | [
"closure",
"zig",
"zig-package"
] | 21 | false | 2025-03-08T11:04:36Z | true | true | 0.11.0 | github | [] | Closure.zig
Now we can use closure in zig ;)
Example: up value support
```zig
const t = std.testing;
var a: i32 = 0;
// test upvalue.
// .{ &a, 1 } for: &a => p, 1 => v
var clo = Closure.init(t.allocator, struct {
pub fn func(p: <em>i32, v: i32) void {
p.</em> = v;
}
}, .{ &a, 1 }... | [] |
https://avatars.githubusercontent.com/u/14016168?v=4 | zik | silversquirl/zik | 2024-03-25T04:56:45Z | Source-level static instrumentation framework for Zig | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/silversquirl/zik/tags | MIT | [
"instrumentation",
"profiler",
"tracing",
"zig"
] | 15 | false | 2024-05-29T09:04:49Z | true | true | unknown | github | [] | Zig Instrumentation Kit
A slightly cursed library for source-level static instrumentation in Zig.
This repository also includes a simple function-level profiler that outputs to the <a>callgrind format</a>, which is readable by <a>KCacheGrind</a>.
Using the profiler
<strong>NOTE: This is currently proof-of-concept q... | [] |
https://avatars.githubusercontent.com/u/14016168?v=4 | zig-ink | silversquirl/zig-ink | 2024-03-07T18:18:07Z | Ink narrative scripting runtime for Zig | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/silversquirl/zig-ink/tags | MIT | [
"ink",
"inkle",
"inky",
"narrative",
"zig"
] | 19 | false | 2024-12-10T05:44:20Z | true | true | unknown | github | [] | Zig Ink
A runtime for the <a>Ink narrative scripting language</a>, written in Zig.
Status
| [] |
https://avatars.githubusercontent.com/u/57322933?v=4 | zig-opengl-example | griush/zig-opengl-example | 2024-08-02T22:20:17Z | Minimal example using GFLW/OpenGL/zm made in Zig | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/griush/zig-opengl-example/tags | Unlicense | [
"glfw",
"opengl",
"zig",
"zig-package"
] | 11 | false | 2025-04-26T10:27:48Z | true | true | 0.14.0-dev | github | [
{
"commit": "cb45317e26100aee505413be717da617f067911e",
"name": "zm",
"tar_url": "https://github.com/griush/zm/archive/cb45317e26100aee505413be717da617f067911e.tar.gz",
"type": "remote",
"url": "https://github.com/griush/zm"
},
{
"commit": "4086ec77f2180e285a260412fb4f10605dbb1625",
... | Triangle example
Simple OpenGL example in Zig using <code>zm</code>, <code>zig-glfw</code>, <code>zigglgen</code>.
Usage
Run in the root <code>zig build run</code>. | [] |
https://avatars.githubusercontent.com/u/6693837?v=4 | cspvm | thi-ng/cspvm | 2024-04-24T11:22:31Z | Experimental, polyglot, work-in-progress stack VM implementations around native cooperative multitasking and CSP channels to communicate and synchronize between tasks. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/thi-ng/cspvm/tags | Apache-2.0 | [
"communicating-sequential-processes",
"cooperative-multitasking",
"csp",
"typescript",
"virtual-machine",
"vm",
"wasm",
"zig"
] | 315 | false | 2025-05-15T13:37:48Z | true | true | unknown | github | [] | @thi.ng/cspvm
Experimental, polyglot, work-in-progeess stack VM implementations around native
<a>cooperative
multitasking</a> and <a>CSP
channels</a> to
communicate and syncrhonize between tasks.
<a>Op code table</a>
Multiple (very incomplete) versions/experiments are in:
Zig
<a>Source</a> - most recent developmen... | [] |
https://avatars.githubusercontent.com/u/176920034?v=4 | talk-proposal | zigindia/talk-proposal | 2024-08-04T08:52:25Z | Propse a talk for future meetups. | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/zigindia/talk-proposal/tags | - | [
"systems-programming",
"zig"
] | 9 | false | 2025-05-14T19:12:55Z | false | false | unknown | github | [] | Talk Proposals
To propose a talk for a future meetup, <strong>open an issue</strong> on this repository.
Feel free to propose a talk even if there is no scheduled meetup.
We'll go over the proposals before each meetup and select the ones that best fit the schedule.
Everyone is welcome to comment on the proposals for ... | [] |
https://avatars.githubusercontent.com/u/53529846?v=4 | zig-js-interplay | oltdaniel/zig-js-interplay | 2024-07-14T19:47:36Z | Seamless integration of Zig and JavaScript in WebAssembly | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/oltdaniel/zig-js-interplay/tags | MIT | [
"js",
"wasm",
"zig"
] | 69 | false | 2024-12-03T06:25:43Z | true | true | unknown | github | [] | Zig JS Interplay
<blockquote>
<strong>DISCLAIMER</strong>: This is a project for fun. There will only be a loose versioning. There are no guarantees.
</blockquote>
Dealing with a low level environment like WebAssembly via JavaScript is not easy. Many concepts of low-level languages are being pulled into a very high-l... | [] |
https://avatars.githubusercontent.com/u/57362253?v=4 | glfw.zig | tiawl/glfw.zig | 2024-02-28T21:20:50Z | @glfw packaged for @ziglang | trunk | 0 | 4 | 2 | 4 | https://api.github.com/repos/tiawl/glfw.zig/tags | Unlicense | [
"binding",
"glfw3",
"spaceporn",
"zig",
"zig-package",
"ziglang"
] | 517 | false | 2025-05-10T10:26:28Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "toolbox",
"tar_url": "https://github.com/tiawl/toolbox/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/tiawl/toolbox"
},
{
"commit": "master",
"name": "wayland_zig",
"tar_url": "https://github.com/tiawl/wayland.zig/archive/maste... | glfw.zig
This is a fork of <a>hexops/glfw</a> which is itself a fork of <a>glfw/glfw</a>.
Why this forkception ?
The intention under this fork is the same as <a>hexops</a> had when they forked <a>glfw/glfw</a>: package it for <a>Zig</a>. So:
* Unnecessary files have been deleted,
* The build system has been replaced... | [] |
https://avatars.githubusercontent.com/u/119983202?v=4 | zig-cycleclock | spiraldb/zig-cycleclock | 2024-02-23T09:53:44Z | Cross-platform CPU cycle clock based on Google Benchmark | develop | 0 | 4 | 1 | 4 | https://api.github.com/repos/spiraldb/zig-cycleclock/tags | Apache-2.0 | [
"cpu",
"simd-programming",
"zig"
] | 14 | false | 2024-12-04T23:37:20Z | true | true | unknown | github | [] | Zig Cycle Clock
A cross-platform way to access the current time in "cycles".
Based on https://github.com/google/benchmark/blob/main/src/cycleclock.h
MacOS support based on https://lemire.me/blog/2023/03/21/counting-cycles-and-instructions-on-arm-based-apple-systems/
Supported Architectures:
* AArch64 running MacOS ... | [
"https://github.com/spiraldb/fastlanez"
] |
https://avatars.githubusercontent.com/u/3848910?v=4 | zig-rocksdb | jiacai2050/zig-rocksdb | 2024-04-27T03:26:42Z | RocksDB binding for Zig | main | 1 | 4 | 0 | 4 | https://api.github.com/repos/jiacai2050/zig-rocksdb/tags | MIT | [
"rocksdb",
"rocksdb-zig",
"zig",
"zig-lib",
"zig-library",
"zig-package"
] | 39 | false | 2025-05-01T05:10:29Z | true | true | 0.14.0 | github | [
{
"commit": "refs",
"name": "rocksdb",
"tar_url": "https://github.com/facebook/rocksdb/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/facebook/rocksdb"
}
] | 404 | [] |
https://avatars.githubusercontent.com/u/46907231?v=4 | uxn-zig | robbielyman/uxn-zig | 2024-05-06T12:42:30Z | WIP implementation of the Uxn system in Zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/robbielyman/uxn-zig/tags | MIT | [
"uxn",
"uxntal",
"zig"
] | 9 | false | 2025-02-02T22:38:42Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/49950206?v=4 | proconio-zig | Ryoga-exe/proconio-zig | 2024-02-26T21:09:56Z | proconio for the Zig programming language. useful and easy io library for programming contests. | main | 0 | 3 | 1 | 3 | https://api.github.com/repos/Ryoga-exe/proconio-zig/tags | MIT | [
"zig",
"zig-package"
] | 23 | false | 2025-05-20T14:52:07Z | true | true | 0.14.0 | github | [] | proconio-zig
proconio for the Zig programming language. useful and easy IO library for programming contests.
usage
```zig
const std = @import("std");
const proconio = @import("proconio");
pub fn main() !void {
const allocator = std.heap.page_allocator;
var io = try proconio.init(allocator);
defer io.dei... | [] |
https://avatars.githubusercontent.com/u/47703105?v=4 | ziggurat | RebelAndroid/ziggurat | 2024-05-24T16:05:28Z | null | trunk | 0 | 3 | 0 | 3 | https://api.github.com/repos/RebelAndroid/ziggurat/tags | AGPL-3.0 | [
"kernel",
"osdev",
"zig"
] | 2,810 | false | 2024-12-17T17:27:23Z | false | false | unknown | github | [] | Ziggurat
Ziggurat is a work-in-progress kernel for x86-64 machines. Currently, it can load a static elf file and run it in userspace.
Building
Ziggurat uses Nix to manage the build environment. Enter the nix environment with <code>nix develop</code> or use enable direnv for the Ziggurat directory.
Ziggurat uses make... | [] |
https://avatars.githubusercontent.com/u/74946768?v=4 | zuid | KeithBrown39423/zuid | 2024-05-03T16:50:21Z | An RFC 9562 complient UUID library for ZIG | main | 0 | 3 | 2 | 3 | https://api.github.com/repos/KeithBrown39423/zuid/tags | MIT | [
"id",
"library",
"rfc",
"rfc-4122",
"rfc-9562",
"rfc4122",
"rfc9562",
"uuid",
"zig",
"zig-uuid",
"zuid"
] | 67 | false | 2024-12-29T02:34:03Z | true | true | unknown | github | [] |
ZUID
A simple UUID library for ZIG
<a>Features</a> •
<a>Installation</a> •
<a>Examples</a> •
<a>Contributing</a>
This library provides a simple and efficient way to generate and manipulate UUIDs (Universally Unique Identifiers) in Zig.
Features
<ul>
<li>Generate UUIDs of most versions (1,... | [
"https://github.com/Khitiara/imaginarium"
] |
https://avatars.githubusercontent.com/u/170101967?v=4 | zconway | CaliOn2/zconway | 2024-08-02T13:33:13Z | zConway is a Terminal Conway's game of life simulator written in zig | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/CaliOn2/zconway/tags | AGPL-3.0 | [
"cli-app",
"lightweight",
"linux-app",
"zig"
] | 20,077 | false | 2025-02-19T09:43:46Z | true | true | unknown | github | [] | About
This Program simulates Conways Game of life in the terminal as a sort of screensaver.
To run it with different colors add the first tree letters of the main ansi colors after the program itself.
To get more info run the program with --help.
To build it you will need zig(Duh!) and libc, then run zig build --rele... | [] |
https://avatars.githubusercontent.com/u/6199588?v=4 | waybar-wise-fx-rate | rlopzc/waybar-wise-fx-rate | 2024-07-03T04:29:26Z | Waybar module to display FX rate between two currencies using the Wise API. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/rlopzc/waybar-wise-fx-rate/tags | - | [
"cli",
"fx-rate",
"fx-rates",
"waybar",
"waybar-module",
"zig"
] | 47 | false | 2025-02-07T21:19:24Z | true | true | unknown | github | [
{
"commit": "c0193e9247335a6c1688b946325060289405de2a",
"name": "clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/c0193e9247335a6c1688b946325060289405de2a.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
}
] | Waybar Wise FX Rate
Waybar module to get the FX rate between two currencies using the Wise API.
Example output in Waybar:
<code>17.62 USD/MXN</code>
Getting Started
Get your Wise API Key
In order for this to work, you need to provide your Wise API Key.
<ol>
<li>Log in to wise.</li>
<li>Go to: Profile -> Setting... | [] |
https://avatars.githubusercontent.com/u/11492844?v=4 | zigtex | fjebaker/zigtex | 2024-08-05T13:38:13Z | Embeddable LaTeX to SVG in Zig. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/fjebaker/zigtex/tags | GPL-3.0 | [
"latex",
"latex-to-svg",
"microtex",
"renderer",
"svg",
"zig"
] | 588 | false | 2025-05-12T21:43:06Z | true | true | unknown | github | [
{
"commit": "openmath.tar.gz",
"name": "microtex",
"tar_url": "https://github.com/fjebaker/MicroTeX/archive/openmath.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/fjebaker/MicroTeX"
}
] |
ZigTeX
ZigTeX is a wrapper around <a>MicroTeX</a> with a custom SVG renderer. ZigTeX principally gives you one function, which takes some LaTeX code and spits out an SVG:
```zig
const std = @import("std");
const ztex = @import("zigtex");
pub fn main() !void {
var gpa = std.heap.GeneralPurposeAllocat... | [] |
https://avatars.githubusercontent.com/u/25912761?v=4 | zig-book | r4gus/zig-book | 2024-07-13T14:31:23Z | Zig Basiscs: Zig programmieren für Einsteiger | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/r4gus/zig-book/tags | - | [
"book",
"books",
"buch",
"deutsch",
"programming",
"programming-language",
"zig",
"ziglang"
] | 24,982 | false | 2025-02-08T01:24:25Z | false | false | unknown | github | [] | Zig Basics
Das ist das offizielle Repository des Buchs "Zig Basics". Derzeit ist das Buch noch Work-in-Progress und daran wird sich so schnell auch nichts ändern. Von Zeit zu Zeit erweitere ich das Buch, jedoch kommt es immer darauf an wie viel Zeit und auch Lust ich habe. Da es schon genug Zig-Content in Englisch gib... | [] |
https://avatars.githubusercontent.com/u/9214692?v=4 | zig-opengl-minimal-template | vsvsv/zig-opengl-minimal-template | 2024-04-22T23:39:43Z | Zig OpenGL template with minimum dependencies | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/vsvsv/zig-opengl-minimal-template/tags | - | [
"glad",
"glfw3",
"opengl",
"zig"
] | 57 | false | 2025-04-06T00:58:00Z | true | true | unknown | github | [] |
Zig Minimal OpenGL Template
Minimalist cross-platform window with OpenGL context in Zig
<ul>
<li>Depends only on <a>GLFW</a> and <a>glad</a></li>
<li>Tested on Zig version <code>0.15.0-dev.247+95fdbc579</code> (see other branches for different Zig versions)</li>
<li>Cross-platform compilation for Linux, MacOS a... | [] |
https://avatars.githubusercontent.com/u/13811862?v=4 | zure | thechampagne/zure | 2024-05-17T12:06:14Z | ⚡ Zig binding for rust regex engine. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/thechampagne/zure/tags | MIT | [
"library",
"regex",
"regex-engine",
"zig",
"ziglang"
] | 645 | false | 2025-05-05T23:36:09Z | true | true | unknown | github | [] | zure
<strong>Rust regex</strong>
This library provides routines for searching strings for matches of a <a>regular expression</a> (aka "regex").
The regex syntax supported by this library is similar to other regex engines, but it lacks several features that are not known how to implement efficiently.
This includes... | [] |
https://avatars.githubusercontent.com/u/89421445?v=4 | zix | alvaro17f/zix | 2024-04-06T11:10:23Z | Update your nixos system with a single command | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/alvaro17f/zix/tags | MIT | [
"zig"
] | 130 | false | 2025-05-18T09:51:06Z | true | true | 0.14.0 | github | [] | ZIX
ZIX is a command line tool for managing NixOS configuration.
<blockquote>
:warning: <strong>Work in Progress</strong>: This project is currently under development. Some features may not be complete and may change in the future.
</blockquote>
Installation
To install ZIX, you can clone the repository and compil... | [] |
https://avatars.githubusercontent.com/u/28966224?v=4 | mac_address | weskoerber/mac_address | 2024-05-17T01:52:16Z | A cross-platform library to retrieve the MAC address from your network interfaces without libc. | main | 5 | 3 | 1 | 3 | https://api.github.com/repos/weskoerber/mac_address/tags | MIT | [
"tools",
"zig",
"zig-package"
] | 38 | false | 2025-04-04T22:21:57Z | true | true | 0.14.0 | github | [
{
"commit": "d21b419d808215e1f82605fdaddc49750bfa3bca.tar.gz",
"name": "zigwin32",
"tar_url": "https://github.com/marlersoft/zigwin32/archive/d21b419d808215e1f82605fdaddc49750bfa3bca.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/marlersoft/zigwin32"
}
] | <a></a>
<a></a>
<code>mac_address</code>
A cross-platform library to retrieve the MAC address from your network
interfaces without <code>libc</code>.
Requirements
<ul>
<li><a>Zig</a> compiler (<code>0.14.0</code> or newer)[^1]<ul>
<li>If using Zig <code>0.12</code> and <code>0.13</code>, use the <a><code>zig-0.12</c... | [] |
https://avatars.githubusercontent.com/u/5885545?v=4 | slidey | JacobCrabill/slidey | 2024-03-26T00:12:00Z | Simple, elegant slideshows in the terminal | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/JacobCrabill/slidey/tags | - | [
"markdown",
"presentation-tools",
"terminal",
"zig"
] | 82 | false | 2024-12-01T19:43:00Z | true | true | 0.12.0 | github | [
{
"commit": "d60f97252877e1eddf1d0d978f488c721cf3dad3.tar.gz",
"name": "zigdown",
"tar_url": "https://github.com/jacobcrabill/zigdown/archive/d60f97252877e1eddf1d0d978f488c721cf3dad3.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/jacobcrabill/zigdown"
}
] | Slidey: Elegant Slideshows in Zig
Use Markdown to create simple yet elegant slide shows
Test example:
<code>bash
zig build -Doptimize=ReleaseSafe
./zig-out/bin/slidey -s test/deck/slides.txt test/deck</code>
Demo
Note that rendering images requires a terminal with support for the
<a>Kitty Graphics Protocol</a>. Te... | [] |
https://avatars.githubusercontent.com/u/1910321?v=4 | gravitas | azillion/gravitas | 2024-06-02T02:58:58Z | A voxel engine in Zig and WebGPU | main | 0 | 3 | 1 | 3 | https://api.github.com/repos/azillion/gravitas/tags | MIT | [
"voxel-engine",
"webgpu",
"zig"
] | 162 | false | 2024-07-26T00:43:47Z | true | true | unknown | github | [
{
"commit": null,
"name": "zgpu",
"tar_url": null,
"type": "relative",
"url": "libs/zgpu"
},
{
"commit": null,
"name": "zpool",
"tar_url": null,
"type": "relative",
"url": "libs/zpool"
},
{
"commit": null,
"name": "zjobs",
"tar_url": null,
"type": "rel... | Gravitas Engine
A voxel engine written in zig and WebGPU.
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> Displa... | [] |
https://avatars.githubusercontent.com/u/49950206?v=4 | miniz | Ryoga-exe/miniz | 2024-02-14T11:30:26Z | Minimal scripting language in Zig. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/Ryoga-exe/miniz/tags | Apache-2.0 | [
"interpreter",
"zig"
] | 87 | false | 2024-02-26T22:08:54Z | true | false | unknown | github | [] | miniz
Minimal scripting language in Zig.
2023 年度筑波大学情報科学類で開講された <a>GB27001 ソフトウェアサイエンス特別講義 A</a> の講義内で紹介された <a>minis</a> の Zig による実装です。
実行
repl
```sh
zig build run
```
file
<code>text
hello = 2023;
world = 2024;
hello + world;</code>
<code>sh
zig build run -- file.mnz # 4047</code>
文法
miniz は以下の文法をサポートしています。... | [] |
https://avatars.githubusercontent.com/u/161890530?v=4 | zpe | soheil-01/zpe | 2024-07-29T13:32:01Z | A Portable Executable parser in Zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/soheil-01/zpe/tags | - | [
"parser",
"portable-executable",
"windows",
"zig"
] | 512 | false | 2024-11-08T15:16:23Z | true | true | unknown | github | [
{
"commit": "master",
"name": "zig-datetime",
"tar_url": "https://github.com/frmdstryr/zig-datetime/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/frmdstryr/zig-datetime"
},
{
"commit": "9a94c4803a52e54c26b198096d63fb5bde752da2",
"name": "zig-cli",
"tar_url"... | ZPE - Zig Portable Executable Parser
ZPE is a library and a command-line tool that allows you to parse and inspect the structure of Portable Executable files.
Features
ZPE can parse and display the following components of a PE file:
<ul>
<li>DOS Header</li>
<li>Rich Header</li>
<li>NT Headers</li>
<li>Section Header... | [] |
https://avatars.githubusercontent.com/u/146390816?v=4 | libmaxminddb | allyourcodebase/libmaxminddb | 2024-07-19T10:01:19Z | Zig build of libmaxminddb library. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/allyourcodebase/libmaxminddb/tags | MIT | [
"libmaxminddb",
"maxmind",
"maxmind-db",
"maxminddb",
"zig",
"zig-",
"zig-build",
"zig-package",
"ziglang"
] | 5 | false | 2025-05-16T00:50:53Z | true | true | 0.13.0 | github | [
{
"commit": "a4fa79d.tar.gz",
"name": "libmaxminddb",
"tar_url": "https://github.com/maxmind/libmaxminddb/archive/a4fa79d.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/maxmind/libmaxminddb"
}
] | libmaxminddb
<a></a>
<a></a>
Zig build of <a>libmaxminddb library</a>.
:rocket: Usage
<ul>
<li>Add <code>libmaxminddb</code> dependency to <code>build.zig.zon</code>.</li>
</ul>
<code>sh
zig fetch --save https://github.com/allyourcodebase/libmaxminddb/archive/<git_tag_or_commit_hash>.tar.gz</code>
<ul>
<li>Us... | [
"https://github.com/allyourcodebase/libmaxminddb"
] |
https://avatars.githubusercontent.com/u/56201308?v=4 | nrz | logotip4ik/nrz | 2024-06-29T18:46:28Z | Supa-Fast™ cross package manager scripts runner. Fastest `npm run dev` on wild west. | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/logotip4ik/nrz/tags | - | [
"nodejs",
"runner",
"zig"
] | 130 | false | 2025-03-23T13:37:07Z | true | true | 0.14.0 | github | [] | nrz
Same as <a>nrr</a> or <a>nrn</a>, but even faster.
Want to try out ?
Download latest build artifact from <a>build ci</a>.
To build `nrz` localy
1. Clone this repo
2. Build `nrz` with (you will need zig installed):
```sh
zig build --release=fast --summary all -Doptimize=ReleaseFast
```
3. Add `/... | [] |
https://avatars.githubusercontent.com/u/15897993?v=4 | zmongo | sugarme/zmongo | 2024-03-06T11:21:27Z | mongodb client ziglang | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/sugarme/zmongo/tags | NOASSERTION | [
"mongoc",
"mongodb",
"mongodb-binding",
"mongodb-client",
"mongodb-driver",
"zig",
"zig-binding",
"ziglang"
] | 9,511 | false | 2025-01-09T12:49:05Z | true | true | unknown | github | [
{
"commit": null,
"name": "libmongoc",
"tar_url": null,
"type": "relative",
"url": "./libmongoc"
}
] | zmongo
What is it
<code>zmongo</code> is a wrapper to <a>official mongo-c-driver</a> - client <a>MongoDB</a> library.
It is meant to be a temporary solution to use <code>mongodb</code> database for ziglang until we have a native ziglang driver for mongodb.
<ul>
<li>Current <code>mongo-c-driver</code> version <strong... | [] |
https://avatars.githubusercontent.com/u/20740760?v=4 | zigtor | duyquang6/zigtor | 2024-05-12T14:48:30Z | A torrent client written in Zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/duyquang6/zigtor/tags | MIT | [
"torrent",
"torrent-client",
"zig",
"ziglang"
] | 79 | false | 2024-06-12T16:47:43Z | true | true | unknown | github | [] | zigtor
A torrent client written in Zig | [] |
https://avatars.githubusercontent.com/u/72211350?v=4 | OBEd | Snikimonkd/OBEd | 2024-03-02T19:26:07Z | null | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/Snikimonkd/OBEd/tags | - | [
"april-fools",
"editor",
"text-editor",
"zig"
] | 1,561 | false | 2024-07-05T09:36:13Z | true | false | unknown | github | [] | OBEd
Keybindings
Movement: arrows (←,↑,→,↓)
Save: ctrl+s
Exit: ctrl+q
Preview
https://github.com/Snikimonkd/OBEd/assets/72211350/365e3657-f746-46cb-b523-017948344a00
How to build
Install zig:
<code>brew install zig</code>
Clone repo:
<code>https://github.com/Snikimonkd/OBEd.git</code>
Build:
<code>cd OBEd
... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | zig-percent-encoding | bcrist/zig-percent-encoding | 2024-06-09T23:53:14Z | Percent (URL) Encoding and Decoding for Zig | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/bcrist/zig-percent-encoding/tags | MIT | [
"encoding",
"percent-encoding",
"urlencode",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 34 | false | 2025-04-27T02:12:54Z | true | true | 0.12.0 | github | [] | Percent (URL) Encoding and Decoding for Zig
This library can be used in a variety of ways:
<ul>
<li>Use <code>encode()</code> or <code>decode()</code> directly as an iterator. They will return slices of the output until the whole input string has been encoded or decoded.</li>
<li>Use <code>encode_alloc()</code> or <c... | [] |
https://avatars.githubusercontent.com/u/57362253?v=4 | X11.zig | tiawl/X11.zig | 2024-03-15T07:42:03Z | X11 headers packaged for @ziglang | trunk | 1 | 3 | 1 | 3 | https://api.github.com/repos/tiawl/X11.zig/tags | Unlicense | [
"binding",
"spaceporn",
"x11",
"zig",
"zig-package",
"ziglang"
] | 1,020 | false | 2025-05-10T00:02:24Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "toolbox",
"tar_url": "https://github.com/tiawl/toolbox/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/tiawl/toolbox"
}
] | X11.zig
This is a fork of <a>hexops/x11-headers</a> which itself gather various <a>X11</a> headers <a>GLFW</a> needs.
Why this forkception ?
The intention under this fork is the same as <a>hexops</a> had when they opened their repository: gather <a>X11</a> headers and package them to compile <a>GLFW</a> with <a>Zig<... | [] |
https://avatars.githubusercontent.com/u/91665686?v=4 | Raylib-Zig-Nix | Miou-zora/Raylib-Zig-Nix | 2024-04-13T16:29:31Z | Minimal project for Raylib + Zig (0.13.0) + Nix | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/Miou-zora/Raylib-Zig-Nix/tags | MIT | [
"nix",
"raylib",
"raylib-zig",
"wsl",
"zig"
] | 18 | false | 2025-04-10T16:31:20Z | true | false | unknown | github | [] | Nix Flake for Zig + Raylib
This repository is a Nix flake for building Zig projects with Raylib. It is currently based on the <code>master</code> branch of Zig with the <a>Zig-overlay</a>. It use the <code>raylib</code> package from the Nixpkgs repository.
This repository is meant to be used as a template for Zig pro... | [] |
https://avatars.githubusercontent.com/u/442455?v=4 | imguinz | dinau/imguinz | 2024-06-26T01:03:07Z | Examples project using Dear Imgui (CImGui), ImPlot (CImPlot) with Zig language zig-0.14 or later | main | 0 | 3 | 0 | 3 | https://api.github.com/repos/dinau/imguinz/tags | MIT | [
"cimgui",
"cimplot",
"font-awesome",
"glfw",
"imgui",
"imknobs",
"implot",
"implot3d",
"imspinner",
"imtoggle",
"sdl2",
"sdl3",
"zig",
"zig-lang",
"ziglang"
] | 58,096 | false | 2025-04-06T12:20:00Z | false | false | unknown | github | [] |
<ul>
<li><a>ImGuinZ</a></li>
<li><a>Prerequisites</a></li>
<li><a>Build and run</a></li>
<li><a>Examples screen shots</a><ul>
<li><a>ImGui-Toggle / CImGui-Toggle</a></li>
<li><a>ImGui-Knobs / CImGui-Knobs</a></li>
<li><a>ImSpinner / CImSpinner</a></li>
<li><a>Image load</a></li>
<li><a>Showing CJK multi byte fonts a... | [] |
https://avatars.githubusercontent.com/u/554766?v=4 | handmade-zig | zoeesilcock/handmade-zig | 2024-05-23T05:23:29Z | Learning Zig by following along with the Handmade Hero series of videos by Casey Muratori. | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/zoeesilcock/handmade-zig/tags | - | [
"game-development",
"handmade-hero",
"zig"
] | 1,410 | false | 2025-05-22T04:05:09Z | true | true | 0.14.0 | github | [
{
"commit": "e8739b32a33ce48a3286aba31918b26a9dfc6ef0.tar.gz",
"name": "zigwin32",
"tar_url": "https://github.com/marlersoft/zigwin32/archive/e8739b32a33ce48a3286aba31918b26a9dfc6ef0.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/marlersoft/zigwin32"
},
{
"commit": "f75e8d1... | Handmade Zig
Learning Zig by following along with the <a>Handmade Hero</a> series of videos by Casey Muratori.
Assets
Graphical assets are not included as they are not created by me. They need to be added to the <code>data/</code> directory manually. We currently expect the assets found in this location of the pre-o... | [] |
https://avatars.githubusercontent.com/u/8929752?v=4 | ZigMatrixUtils | vbrusca/ZigMatrixUtils | 2024-03-14T12:32:39Z | A matrix utility library written in Zig. Provides functions and tools for manipulating matrices and solving linear algebra problems. A great source for leaning about the Zig programming language. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/vbrusca/ZigMatrixUtils/tags | GPL-3.0 | [
"matrices",
"matrix",
"zig"
] | 65,913 | false | 2024-09-20T15:45:41Z | true | false | unknown | github | [] | Zig Matrix Utils
An open source matrix utility library written in Zig.
The full Zig project is included in this repo.
Zig Build Version
This project was built against Zig version "zig-windows-x86_64-0.14.0-dev.1588+2111f4c38".
Developers
Victor Brusca
Carlo Bruscani
Documentation
I'll provide a viewable but not ... | [] |
https://avatars.githubusercontent.com/u/170900029?v=4 | zenith | zenith-editor/zenith | 2024-04-11T16:22:57Z | [mirror] A very minimal text editor in Zig | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/zenith-editor/zenith/tags | BSD-3-Clause | [
"text-editor",
"zig"
] | 1,034 | false | 2025-01-24T02:23:23Z | true | false | unknown | github | [] | zenith
<ul>
<li>
<strong>What it is:</strong> a console-based text editor
</li>
<li>
... that is easy to learn with familiar keyboard shortcuts
</li>
<li>... that is lightweight and requires no external dependencies</li>
<li>... that has most of the features in a regular text editor: syntax highlighting, word wrapp... | [] |
https://avatars.githubusercontent.com/u/31665788?v=4 | rat | david-haerer/rat | 2024-03-11T15:15:02Z | keyboard. driven. mouse. | main | 1 | 2 | 0 | 2 | https://api.github.com/repos/david-haerer/rat/tags | MIT | [
"keyboard",
"linux",
"mouse",
"ui",
"x11",
"zig"
] | 31 | false | 2025-01-07T22:55:13Z | true | true | unknown | github | [] |
Rat 🐀
<em>keyboard. driven. mouse.</em>
Installation
<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>
Rat only works on Linux with X11 and only with a single display.
</blockquote>
Download the pr... | [] |
https://avatars.githubusercontent.com/u/33818?v=4 | chainguard-zig-cloud-run | wintermi/chainguard-zig-cloud-run | 2024-07-22T06:16:02Z | An example micro service written in Zig using the Zap Web Framework. Container images are built using the Chainguard Images ready for deployment to Google Cloud Run. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/wintermi/chainguard-zig-cloud-run/tags | Apache-2.0 | [
"chainguard-images",
"cloudbuild",
"cloudrun-service",
"google-cloud",
"google-cloud-platform",
"zig",
"ziglang"
] | 14 | false | 2024-10-03T13:02:20Z | false | false | unknown | github | [] | Example Zig Cloud Run Micro Service using the Chainguard Images
<a></a>
<a></a>
Description
An example micro service written in Zig using the Zap Web Framework. Container images are built using the Chainguard Images ready for deployment to Google Cloud Run.
In summary, the following components are used by this proj... | [] |
https://avatars.githubusercontent.com/u/25912761?v=4 | ccdb | r4gus/ccdb | 2024-04-29T21:12:39Z | CBOR Credential Database Format | master | 1 | 2 | 0 | 2 | https://api.github.com/repos/r4gus/ccdb/tags | - | [
"credential-manager",
"credential-store",
"passkey",
"password",
"password-database",
"zig",
"zig-package"
] | 1,296 | false | 2025-03-30T21:49:19Z | true | true | 0.12.0 | github | [
{
"commit": "refs",
"name": "zbor",
"tar_url": "https://github.com/r4gus/zbor/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/r4gus/zbor"
},
{
"commit": "refs",
"name": "uuid",
"tar_url": "https://github.com/r4gus/uuid-zig/archive/refs.tar.gz",
"type": "rem... | CBOR Credential Database Format
This document describes a format to store secrets at rest based on the CBOR data format. It is designed as an alternative to other file formats like KDBX used with KeePass and KeePassXC.
Source Code
Installation
Versions:
| Zig version | ccdb version |
|:-----------:|:------------:|... | [
"https://github.com/Zig-Sec/PassKeeZ"
] |
https://avatars.githubusercontent.com/u/164784529?v=4 | zig-tools | bstrdlord/zig-tools | 2024-03-29T21:59:08Z | ⚡ Zig tools for vscode | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/bstrdlord/zig-tools/tags | - | [
"formatter",
"linter",
"snippets",
"vscode",
"vscode-extension",
"zig",
"zig-tools",
"zig-vscode",
"ziglang"
] | 7,199 | false | 2025-04-06T19:43:23Z | false | false | unknown | github | [] | Zig tools
<a></a>
⚡ Features
Data type hints on hover
Bitwise operation hints on hover
Convert a number from hexadecimal to decimal
| [] |
https://avatars.githubusercontent.com/u/163546630?v=4 | zinc-examples | zon-dev/zinc-examples | 2024-04-13T10:51:53Z | Examples of Zinc framework. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/zon-dev/zinc-examples/tags | - | [
"backend",
"framework",
"web",
"web-framework",
"zig",
"ziglang",
"zinc"
] | 59 | false | 2025-04-26T15:57:01Z | true | true | unknown | github | [
{
"commit": null,
"name": "zinc",
"tar_url": null,
"type": "relative",
"url": "../zinc"
}
] | Zinc Examples
This repository contains a number of ready-to-run examples demonstrating various use cases of Zinc.
<code>git clone https://github.com/zon-dev/zinc-examples.git
cd zinc-examples
zig fetch --save https://github.com/zon-dev/zinc/archive/refs/heads/main.zip
zig build</code>
All samples in the <code>exam... | [] |
https://avatars.githubusercontent.com/u/104397667?v=4 | Ziglings-on-Colab | RGambarini/Ziglings-on-Colab | 2024-03-07T13:50:02Z | Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Ziglings are tiny broken programs written in zig that can be used to learn the language. This serves as an extension of the repo https://codeberg.org/ziglings/exercises to provide a Google Colab notebook ... | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/RGambarini/Ziglings-on-Colab/tags | MIT | [
"zig",
"ziglang",
"ziglearn"
] | 105 | false | 2025-05-16T06:11:42Z | false | false | unknown | github | [] | Ziglings-on-Colab
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Ziglings are tiny broken programs written in zig that can be used to learn the language. This serves as an extension of the original repo https://codeberg.org/ziglings/exercises to prov... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-intrusive-parser | nektro/zig-intrusive-parser | 2024-06-04T19:37:19Z | Core plumbing to make text or binary document parsers with Data Oriented Design | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/nektro/zig-intrusive-parser/tags | MPL-2.0 | [
"zig",
"zig-package"
] | 18 | false | 2025-05-21T20:33:50Z | true | false | unknown | github | [] | zig-intrusive-parser
<a></a>
<a></a>
<a></a>
<a></a>
Core plumbing to make text or binary document parsers with Data Oriented Design
Used by
<ul>
<li>https://github.com/nektro/zig-json</li>
<li>https://github.com/nektro/zig-webidl</li>
</ul> | [] |
https://avatars.githubusercontent.com/u/98186360?v=4 | zxd | caio-bernardo/zxd | 2024-07-11T20:54:41Z | xxd clone built with Zig | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/caio-bernardo/zxd/tags | MIT | [
"xxd",
"zig"
] | 36 | false | 2024-12-24T02:07:38Z | true | true | unknown | github | [] | ZEX DUMP
A <code>xxd</code> clone build with Zig Programming Language
Features
<ul>
<li>Display a file as hex, with offset and ascii format</li>
<li>Customize bytes groupings, endianess, by offset and more..</li>
<li>Revert the workflow! Take a hexdump and convert it back to binary format</li>
</ul>
How to use
Clon... | [] |
https://avatars.githubusercontent.com/u/14790226?v=4 | shellcodez | chivay/shellcodez | 2024-03-02T01:29:32Z | Zig-based shellcode builder | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/chivay/shellcodez/tags | - | [
"shellcode",
"zig"
] | 9 | false | 2025-01-05T04:56:07Z | true | false | unknown | github | [] | shellcodez
making headerless PIEs :cake: for fun and no profit.
Supported shellcodez:
* <a>execve</a> - spawn /bin/sh
* <a>revshell</a> - connect to target and spawn /bin/sh
Output file sizes:
```
124 execve-aarch64.bin
90 execve-x86_64.bin
256 revshell-aarch64.bin
189 revshell-x86_64.bin
```
Another ~40B can be... | [] |
https://avatars.githubusercontent.com/u/87977742?v=4 | greetd_ipc | Ziqi-Yang/greetd_ipc | 2024-03-24T04:20:05Z | [mirror] Zig library for interacting with [greetd](https://sr.ht/~kennylevinsen/greetd/) ipc. | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/Ziqi-Yang/greetd_ipc/tags | MIT | [
"greetd",
"ipc",
"zig"
] | 17 | false | 2024-09-14T16:14:58Z | true | true | 0.11.0 | github | [] | Greetd_IPC
Installation
Supported Zig Version: <code>0.13</code>.
<code>bash
zig fetch 'https://codeberg.org/meow_king/greetd_ipc/archive/v0.1.1.tar.gz' --save</code>
Then you can add this dependency into <code>build.zig</code> file:
<code>zig
const dep = b.dependency("greetd_ipc", .{ .target = target, .optimize =... | [] |
https://avatars.githubusercontent.com/u/89152669?v=4 | Dnipro-mirror- | NippleOfAnApe/Dnipro-mirror- | 2024-07-03T19:08:33Z | Zig as the Foundation for a Portable and Modular Game Engine. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/NippleOfAnApe/Dnipro-mirror-/tags | EUPL-1.2 | [
"game-development",
"game-engine",
"zig"
] | 4,758 | false | 2024-09-06T18:15:39Z | true | true | unknown | github | [
{
"commit": null,
"name": "mach",
"tar_url": null,
"type": "remote",
"url": "https://pkg.machengine.org/mach/316f2354d155d7fb706e6cfa1d09b7db8896b92f.tar.gz"
}
] | Dnipro
Zig as the Foundation for a Portable and Modular Game Engine.
<a>Draft</a>
Final thesis with code implementation.
Zig compiler version is <code>0.13.0-dev.351+64ef45eb0</code>
Example <a>mermaid diagram</a>
```mermaid
classDiagram
Class01 <|-- AveryLongClass : Cool
<> Class01
Class09 --> C2 :... | [] |
https://avatars.githubusercontent.com/u/89275?v=4 | clipboard | dgv/clipboard | 2024-06-16T22:46:36Z | multiplatform clipboard for zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/dgv/clipboard/tags | MIT | [
"clipboard",
"linux",
"macos",
"multiplatform",
"windows",
"zig",
"zig-package",
"ziglang"
] | 2,366 | false | 2025-05-21T04:52:40Z | true | true | 0.13.0 | github | [] | clipboard
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
Provide copying and pasting text (UTF-8) to the clipboard for Zig.
platform support
<ul>
<li>MacOS</li>
<li>Linux, Unix (requires 'xclip' or 'xsel' command to be installed)</li>
<li>Windows</li>
</ul>
usage
install
<code>zig fetch --save https://github.com... | [] |
https://avatars.githubusercontent.com/u/33042132?v=4 | portzcan | henriquencmt/portzcan | 2024-04-09T07:38:11Z | Command-line tool and Zig library for port scanning. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/henriquencmt/portzcan/tags | AGPL-3.0 | [
"library",
"networking",
"package",
"port-scanner",
"portzcan",
"sockets",
"zig",
"ziglang"
] | 59 | false | 2024-06-27T00:41:15Z | true | true | unknown | github | [] | portzcan :zap:
Command-line tool and Zig library for port scanning.
Installation
As a command-line tool
Get the source code cloning the repo or downloading it from the <a>Releases page</a>.
Then build it with <code>zig build</code>.
As a library
Fetch the package.
<code>zig fetch --save git+https://github.com/h... | [] |
https://avatars.githubusercontent.com/u/50797868?v=4 | bfjit-x86_64 | maolonglong/bfjit-x86_64 | 2024-02-11T07:29:57Z | A Just-In-Time Compiler for Brainfuck. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/maolonglong/bfjit-x86_64/tags | MIT | [
"assembly",
"brainfuck",
"jit",
"x86-64",
"zig"
] | 5 | false | 2024-10-03T13:03:23Z | true | false | unknown | github | [] | bfjit-x86_64
A Just-In-Time Compiler for Brainfuck. | [] |
https://avatars.githubusercontent.com/u/57362253?v=4 | vulkan.zig | tiawl/vulkan.zig | 2024-02-28T15:40:13Z | vulkan headers packaged for @ziglang | trunk | 0 | 2 | 2 | 2 | https://api.github.com/repos/tiawl/vulkan.zig/tags | Unlicense | [
"binding",
"spaceporn",
"vulkan",
"vulkan-api",
"zig",
"zig-package",
"ziglang"
] | 6,957 | false | 2025-05-10T10:21:19Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "toolbox",
"tar_url": "https://github.com/tiawl/toolbox/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/tiawl/toolbox"
}
] | vulkan.zig
This is a fork of <a>hexops/vulkan-headers</a> which is itself a fork of <a>KhronosGroup/Vulkan-Headers</a>.
Why this forkception ?
The intention under this fork is the same as <a>hexops</a> had when they forked <a>KhronosGroup/Vulkan-Headers</a>: package the headers for <a>Zig</a>. So:
* Unnecessary file... | [] |
https://avatars.githubusercontent.com/u/18282288?v=4 | bazel-execlog-duckdb-extension | Strum355/bazel-execlog-duckdb-extension | 2024-08-06T22:03:27Z | null | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/Strum355/bazel-execlog-duckdb-extension/tags | - | [
"bazel",
"duckdb",
"duckdb-extension",
"nix",
"nix-flake",
"protobuf",
"zig"
] | 60 | false | 2024-09-19T08:23:28Z | true | true | unknown | github | [
{
"commit": "a2762e39138ca23b8e380edb535f85578f159d1c.tar.gz",
"name": "protobuf",
"tar_url": "https://github.com/Arwalk/zig-protobuf/archive/a2762e39138ca23b8e380edb535f85578f159d1c.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Arwalk/zig-protobuf"
}
] | 404 | [] |
https://avatars.githubusercontent.com/u/12463905?v=4 | zig-8086-simulator | mtimbs/zig-8086-simulator | 2024-07-07T12:07:44Z | A basic x86 disassembler + 8086 simulator written in Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/mtimbs/zig-8086-simulator/tags | MIT | [
"8086-emulator",
"x86-assembly",
"zig"
] | 2,947 | false | 2025-04-19T11:04:47Z | true | true | 0.13.0 | github | [
{
"commit": "master",
"name": "raylib-zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
}
] | Learning Zig + CPUs more good
A simple x86 dissasembler + 8086 simulator in Zig
Goal:
<br/><input type='checkbox' class='w-4 h-4 text-blue-600 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' disabled></input... | [] |
https://avatars.githubusercontent.com/u/8588690?v=4 | REPLace | themanyone/REPLace | 2024-03-05T07:08:25Z | A REPL for all langauges with *your* editor and this simple bash script. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/themanyone/REPLace/tags | GPL-2.0 | [
"c",
"c17",
"cobol",
"cpp",
"cpp17",
"csharp",
"fortran",
"go",
"hare",
"java",
"node",
"perl",
"php",
"python",
"repl",
"rust",
"zig"
] | 77 | false | 2025-03-30T00:43:37Z | false | false | unknown | github | [] | REPL Ace
A REPL for all languages and compilers. One command is all you need.
<code>repl.sh [source]
or
repl.sh [compiler] -run [source] [optional args]
</code>
Dependencies
Install <code>fswatch</code>, available from distro package manager.
Get optional compiler, preprocessor for your favorite language.
<code>... | [] |
https://avatars.githubusercontent.com/u/60118973?v=4 | zldr | kothavade/zldr | 2024-05-26T05:02:10Z | A fast tldr client written in Zig. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/kothavade/zldr/tags | MIT | [
"tldr",
"zig"
] | 75 | false | 2024-11-28T12:49:21Z | true | true | 0.13.0-dev.351+64ef45eb0 | github | [
{
"commit": "60cd46aacff4960104703da9ba683077b1e3c76c",
"name": "clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/60cd46aacff4960104703da9ba683077b1e3c76c.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
},
{
"commit": "dd2bca67f89c5b216b0b8187307d0b44b... | zldr
A fast <a>tldr</a> client written in <a>Zig</a>.
tldr?
tldr-pages are a collection of short and simple help pages for command line tools, like <code>man</code> but simpler.
For example, here is the tldr page for <code>tar</code>:
Click to expand
### tar
> Archiving utility.
> Often combined with ... | [] |
https://avatars.githubusercontent.com/u/3868549?v=4 | goku | sea-grass/goku | 2024-08-06T20:30:30Z | A Static Site Generator written in Zig. | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/sea-grass/goku/tags | MIT | [
"markdown",
"static-site-generator",
"yaml",
"zig",
"zig-package"
] | 923 | false | 2025-04-20T20:39:51Z | true | true | unknown | github | [
{
"commit": "master",
"name": "httpz",
"tar_url": "https://github.com/sea-grass/http.zig/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/sea-grass/http.zig"
},
{
"commit": null,
"name": "custom_test_runner",
"tar_url": null,
"type": "relative",
"url":... | Goku
Goku is a Static Site Generator written in Zig.
Introduction
A static site generator (SSG) is typically run on some input source to produce a folder of html files, suitable for hosting on any HTTP server. Goku aims to be a SSG that can operate on a variety of input sources to generate static sites of up to hund... | [] |
https://avatars.githubusercontent.com/u/5254142?v=4 | flycheck-ziglint | flycheck/flycheck-ziglint | 2024-02-29T09:33:02Z | Flycheck for ziglint | main | 0 | 2 | 1 | 2 | https://api.github.com/repos/flycheck/flycheck-ziglint/tags | GPL-3.0 | [
"elisp",
"zig",
"ziglint"
] | 34 | false | 2025-04-22T23:17:42Z | false | false | unknown | github | [] | <a></a>
<a></a>
flycheck-ziglint
<blockquote>
Flycheck for ziglint
</blockquote>
<a></a>
🔨 Usage
To enable this package, simply add loading to your config like the code below.
<code>el
(with-eval-after-load 'flycheck
(flycheck-ziglint-setup))</code>
🛠️ Contribute
<a></a>
<a></a>
<a></a>
<a></a>
If you woul... | [] |
https://avatars.githubusercontent.com/u/91969467?v=4 | zonzai | unicorn-city/zonzai | 2024-02-09T19:51:42Z | null | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/unicorn-city/zonzai/tags | - | [
"bonsai",
"cellular-automata",
"game-of-life",
"wasm",
"zig"
] | 668 | false | 2024-08-19T09:00:44Z | true | true | 0.11.0 | github | [] | ぞんざい
[d͡zõ̞nd͡za̠i]
<strong><em>Adjective</em></strong>
<ol>
<li>markedly rough or careless in manner</li>
</ol>
<strong><em>Noun (1)</em></strong>
<ol>
<li>person whose words and actions are violent</li>
<li>state of being rude</li>
</ol>
<strong><em>Noun (2)</em></strong>
<ol>
<li>bonsai tree generator</li>
<li>c... | [] |
https://avatars.githubusercontent.com/u/434125?v=4 | zig-hailo | ssttevee/zig-hailo | 2024-07-08T04:22:33Z | zig reimplementation of some functions provided by https://github.com/hailo-ai/hailort | trunk | 0 | 2 | 0 | 2 | https://api.github.com/repos/ssttevee/zig-hailo/tags | MIT | [
"ai",
"artificial-intelligence",
"hailo",
"hailo-8",
"hailo-ai",
"hailo8",
"machine-learning",
"ml",
"neural-network",
"zig",
"ziglang"
] | 52 | false | 2024-10-22T14:39:05Z | true | true | unknown | github | [] | zig-hailo
A reimplementation of <a>hailort</a> in Zig. The goal was to learn about the low level interface of the hailo devices and not feature parity with the official library, so reimplemented surface area may be small.
Only PCIE devices on linux are currently supported.
hailostatus
This is a simple program that ... | [] |
https://avatars.githubusercontent.com/u/171613424?v=4 | zssh | say-fish/zssh | 2024-07-14T17:21:17Z | Freestanding implementation of the ssh protocol. | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/say-fish/zssh/tags | GPL-3.0 | [
"ssh",
"zig"
] | 3,932 | false | 2025-05-20T09:52:42Z | true | true | 0.14.0 | github | [] | zssh
Freestanding implementation of the ssh protocol. Not including implementations for cryptographic algorithms such as <code>ed25519</code>, or <code>sntrup761x25519-sha512</code>, etc... This allows for reuse of other established implementations, or use of non-spec defined algorithms. See: [using openssl] (TODO:) f... | [] |
https://avatars.githubusercontent.com/u/3502597?v=4 | zig-rust-interop | mkpoli/zig-rust-interop | 2024-03-30T02:27:55Z | An example of Zig-Rust and Rust-Zig interop through C ABI | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/mkpoli/zig-rust-interop/tags | - | [
"abi",
"interop",
"rust",
"zig"
] | 7 | false | 2025-05-03T17:49:57Z | false | false | unknown | github | [] | Rust–Zig / Zig–Rust DLL Interop Example
This repository contains examples of calling DLLs written in Rust and Zig from each other using C ABI.
<ul>
<li><a>rust-zig</a>: Zig application calling Rust DLL</li>
<li><a>zig-rust</a>: Rust application calling Zig DLL</li>
</ul>
Article
English
<ul>
<li><a>⚡Zig💞Rust🦀 DLL ... | [] |
https://avatars.githubusercontent.com/u/2242?v=4 | zig-doh | softprops/zig-doh | 2024-06-22T17:33:09Z | DNS over HTTPS client | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/softprops/zig-doh/tags | MIT | [
"dns",
"doh",
"zig",
"zig-library",
"zig-package",
"zigdex-lib"
] | 14 | false | 2025-02-17T09:47:42Z | true | true | unknown | github | [] |
zig DoH
A DNS over HTTPs client interface
<a></a> <a></a>
examples
See examples directory
📼 installing
Create a new exec project with <code>zig init</code>. Copy an example from the examples directory into your into <code>src/main.zig</code>
Create a <code>build.zig.zon</code> file to declare ... | [] |
https://avatars.githubusercontent.com/u/113565070?v=4 | Zig3D | Darkfllame/Zig3D | 2024-02-24T18:02:37Z | A bindings library for writing 3D/2D apps and games in Zig ! | main | 1 | 2 | 0 | 2 | https://api.github.com/repos/Darkfllame/Zig3D/tags | MIT | [
"2d",
"3d",
"3d-graphics",
"bindings",
"freetype",
"game-development",
"glfw",
"opengl",
"stb-image",
"zig"
] | 1,285 | false | 2024-06-19T16:06:45Z | true | true | unknown | github | [
{
"commit": "a271d291fc7dea0e57befd941bd37829bfafd8a1.tar.gz",
"name": "glfw",
"tar_url": "https://github.com/Darkfllame/glfw/archive/a271d291fc7dea0e57befd941bd37829bfafd8a1.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Darkfllame/glfw"
},
{
"commit": "be03df0d15b7f934d6f... | Zig3D
The Zig3D library is maintaned by <a>me</a> and is made to make 3D games. It provides the user bindings to the glfw, glad, stb libraries and others. The functions are adapted to the Zig conventions and avoid using C strings in profit of slices (and thus a lot of memory allocation sorry).
How to use
To use this... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.