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/7270159?v=4
gyro
mattnite/gyro
2020-06-12T20:12:12Z
A Zig package manager with an index, build runner, and build dependencies.
master
11
573
23
573
https://api.github.com/repos/mattnite/gyro/tags
MIT
[ "package-manager", "zig" ]
21,465
false
2025-03-20T06:39:18Z
true
false
unknown
github
[]
gyro: a zig package manager <blockquote> A gyroscope is a device used for measuring or maintaining orientation </blockquote> <a></a> <a></a> <a></a> GYRO IS NOW ARCHIVED, THANK YOU EVERYONE FOR YOUR FEEDBACK AND TIME. ZIG NOW HAS AN OFFICIAL PACKAGE MANAGER AND DAMN IT'S GOOD. Table of contents <ul> <li><a>In...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-network
ikskuh/zig-network
2020-04-28T11:39:38Z
A smallest-common-subset of socket functions for crossplatform networking, TCP & UDP
master
12
553
67
553
https://api.github.com/repos/ikskuh/zig-network/tags
MIT
[ "networking", "tcp", "tcp-client", "tcp-server", "udp", "zig", "zig-package" ]
287
false
2025-05-11T19:27:47Z
true
true
unknown
github
[]
Zig Network Abstraction Small network abstraction layer around TCP &amp; UDP. Features <ul> <li>Implements the minimal API surface for basic networking</li> <li>Makes cross-platform abstractions</li> <li>Supports blocking and non-blocking I/O via <code>select</code>/<code>poll</code></li> <li>UDP multicast support</l...
[ "https://github.com/ikskuh/gurl" ]
https://avatars.githubusercontent.com/u/3759175?v=4
mecha
Hejsil/mecha
2020-06-10T11:02:59Z
A parser combinator library for Zig
master
6
523
24
523
https://api.github.com/repos/Hejsil/mecha/tags
MIT
[ "functional", "parser", "parser-combinators", "parser-library", "parsers", "zig", "zig-library", "zig-package" ]
154
false
2025-05-09T20:28:43Z
true
true
0.14.0
github
[]
Mecha A parser combinator library for the <a><code>Zig</code></a> programming language. Time to make your own parser mech! ```zig const mecha = @import("mecha"); const std = @import("std"); const Rgb = struct { r: u8, g: u8, b: u8, }; fn toByte(v: u4) u8 { return @as(u8, v) * 0x10 + v; } const hex1...
[ "https://github.com/FOLLGAD/zig-wasm-parser", "https://github.com/Hejsil/lemonbar-maker", "https://github.com/vezel-dev/graf" ]
https://avatars.githubusercontent.com/u/65570835?v=4
zgl
ziglibs/zgl
2020-07-03T13:19:40Z
Zig OpenGL Wrapper
master
4
500
68
500
https://api.github.com/repos/ziglibs/zgl/tags
MIT
[ "bindings", "zig", "zig-package", "ziglang" ]
277
false
2025-05-19T11:48:34Z
true
true
unknown
github
[]
ZGL – Zig OpenGL Bindings This library provides a thin, type-safe binding for OpenGL. Example ```zig // Use classic OpenGL flavour var vao = gl.createVertexArray(); defer gl.deleteVertexArray(vao); // Use object oriented flavour var vertex_buffer = gl.Buffer.create(); defer vertex_buffer.delete(); ``` Installation...
[ "https://github.com/chadwain/zss" ]
https://avatars.githubusercontent.com/u/1916079?v=4
zig-sqlite
vrischmann/zig-sqlite
2020-12-12T01:45:21Z
zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
master
0
473
63
473
https://api.github.com/repos/vrischmann/zig-sqlite/tags
MIT
[ "sqlite", "zig", "zig-package" ]
10,562
false
2025-05-21T21:11:30Z
true
true
0.14.0
github
[ { "commit": null, "name": "sqlite", "tar_url": null, "type": "remote", "url": "https://sqlite.org/2025/sqlite-amalgamation-3480000.zip" } ]
zig-sqlite This package is a thin wrapper around <a>sqlite</a>'s C API. <em>Maintainer note</em>: I'm currently on a break working with Zig and don't intend to work on new features for zig-sqlite. I will keep it updated for the latest Zig versions because that doesn't take too much of my time. Status While the core...
[]
https://avatars.githubusercontent.com/u/4969905?v=4
zig-string
JakubSzark/zig-string
2020-09-01T17:06:14Z
A String Library made for Zig
master
5
468
34
468
https://api.github.com/repos/JakubSzark/zig-string/tags
MIT
[ "library", "simple", "string", "utf-8", "zig", "zig-string" ]
110
false
2025-05-20T11:35:27Z
true
true
0.14.0
github
[]
Zig String (A UTF-8 String Library) <a></a> This library is a UTF-8 compatible <strong>string</strong> library for the <strong>Zig</strong> programming language. I made this for the sole purpose to further my experience and understanding of zig. Also it may be useful for some people who need it (including myself), ...
[ "https://github.com/jnordwick/znh" ]
https://avatars.githubusercontent.com/u/3932972?v=4
ZigAndroidTemplate
ikskuh/ZigAndroidTemplate
2020-07-25T15:59:33Z
This repository contains a example on how to create a minimal Android app in Zig.
master
16
386
36
386
https://api.github.com/repos/ikskuh/ZigAndroidTemplate/tags
MIT
[ "android", "android-support", "app-framework", "zig", "zig-package", "ziglang" ]
1,265
false
2025-05-19T11:00:52Z
true
false
unknown
github
[]
Android Apps in Zig This repository contains multiple examples of creating a minimal Android app in Zig. Examples There are 4 different examples. The examples have no dependencies on C code except for the android libraries, so they can be considered pure Zig apps. To select which example to build and run, pass th...
[]
https://avatars.githubusercontent.com/u/60377?v=4
zig-ecs
prime31/zig-ecs
2020-06-01T04:23:04Z
null
master
4
339
46
339
https://api.github.com/repos/prime31/zig-ecs/tags
MIT
[ "zig" ]
304
false
2025-05-21T18:36:58Z
true
true
0.14.0
github
[]
Zig ECS Zig ECS is a zig port of the fantasic <a>Entt</a>. Entt is <em>highly</em> templated C++ code which depending on your opinion is either a good thing or satan itself in code form. Zig doesn't have the same concept as C++ templates so the templated code was changed over to use Zig's generics and compile time met...
[ "https://github.com/JamzOJamz/terraria-classic" ]
https://avatars.githubusercontent.com/u/2567177?v=4
zware
malcolmstill/zware
2021-02-01T04:27:54Z
Zig WebAssembly Runtime Engine
master
15
328
14
328
https://api.github.com/repos/malcolmstill/zware/tags
MIT
[ "wasm", "webassembly", "zig", "zig-package", "ziglang" ]
3,281
false
2025-05-18T10:26:15Z
true
true
0.14.0
github
[ { "commit": "39f85a791cbbad91a253a851841a29777efdc2cd.tar.gz", "name": "wabt", "tar_url": "https://github.com/WebAssembly/wabt/archive/39f85a791cbbad91a253a851841a29777efdc2cd.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/WebAssembly/wabt" }, { "commit": "e25ae159357c055b3...
zware <strong>Zig WebAssembly Runtime Engine</strong> About <code>zware</code> is a library for executing WebAssembly embedded in <a>Zig</a> programs. Example From <code>examples/fib</code>: ```zig const std = @import("std"); const zware = @import("zware"); const Store = zware.Store; const Module = zw...
[]
https://avatars.githubusercontent.com/u/1519747?v=4
bold
kubkon/bold
2021-01-23T06:25:16Z
bold: the bold linker
main
3
318
25
318
https://api.github.com/repos/kubkon/bold/tags
MIT
[ "linker", "zig", "zig-package" ]
4,575
false
2025-05-20T02:44:02Z
true
true
unknown
github
[]
bold - the <em>bold</em> linker <blockquote> Bold used to be emerald, but due to time constraints and other commitments I am unable to develop and maintain the other drivers. Emerald now lives in another repo -&gt; <a>kubkon/emerald-old</a>. </blockquote> <code>bold</code> is a drop-in replacement for Apple system li...
[]
https://avatars.githubusercontent.com/u/755611?v=4
liz
dundalek/liz
2020-11-28T11:30:32Z
Lisp-flavored general-purpose programming language (based on Zig)
master
0
277
2
277
https://api.github.com/repos/dundalek/liz/tags
MIT
[ "clojure", "compiler", "language", "lisp", "liz", "zig" ]
397
false
2025-04-25T19:07:13Z
false
false
unknown
github
[]
Liz: Lisp-flavored general-purpose programming language (based on Zig) Borrowing <a>Zig</a>'s tagline: <blockquote> General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. </blockquote> <ul> <li>Written as Clojure-looking S-expressions (<a>EDN</a>) and translated to ...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-args
ikskuh/zig-args
2020-03-04T21:34:00Z
Simple-to-use argument parser with struct-based config
master
8
275
28
275
https://api.github.com/repos/ikskuh/zig-args/tags
MIT
[ "option-parser", "option-parsing", "zig", "zig-package", "ziglang" ]
78
false
2025-05-12T10:06:42Z
true
true
0.14.0-dev.2801+4d8c24c6c
github
[]
Zig Argument Parser Simple-to-use argument parser with struct-based config Features <ul> <li>Automatic option generation from a config struct</li> <li>Familiar <em>look &amp; feel</em>:<ul> <li>Everything after the first <code>--</code> is assumed to be a positional argument</li> <li>A single <code>-</code> is interp...
[ "https://github.com/ikskuh/gurl", "https://github.com/jerome-trc/viletech-2022" ]
https://avatars.githubusercontent.com/u/19482899?v=4
fastfilter
hexops/fastfilter
2021-01-31T02:30:50Z
fastfilter: Binary fuse & xor filters for Zig (faster and smaller than bloom filters)
main
0
271
15
271
https://api.github.com/repos/hexops/fastfilter/tags
NOASSERTION
[ "bloom-filter", "probabilistic-programming", "xor-filter", "zig", "ziglang" ]
173
false
2025-05-16T00:24:27Z
true
false
unknown
github
[]
fastfilter: Binary fuse &amp; xor filters for Zig <a></a> <a></a> <a></a> Binary fuse filters &amp; xor filters are probabilistic data structures which allow for quickly checking whether an element is part of a set. Both are faster and more concise than Bloom filters, and smaller than Cuckoo filters. Binary fuse fi...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
known-folders
ziglibs/known-folders
2020-05-18T21:48:43Z
Provides access to well-known folders across several operating systems
master
3
262
23
262
https://api.github.com/repos/ziglibs/known-folders/tags
MIT
[ "zig", "zig-library", "zig-package" ]
99
false
2025-04-27T02:49:16Z
true
true
0.14.0-dev.3445+6c3cbb0c8
github
[]
Zig Known Folders Project Design Goals <ul> <li>Minimal API surface</li> <li>Provide the user with an option to either obtain a directory handle or a path name</li> <li>Keep to folders that are available on all operating systems</li> </ul> API ```zig pub const KnownFolder = enum { home, documents, pictur...
[ "https://github.com/EngineersBox/Flow", "https://github.com/getchoo/ziggy-with-it", "https://github.com/ikskuh/gurl", "https://github.com/jrachele/zig-sync", "https://github.com/kothavade/zldr", "https://github.com/paoda/zba", "https://github.com/reykjalin/todui" ]
https://avatars.githubusercontent.com/u/2859122?v=4
zalgebra
kooparse/zalgebra
2020-10-07T17:15:35Z
Linear algebra library for games and real-time graphics.
main
0
254
34
254
https://api.github.com/repos/kooparse/zalgebra/tags
MIT
[ "gamedev", "graphics", "linear-algebra", "mat4", "math", "matrix", "quaternion", "vec3", "vectors", "zig", "ziglang" ]
240
false
2025-05-13T16:46:11Z
true
true
0.11.0
github
[]
zalgebra Linear algebra library for games and computer graphics. The goal is to become as complete and useful as the Unity one. I'm currently using it for my projects and will continue to update it as new needs are coming. If you would like to contribute, don't hesitate! :) Note: <strong>The main branch is for t...
[ "https://github.com/Avokadoen/zig_vulkan", "https://github.com/fabioarnold/hello-webgl", "https://github.com/zenith391/Stella-Dei" ]
https://avatars.githubusercontent.com/u/4407382?v=4
OffensiveZig
darkr4y/OffensiveZig
2020-11-23T08:09:06Z
Some attempts at using Zig(https://ziglang.org/) in penetration testing.
main
1
239
16
239
https://api.github.com/repos/darkr4y/OffensiveZig/tags
BSD-2-Clause
[ "nim", "zig" ]
40
false
2025-05-19T13:07:31Z
false
false
unknown
github
[]
OffensiveZig The purpose of this project is to do some experiments with <a>Zig</a>, and to explore the possibility of using it for implant development and general offensive operations. it is inspired by <a>@byt3bl33d3r</a>'s project "<a>OffensiveNim</a>". Table of Contents <ul> <li><a>OffensiveZig</a></li> <...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
zlm
ziglibs/zlm
2020-05-30T21:03:20Z
Zig linear mathemathics
master
6
209
37
209
https://api.github.com/repos/ziglibs/zlm/tags
MIT
[ "game-math", "linear-algebra", "opengl-math", "zig", "zig-package", "ziglang" ]
92
false
2025-05-20T10:10:54Z
true
true
0.11.0
github
[]
zlm Zig linear mathemathics library. Current provides the following types: <ul> <li><code>Vec2</code></li> <li><code>Vec3</code></li> <li><code>Vec4</code></li> <li><code>Mat2</code></li> <li><code>Mat3</code></li> <li><code>Mat4</code></li> </ul> The library is currently built around the OpenGL coordinate system an...
[ "https://github.com/Darkfllame/Zig3D", "https://github.com/JadonBelair/voxel_renderer" ]
https://avatars.githubusercontent.com/u/265903?v=4
interface.zig
alexnask/interface.zig
2020-05-05T10:44:45Z
Dynamic dispatch for zig made easy
master
4
177
15
177
https://api.github.com/repos/alexnask/interface.zig/tags
MIT
[ "dynamic-dispatch", "zig", "zig-library", "zig-package" ]
39
false
2025-05-20T09:53:04Z
false
false
unknown
github
[]
Zig Interfaces Easy solution for all your zig dynamic dispatch needs! Features <ul> <li>Fully decoupled interfaces and implementations</li> <li>Control over the storage/ownership of interface objects</li> <li>Comptime support (including comptime-only interfaces)</li> <li>Async function partial support (blocking on <a...
[]
https://avatars.githubusercontent.com/u/4252848?v=4
apple_pie
Luukdegram/apple_pie
2020-06-06T17:14:54Z
Basic HTTP server implementation in Zig
master
14
164
21
164
https://api.github.com/repos/Luukdegram/apple_pie/tags
MIT
[ "http", "http-server", "server", "zig", "ziglang" ]
308
false
2025-04-06T18:32:46Z
true
false
unknown
github
[]
Apple Pie Apple pie is a HTTP Server implementation in <a>Zig</a>. The initial goal is to offer full support for http versions 1.0 and 1.1 with 2.0 and further planned at a later stage. With Apple Pie I'd like to offer a library that contains all features you'd expect from a server, while still remaining performant. R...
[]
https://avatars.githubusercontent.com/u/745333?v=4
rayray
mkeeter/rayray
2021-01-01T18:59:27Z
A tiny GPU raytracer, using Zig and WebGPU
master
0
154
8
154
https://api.github.com/repos/mkeeter/rayray/tags
-
[ "glsl", "gpu", "raytracing", "webgpu", "zig" ]
617
false
2025-05-08T20:58:42Z
true
false
unknown
github
[]
rayray A tiny GPU raytracer! (more details on the <a>project homepage</a>) Features <ul> <li>Diffuse, metal, and glass materials</li> <li>The only three shapes that matter:<ul> <li>Spheres</li> <li>Planes (both infinite and finite)</li> <li>Cylinders (both infinite and capped)</li> </ul> </li> <li>Any shape can ...
[]
https://avatars.githubusercontent.com/u/124872?v=4
witx-codegen
jedisct1/witx-codegen
2020-04-21T22:02:36Z
WITX code and documentation generator for AssemblyScript, Zig, Rust and more.
master
1
140
14
140
https://api.github.com/repos/jedisct1/witx-codegen/tags
MIT
[ "assemblyscript", "code-generator", "interface-types", "wasm", "webassembly", "wit", "witx", "zig" ]
425
false
2025-04-06T01:52:23Z
false
false
unknown
github
[]
<a></a> WITX-CodeGen: A WITX code and documentation generator WITX is a way to describe types and function interfaces for WebAssembly modules. From this, code generators can produce code to access data, call or implement functions from different languages using the same layout and calling conventions. WITX-CodeG...
[]
https://avatars.githubusercontent.com/u/1915?v=4
koino
kivikakk/koino
2020-08-12T07:24:47Z
CommonMark + GFM compatible Markdown parser and renderer
main
7
139
13
139
https://api.github.com/repos/kivikakk/koino/tags
MIT
[ "commonmark", "markdown", "zig" ]
241
false
2025-04-27T12:24:16Z
true
true
0.14.0
github
[ { "commit": "711afa05416d1d1512bccf798a332be494d08f5f.tar.gz", "name": "zunicode", "tar_url": "https://github.com/kivikakk/zunicode/archive/711afa05416d1d1512bccf798a332be494d08f5f.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/kivikakk/zunicode" }, { "commit": "a4e784da839...
<a>koino</a> Zig port of <a>Comrak</a>. Maintains 100% spec-compatibility with <a>GitHub Flavored Markdown</a>. Getting started Using koino as a library <ul> <li>Get Zig 0.12 https://ziglang.org/</li> <li>Using Zig 0.13? See <a><code>zig-0.13.0</code></a> branch.</li> <li>Start a new project with <code>zig init-...
[ "https://github.com/BitlyTwiser/zlog", "https://github.com/Vemahk/zig-http-test" ]
https://avatars.githubusercontent.com/u/63115601?v=4
pike
lithdew/pike
2020-09-28T09:41:06Z
Async I/O for Zig
master
13
136
8
136
https://api.github.com/repos/lithdew/pike/tags
MIT
[ "async", "epoll", "io", "iocp", "kqueue", "linux", "mac", "networking", "signal", "tcp", "udp", "windows", "zig" ]
192
false
2025-05-01T23:05:19Z
false
false
unknown
github
[]
pike A minimal cross-platform high-performance async I/O library written in <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' che...
[]
https://avatars.githubusercontent.com/u/265903?v=4
ctregex.zig
alexnask/ctregex.zig
2020-06-22T22:19:33Z
Compile time regular expressions in zig
master
5
133
15
133
https://api.github.com/repos/alexnask/ctregex.zig/tags
-
[ "compile-time", "regex", "zig", "zig-library", "zig-package" ]
143
false
2025-05-06T00:15:46Z
true
false
unknown
github
[]
Zig compile time regular expressions Generating fast code since 2020 Features <ul> <li>Comptime regular expression compilation</li> <li>Comptime and runtime matching</li> <li>UTF8, UTF16le, ASCII, codepoint array support</li> <li>Captures (with named <code>(:&lt;name&gt;...)</code> support)</li> <li><code>|</code>, <...
[]
https://avatars.githubusercontent.com/u/9960268?v=4
requestz
ducdetronquito/requestz
2020-07-07T11:37:34Z
HTTP client for Zig 🦎
master
5
117
13
117
https://api.github.com/repos/ducdetronquito/requestz/tags
0BSD
[ "http", "zig" ]
40
false
2025-04-16T08:59:44Z
true
false
unknown
github
[]
Requestz An HTTP client inspired by <a>httpx</a> and <a>ureq</a>. <a></a> <a></a> <a></a> ⚠️ I'm currently renovating an old house which does not allow me to work on <a>requestz</a>, <a>h11</a> and <a>http</a> anymore. Feel free to fork or borrow some ideas if there are any good ones :) Installation <em>requestz</...
[]
https://avatars.githubusercontent.com/u/694081?v=4
SpeedTests
jabbalaci/SpeedTests
2020-06-22T07:37:25Z
comparing the execution speeds of various programming languages
master
1
111
39
111
https://api.github.com/repos/jabbalaci/SpeedTests/tags
MIT
[ "benchmark", "c", "clang", "cpp", "csharp", "d", "dart", "go", "haskell", "hyperfine", "java", "kotlin", "linux", "lua", "nim", "polyglot", "pypy3", "python3", "rust", "zig" ]
25,851
false
2025-05-18T12:48:06Z
false
false
unknown
github
[]
Speed Tests When I learn a new programming language, I always implement the Münchausen numbers problem in the given language. The problem is simple but it includes a lot of computations, thus it gives an idea of the execution speed of a language. Münchausen numbers A <a>Münchausen number</a> is a number equal to the...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
qml_zig
kassane/qml_zig
2020-12-19T17:33:55Z
QML bindings for the Zig programming language
main
2
108
4
108
https://api.github.com/repos/kassane/qml_zig/tags
Apache-2.0
[ "qml-bindings", "qml-zig", "zig", "zig-package", "ziglang" ]
1,696
false
2025-05-19T12:28:46Z
true
true
0.14.0
github
[ { "commit": "56cb910b368ad0f8ef1f18ef52d46ab8136ca5d6", "name": "dotherside", "tar_url": "https://github.com/filcuc/dotherside/archive/56cb910b368ad0f8ef1f18ef52d46ab8136ca5d6.tar.gz", "type": "remote", "url": "https://github.com/filcuc/dotherside" } ]
QML-zig Bindings are based on <a>DOtherSide</a> C bindings for QML Library is mostly feature-compliant with other bindings based on the library, but lacks some minor features and has quite a few bugs. Preview Build - Steps Requirements All software required for building. <ul> <li>Qt 5.15 or higher</li> <li>Z...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-opengl
ikskuh/zig-opengl
2020-11-29T22:35:28Z
OpenGL binding generator based on the opengl registry
master
3
108
15
108
https://api.github.com/repos/ikskuh/zig-opengl/tags
EUPL-1.2
[ "gamedev", "opengl", "opengl-es", "opengl-loader", "zig", "zig-package", "ziglang" ]
824
false
2025-05-12T22:45:53Z
false
false
unknown
github
[]
Zig OpenGL Binding This is a pragmatic binding to different OpenGL versions. It uses the official <a>OpenGL Registry</a> by Khronos to generate the Zig code. Right now, it does minimal adjustments like removing the <code>gl</code> prefix from functions or the <code>GL_</code> prefix from constants. Everything else i...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
repository
ziglibs/repository
2020-10-03T11:20:40Z
A community-maintained repository of zig packages
main
5
108
21
108
https://api.github.com/repos/ziglibs/repository/tags
MIT
[ "zig" ]
204
false
2025-05-22T03:25:09Z
true
false
unknown
github
[]
Zig Package Repository This is one community-maintained repository of zig packages. Contributions If you have an actively maintained package, feel free to create a PR that adds your package to the repository! If you feel like it, you're also free to add other peoples packages! Adding new packages The repo provides...
[]
https://avatars.githubusercontent.com/u/13420428?v=4
zglfw
IridescenceTech/zglfw
2020-09-17T18:03:48Z
A thin, idiomatic wrapper for GLFW. Written in Zig, for Zig!
master
0
104
14
104
https://api.github.com/repos/IridescenceTech/zglfw/tags
NOASSERTION
[ "glfw", "opengl", "zig", "zig-package" ]
380
false
2025-05-19T05:33:30Z
true
true
0.14.0
github
[]
zGLFW A thin, idiomatic wrapper for GLFW. Written in Zig, for Zig! Why write a wrapper? While Zig is PERFECTLY capable of simply <code>@cImport</code>ing glfw3.h and using it in your application, I think it lacks a lot of cleanliness and succinctness that can be expressed with Zig. I decided to write this wrapper t...
[]
https://avatars.githubusercontent.com/u/9960268?v=4
h11
ducdetronquito/h11
2020-03-28T12:22:04Z
I/O agnostic HTTP/1.1 implementation for Zig 🦎
master
2
104
8
104
https://api.github.com/repos/ducdetronquito/h11/tags
0BSD
[ "http", "io-free", "parser", "zig" ]
197
false
2025-04-27T23:22:10Z
true
false
unknown
github
[]
h11 <a></a> <a></a> <a></a> I/O free state machine implementation of the HTTP/1.1 protocol. Inspired by the amazing work of <a>python-hyper</a>. ⚠️ I'm currently renovating an old house which does not allow me to work on <a>requestz</a>, <a>h11</a> and <a>http</a> anymore. Feel free to fork or borrow some ideas if ...
[]
https://avatars.githubusercontent.com/u/32400794?v=4
zig-wlroots
swaywm/zig-wlroots
2020-10-12T19:44:02Z
[mirror] Zig bindings for wlroots
master
0
101
32
101
https://api.github.com/repos/swaywm/zig-wlroots/tags
MIT
[ "bindings", "wayland", "wlroots", "zig" ]
508
false
2025-05-01T10:12:36Z
true
true
0.14.0
github
[ { "commit": "v0.3.0.tar.gz", "name": "pixman", "tar_url": "https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz.tar.gz", "type": "remote", "url": "https://codeberg.org/ifreund/zig-pixman" }, { "commit": "v0.3.0.tar.gz", "name": "wayland", "tar_url": "https://codeberg.org...
zig-wlroots Idiomatic <a>Zig</a> bindings for <a>wlroots</a>. The main repository is on <a>codeberg</a>, which is where the issue tracker may be found and where contributions are accepted. Read-only mirrors exist on <a>sourcehut</a> and <a>github</a>. Completion status Large parts of the wlroots API are fully boun...
[ "https://github.com/riverwm/river" ]
https://avatars.githubusercontent.com/u/12723818?v=4
zig-wayland
ifreund/zig-wayland
2020-09-13T21:27:03Z
[mirror] Zig wayland scanner and libwayland bindings
master
2
100
28
100
https://api.github.com/repos/ifreund/zig-wayland/tags
MIT
[ "wayland", "zig" ]
470
false
2025-04-30T01:18:43Z
true
true
0.14.0
github
[]
zig-wayland Zig 0.14 bindings and protocol scanner for libwayland. The main repository is on <a>codeberg</a>, which is where the issue tracker may be found and where contributions are accepted. Read-only mirrors exist on <a>sourcehut</a> and <a>github</a>. Usage A <code>Scanner</code> interface is provided which y...
[ "https://github.com/riverwm/river", "https://github.com/tomcur/tarn" ]
https://avatars.githubusercontent.com/u/69380057?v=4
Zig-PSP
zPSP-Dev/Zig-PSP
2020-07-30T20:32:10Z
A project to bring the Zig Programming Language to the Sony PlayStation Portable!
master
1
99
8
99
https://api.github.com/repos/zPSP-Dev/Zig-PSP/tags
NOASSERTION
[ "psp", "psp-sdk", "zig", "zig-package" ]
3,746
false
2025-05-13T19:30:18Z
true
true
0.14.0
github
[ { "commit": "b5fbd5e13a7925def1810a40dbda4954755aa2f0", "name": "zPBPTool", "tar_url": "https://github.com/zPSP-Dev/zPBPTool/archive/b5fbd5e13a7925def1810a40dbda4954755aa2f0.tar.gz", "type": "remote", "url": "https://github.com/zPSP-Dev/zPBPTool" }, { "commit": "cda98b6f5fa970e42eed596c5...
Zig-PSP A project to bring Zig to the Sony PlayStation Portable Why Zig on the PSP? In the PSP programming community, many libraries, tools, and other features are written in C or C++, which as we know has its problems with writing clean, reusable, and high quality code. Given that the core objectives of Zig as a l...
[]
https://avatars.githubusercontent.com/u/65322356?v=4
zpm
zigtools/zpm
2020-05-21T01:21:42Z
Zig package manager helper
master
0
97
10
97
https://api.github.com/repos/zigtools/zpm/tags
-
[ "zig", "ziglang" ]
179
false
2025-05-16T17:19:29Z
true
true
unknown
github
[]
ZPM Next Generation <blockquote> This project is vaporware right now. If you feel the urge to implement it, go ahead! </blockquote> Usage Examples <code>sh-session [user@host] ~ $ zpm add-index zig.pm https://index.zig.pm/api/v1/ [user@host] ~ $</code> ```sh-session [user@host] ~ $ zpm search network masterq32/net...
[]
https://avatars.githubusercontent.com/u/9960268?v=4
http
ducdetronquito/http
2020-09-20T08:54:37Z
HTTP core types for Zig 🦴
master
3
96
7
96
https://api.github.com/repos/ducdetronquito/http/tags
0BSD
[ "http", "zig" ]
69
false
2024-12-09T12:36:55Z
true
false
unknown
github
[]
HTTP HTTP core types for Zig inspired by Rust <a>http</a>. <a></a> <a></a> <a></a> ⚠️ I'm currently renovating an old house which does not allow me to work on <a>requestz</a>, <a>h11</a> and <a>http</a> anymore. Feel free to fork or borrow some ideas if there are any good ones :) Installation <em>http</em> is avai...
[ "https://github.com/zigster64/zchat" ]
https://avatars.githubusercontent.com/u/124872?v=4
zigly
jedisct1/zigly
2020-11-17T18:24:22Z
The easiest way to write services for Fastly's Compute@Edge in Zig.
master
0
89
2
89
https://api.github.com/repos/jedisct1/zigly/tags
Apache-2.0
[ "fastly", "webassembly", "zig", "zig-library", "zig-package" ]
125
false
2025-05-11T02:38:24Z
true
true
unknown
github
[]
The easiest way to write Fastly Compute services in Zig. <ul> <li><a></a></li> <li><a>What is Fastly Compute?</a></li> <li><a>What is Zigly?</a></li> <li><a>Usage</a><ul> <li><a>Example application</a></li> <li><a>Adding Zigly as a dependency</a></li> <li><a>A minimal WebAssembly program</a></li> <li><a>Testing Fastl...
[]
https://avatars.githubusercontent.com/u/39484230?v=4
didot
zenith391/didot
2020-09-12T08:24:09Z
Zig 3D game engine.
master
1
88
1
88
https://api.github.com/repos/zenith391/didot/tags
MIT
[ "game-engine", "game-engine-3d", "high-level", "high-level-api", "zig" ]
40,010
false
2025-05-09T06:05:37Z
true
false
unknown
github
[]
Didot A Zig 3D game engine. Introduction Didot is a multi-threaded 3D game engine programmed in Zig and aimed at high-level constructs: you manipulate game objects and meshes instead of OpenGL calls and batches. It improves developers life by splitting the engine into multiple modules in order to have easier po...
[]
https://avatars.githubusercontent.com/u/29983540?v=4
hzzp
truemedian/hzzp
2020-06-14T17:12:00Z
null
master
0
87
10
87
https://api.github.com/repos/truemedian/hzzp/tags
MIT
[ "http", "zig" ]
14,333
false
2025-04-15T22:05:17Z
true
false
unknown
github
[]
hzzp <a></a> <a></a> <a></a> A I/O agnostic HTTP/1.1 parser and encoder for Zig. Features <ul> <li>Performs no allocations during parsing or encoding, uses a single buffer for all parsing.</li> <li>Relatively simple to use.</li> <li>Works with any Reader and Writer.</li> </ul> Notes <ul> <li>hzzp does <strong>not</...
[]
https://avatars.githubusercontent.com/u/124872?v=4
zig-charm
jedisct1/zig-charm
2020-10-27T17:32:21Z
A Zig version of the Charm crypto library.
main
0
85
6
85
https://api.github.com/repos/jedisct1/zig-charm/tags
MIT
[ "charm", "crypto", "cryptography", "lightweight", "xoodoo", "zig", "zig-package", "ziglang" ]
22
false
2025-05-12T18:44:59Z
true
true
0.14.0
github
[]
charm A tiny, self-contained cryptography library, implementing authenticated encryption and keyed hashing. Charm was especially designed for memory-constrained devices, but can also be used to add encryption support to WebAssembly modules with minimal overhead. Any number of hashing and authenticated encryption ope...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
ansi_term
ziglibs/ansi_term
2020-07-27T21:04:27Z
Zig library for dealing with ANSI terminals
master
4
84
8
84
https://api.github.com/repos/ziglibs/ansi_term/tags
MIT
[ "ansi-terminal", "zig", "zig-package", "ziglang" ]
65
false
2025-05-21T04:09:14Z
true
true
0.14.0
github
[]
ansi_term Zig library for dealing with ANSI Terminals (escape codes, styles, etc.) <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 library was renamed from <code>ansi-term</code>, now using an underscor...
[ "https://github.com/joachimschmidt557/zig-termbox", "https://github.com/neurocyte/zat", "https://github.com/ziglibs/lscolors" ]
https://avatars.githubusercontent.com/u/84904715?v=4
wasmtime-zig
zigwasm/wasmtime-zig
2020-05-14T17:44:48Z
Zig embedding of Wasmtime
main
4
84
9
84
https://api.github.com/repos/zigwasm/wasmtime-zig/tags
Apache-2.0
[ "wasi", "wasm", "wasmtime", "zig", "zig-library" ]
65
false
2025-05-02T07:01:22Z
true
false
unknown
github
[]
wasmtime-zig <a></a> <a></a> Zig embedding of <a>Wasmtime</a> Disclaimer This is a very much work-in-progress library so drastic changes to the API are anything but expected, and things might just not work as expected yet. Building To build this library, you will need Zig nightly 0.8.0, as well as [<code>gyro</co...
[]
https://avatars.githubusercontent.com/u/8798829?v=4
zig-header-gen
suirad/zig-header-gen
2020-07-09T23:31:09Z
Automatically generate headers/bindings for other languages from Zig code
master
4
80
12
80
https://api.github.com/repos/suirad/zig-header-gen/tags
MIT
[ "binding-generator", "build", "c", "comptime", "cpp", "golang", "header-generator", "nim", "python", "rust", "zig", "zig-library" ]
80
false
2025-03-31T15:34:08Z
true
false
unknown
github
[]
HeaderGen <code>HeaderGen</code> automatically generates headers/bindings for other languages given Zig code with exported functions/types Here are the following supported language binding outputs: <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark...
[]
https://avatars.githubusercontent.com/u/80392719?v=4
serial
ZigEmbeddedGroup/serial
2020-04-19T18:45:34Z
Serial port configuration library for Zig
master
6
77
22
77
https://api.github.com/repos/ZigEmbeddedGroup/serial/tags
MIT
[ "serial", "serial-port", "uart", "zig", "zig-package", "ziglang" ]
81
false
2025-04-26T07:06:44Z
true
true
0.14.0
github
[]
Zig Serial Port Library Library for configuring and listing serial ports. Features <ul> <li>Basic serial port configuration</li> <li>Baud Rate</li> <li>Parity (none, even, odd, mark, space)</li> <li>Stop Bits (one, two)</li> <li>Handshake (none, hardware, software)</li> <li>Byte Size (5, 6, 7, 8)</li> <li>Flush seria...
[ "https://github.com/Harry-Heath/micro", "https://github.com/Strum355/wdnas-exporter", "https://github.com/ringtailsoftware/commy" ]
https://avatars.githubusercontent.com/u/13735?v=4
libopaque
stef/libopaque
2020-11-15T19:29:07Z
c implementation of the OPAQUE protocol with bindings for python, php, ruby, lua, zig, java, erlang, golang, js and SASL. also supports a threshold variants based on 2hashdh and 3hashtdh
master
4
76
11
76
https://api.github.com/repos/stef/libopaque/tags
LGPL-3.0
[ "ake", "authenticated-key-exchange", "erlang", "go", "golang", "ietf-cfrg", "java", "javascript", "js", "libsodium", "lua", "opaque", "password", "password-ake", "php", "python", "ruby", "sasl", "sasl-mech", "zig" ]
4,585
false
2025-04-19T06:35:12Z
false
false
unknown
github
[]
libopaque This library implements the OPAQUE protocol as proposed in the IRTF CFRG draft at https://github.com/cfrg/draft-irtf-cfrg-opaque. It comes with bindings for js, php7, ruby, java, erlang, lua, python, go and SASL. There are also a 3rd party bindings for: - <a>dart</a> - rust <a>libopaque-sys</a> + <a>opaq...
[]
https://avatars.githubusercontent.com/u/475017?v=4
dos.zig
jayschwa/dos.zig
2020-09-07T23:42:05Z
Create DOS programs with Zig
main
0
76
4
76
https://api.github.com/repos/jayschwa/dos.zig/tags
MIT
[ "dos", "retrocomputing", "zig" ]
77
false
2025-02-04T03:19:17Z
true
false
unknown
github
[]
<strong>Note</strong>: <a>Zig 0.12.0 removed "bring your own OS" support</a> from the standard library. This project will remain paused on Zig 0.11.0 until a newer Zig release reintroduces BYOS support. DOS SDK for Zig Write and cross-compile <a>DOS</a> programs with the <a>Zig programming language</a>. Programs ru...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
ziter
Hejsil/ziter
2020-11-04T18:10:36Z
The missing iterators for Zig
master
1
76
2
76
https://api.github.com/repos/Hejsil/ziter/tags
MIT
[ "functional", "iterator", "iterator-library", "iterators", "zig", "zig-library", "zig-package" ]
133
false
2025-05-08T07:11:00Z
true
true
0.14.0
github
[]
ziter An iterator library for zig inspired by the iterators in the Rust standard libary. ```zig const iter = @import("ziter"); const std = @import("std"); test "ascii" { const ascii_digits = iter.range(u8, 0, 255) .filter({}, iter.void_ctx(std.ascii.isDigit)); <code>const ascii_alpha = try iter.range(u8...
[]
https://avatars.githubusercontent.com/u/124872?v=4
zig-minisign
jedisct1/zig-minisign
2020-12-05T21:33:09Z
Minisign reimplemented in Zig.
main
2
70
7
70
https://api.github.com/repos/jedisct1/zig-minisign/tags
NOASSERTION
[ "crypto", "minisign", "signatures", "zig", "zig-package" ]
115
false
2025-05-12T19:38:29Z
true
true
0.14.0
github
[]
zig-minisign A Zig implementation of <a>Minisign</a>. <code>minizign</code> was primarily designed to verify signatures, although signing is likely to be implemented next. Compilation Requires the current <code>master</code> version of <a>Zig</a>. Compile with: <code>sh zig build -Doptimize=ReleaseSmall</code> f...
[]
https://avatars.githubusercontent.com/u/27973237?v=4
shell-completions
ziglang/shell-completions
2020-12-29T21:47:29Z
Shell completions for the Zig compiler.
master
6
67
19
67
https://api.github.com/repos/ziglang/shell-completions/tags
MIT
[ "completion", "shell", "zig", "zsh" ]
33
false
2025-05-09T03:04:07Z
false
false
unknown
github
[]
shell-completions Shell completions for the <a>Zig compiler</a>. Installation for zsh The <code>_zig</code> file needs to be included in your <code>$fpath</code>. This can be achieved in two ways: 1. Move the <code>_zig</code> file to one of the folders listed in <code>$fpath</code>. You can list these folders with ...
[]
https://avatars.githubusercontent.com/u/37966791?v=4
zfltk
MoAlyousef/zfltk
2021-01-19T16:04:08Z
Zig bindings for the FLTK gui library
main
5
66
8
66
https://api.github.com/repos/MoAlyousef/zfltk/tags
MIT
[ "fltk", "gui", "zig", "zig-package" ]
9,454
false
2025-05-19T08:21:33Z
true
true
unknown
github
[]
zfltk A Zig wrapper for the FLTK gui library. Running the examples <code>git clone https://github.com/MoAlyousef/zfltk --recurse-submodules cd zfltk zig build run-simple zig build run-capi zig build run-editor zig build run-input zig build run-image zig build run-mixed</code> Usage Until an official Zig package ma...
[]
https://avatars.githubusercontent.com/u/70730202?v=4
Hidamari
HidamariProject/Hidamari
2020-09-04T00:53:06Z
Modern operating system aimed at running WebAssembly code.
master
0
64
2
64
https://api.github.com/repos/HidamariProject/Hidamari/tags
BSD-3-Clause
[ "kernel", "operating-system", "wasm", "webassembly", "zig" ]
3,348
false
2024-07-01T12:21:18Z
true
false
unknown
github
[]
The Hidamari Project (C) 2020 Ronsor Labs. Introduction This is an operating system primarily geared at running WebAssembly code that uses functions conforming to the WASI specifications. All main components are included in this repository, including the kernel, drivers, and userspace applications. TODO: <ol> <li>F...
[]
https://avatars.githubusercontent.com/u/29983540?v=4
zfetch
truemedian/zfetch
2020-12-29T00:33:51Z
null
master
0
60
8
60
https://api.github.com/repos/truemedian/zfetch/tags
MIT
[ "http", "zig" ]
100
false
2024-10-25T07:03:59Z
true
false
unknown
github
[]
Notice This package is deprecated and archived for the foreseeable future due to the zig master being an ever changing target and my lack of time to address and fix things that have changed. Those looking for a similar experience should look at <a>haze/zelda</a>. zfetch <a></a> <a></a> <a></a> A HTTP request librar...
[]
https://avatars.githubusercontent.com/u/8798829?v=4
adma
suirad/adma
2020-06-17T04:11:37Z
A general purpose, multithreaded capable slab allocator for Zig
master
0
60
1
60
https://api.github.com/repos/suirad/adma/tags
MIT
[ "allocator", "general-purpose", "slab-allocator", "zig", "zig-lang", "zig-library" ]
21
false
2025-04-01T22:21:13Z
true
false
unknown
github
[]
A.D.M.A - Acronyms Dont Mean Anything Adma is a general purpose allocator for zig with the following 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-...
[]
https://avatars.githubusercontent.com/u/24529384?v=4
zig-sfml-wrapper
Guigui220D/zig-sfml-wrapper
2020-10-29T16:25:03Z
A zig wrapper for csfml
main
9
57
9
57
https://api.github.com/repos/Guigui220D/zig-sfml-wrapper/tags
NOASSERTION
[ "binding", "csfml", "sfml", "wrapper", "zig", "zig-package" ]
7,523
false
2025-05-21T00:42:59Z
true
true
unknown
github
[]
Zig <a>SFML</a> Wrapper A pretty interface to use CSFML in a way that looks Object-Oriented in zig! What this is This is a wrapper for CSFML. Theres no problem importing CSFML in Zig, but the resulting code can be a little bit messy. My goal is to make things close enough to SFML, with nice methods. This currently ...
[]
https://avatars.githubusercontent.com/u/473672?v=4
nfd-zig
fabioarnold/nfd-zig
2020-12-27T19:12:22Z
OS-native file dialogs on Linux, macOS and Windows
master
1
55
13
55
https://api.github.com/repos/fabioarnold/nfd-zig/tags
MIT
[ "file-dialog", "native", "zig", "zig-package" ]
184
false
2025-05-20T18:15:07Z
true
false
unknown
github
[]
nfd-zig <code>nfd-zig</code> is a Zig binding to the library <a>nativefiledialog</a> which provides a convenient cross-platform interface to opening file dialogs on Linux, macOS and Windows. This library has been tested on Windows 10, macOS 11.1 and Linux. Usage You can run a demo with <code>zig build run</code>. T...
[]
https://avatars.githubusercontent.com/u/27973237?v=4
fetch-them-macos-headers
ziglang/fetch-them-macos-headers
2020-10-20T16:33:48Z
A utility for fetching minimal macOS libc headers
main
0
53
10
53
https://api.github.com/repos/ziglang/fetch-them-macos-headers/tags
MIT
[ "macos", "zig" ]
3,123
false
2025-05-21T08:27:38Z
true
false
unknown
github
[]
fetch-them-macos-headers A deprecated project that was used to collect macOS system header files. The new workflow is here: https://github.com/ziglang/zig/wiki/Updating-libc#darwin
[]
https://avatars.githubusercontent.com/u/65570835?v=4
zinput
ziglibs/zinput
2020-05-24T19:22:58Z
A Zig command-line input library!
master
4
50
6
50
https://api.github.com/repos/ziglibs/zinput/tags
-
[ "zig", "zig-package", "ziglang" ]
26
false
2025-01-18T16:24:54Z
true
false
unknown
github
[]
zinput A Zig command-line input library! <ul> <li><a>zinput</a><ul> <li><a>Usage</a></li> </ul> </li> </ul> Usage ```zig const zinput = @import("zinput"); const my_string = try zinput.askString(allocator, "I need a string!", 128); defer allocator.free(my_string); ``` Check out the test in <code>main.zig</code> for...
[]
https://avatars.githubusercontent.com/u/80545079?v=4
Kiragine
MeKaLu/Kiragine
2020-09-10T19:24:46Z
Game engine written in zig, no external dependencies required!
master
1
49
0
49
https://api.github.com/repos/MeKaLu/Kiragine/tags
NOASSERTION
[ "game-engine", "open-source", "zig" ]
7,354
false
2025-04-19T06:40:31Z
true
false
unknown
github
[]
Kiragine I am now working on another engine, i hope it'll be the successor of this engine. It has the same fundamentals but slightly different approach. I won't make you wait longer than a month or two until it's ready to release, once it release i'll put a link here and archive this repository. Edit: <a>New engine, ...
[]
https://avatars.githubusercontent.com/u/1519747?v=4
zacho
kubkon/zacho
2020-08-26T19:38:17Z
Zig's Mach-O parser
master
0
44
4
44
https://api.github.com/repos/kubkon/zacho/tags
MIT
[ "zig", "zig-package" ]
198
false
2025-05-10T11:12:03Z
true
true
unknown
github
[ { "commit": "b9a7c13bef81b32d2df0ccc78994001c795ef805.tar.gz", "name": "zigkit", "tar_url": "https://github.com/kubkon/ZigKit/archive/b9a7c13bef81b32d2df0ccc78994001c795ef805.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/kubkon/ZigKit" } ]
zacho ...or Zig's Mach-O parser. This project started off as a dummy scratchpad for reinforcing my understanding of the Mach-O file format while I was working on the Zig's stage2 Mach-O linker (I still am working on it, in case anyone was asking). My current vision for <code>zacho</code> is for it to be a cross-platf...
[]
https://avatars.githubusercontent.com/u/39384757?v=4
zss
chadwain/zss
2020-11-19T04:48:40Z
zss is a CSS layout engine and renderer, written in Zig.
master
0
42
2
42
https://api.github.com/repos/chadwain/zss/tags
NOASSERTION
[ "css", "zig", "zss" ]
2,702
false
2025-05-19T22:22:41Z
true
true
unknown
github
[ { "commit": "a0f4771122f7db10f8b8cf574c1a1fa4d5d7fbed", "name": "harfbuzz", "tar_url": "https://github.com/chadwain/harfbuzz/archive/a0f4771122f7db10f8b8cf574c1a1fa4d5d7fbed.tar.gz", "type": "remote", "url": "https://github.com/chadwain/harfbuzz" }, { "commit": "53c75bf06c40f763608fe2230...
zss zss is a <a>CSS</a> layout engine and document renderer, written in <a>Zig</a>. Building zss To build zss, simply run <code>zig build --help</code> to see your options. zss uses version 0.14 of the zig compiler. Standards Implemented In general, zss tries to implement the standards contained in <a>CSS Snapsho...
[]
https://avatars.githubusercontent.com/u/4252848?v=4
luf
Luukdegram/luf
2020-09-01T14:47:36Z
Statically typed, embeddable, scripting language written in Zig.
master
8
40
4
40
https://api.github.com/repos/Luukdegram/luf/tags
MIT
[ "embeddable", "embeddable-scripting-language", "language", "luf", "scripting-language", "statically-typed", "zig", "ziglang" ]
976
false
2025-05-06T00:16:08Z
true
false
unknown
github
[]
Luf Luf is a statically typed embeddable scripting language written in <a>Zig</a>. The goal of this project is to create a simple, expressive scripting language that can be used to implement new ideas. As most of it is experimental, I would currently not recommend this for any serious use. Resources <ul> <li><a>Exam...
[]
https://avatars.githubusercontent.com/u/12176994?v=4
zig-vst
schroffl/zig-vst
2020-07-04T23:11:35Z
Aims to provide high- and low-level utilites for building VST 2.4 plugins with Zig
master
1
40
1
40
https://api.github.com/repos/schroffl/zig-vst/tags
MIT
[ "vst", "zig" ]
2,200
false
2025-03-14T15:01:53Z
true
false
unknown
github
[]
zig-vst Aims to provide high- and low-level utilites for building VST 2.4 plugins with Zig. It's too early for any documentation, so it's still TODO. Hot Reloading Not very mature yet, but here's a demo:
[]
https://avatars.githubusercontent.com/u/29983540?v=4
wz
truemedian/wz
2020-07-04T23:03:57Z
null
master
0
38
7
38
https://api.github.com/repos/truemedian/wz/tags
MIT
[ "websocket", "zig" ]
75
false
2024-10-01T21:26:28Z
true
false
unknown
github
[]
wz <a></a> <a></a> <a></a> An I/O agnostic WebSocket 1.3 library for Zig. Currently untested, contributions towards a test suite are appreciated. Features <ul> <li>Performs no allocations, uses a single buffer for all parsing.</li> <li>Works with any Reader and Writer.</li> </ul> Notes <ul> <li>wz does <strong>not...
[]
https://avatars.githubusercontent.com/u/63115601?v=4
snow
lithdew/snow
2020-12-05T14:03:29Z
A small, fast, cross-platform, async Zig networking framework built on top of lithdew/pike.
master
2
38
3
38
https://api.github.com/repos/lithdew/snow/tags
MIT
[ "async", "networking", "pike", "tcp", "zig" ]
94
false
2024-08-31T21:01:41Z
true
false
unknown
github
[]
snow A small, fast, cross-platform, async Zig networking framework built on top of <a>lithdew/pike</a>. It automatically handles: 1. buffering/framing data coming in and out of a socket, 2. managing the lifecycle of incoming / outgoing connections, and 3. representing a singular <code>Client</code> / <code>Server</c...
[]
https://avatars.githubusercontent.com/u/47629329?v=4
zig-debian
dryzig/zig-debian
2020-06-02T05:04:31Z
Packaging the Zig programming language for Debian and Ubuntu.
master
9
35
5
35
https://api.github.com/repos/dryzig/zig-debian/tags
Unlicense
[ "apt-get", "apt-repository", "debian", "ubuntu", "zig", "ziglang" ]
9
false
2025-02-10T02:07:00Z
false
false
unknown
github
[]
Zig for Debian and Ubuntu This repository contains instructions for installing the <a>Zig</a> programming language and toolchain on the Ubuntu and Debian operating systems, as well as the [<code>debuild</code>][] configuration for building the corresponding binary packages from the <a>upstream tarballs</a>. Distribut...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
funzig
ziglibs/funzig
2020-07-30T18:35:43Z
Fun functional functionality for Zig!
master
0
35
0
35
https://api.github.com/repos/ziglibs/funzig/tags
MIT
[ "zig", "zig-library" ]
23
false
2025-02-08T09:31:10Z
false
false
unknown
github
[]
Functional Zig features! Table of Contents <ul> <li><a>Functions</a></li> </ul> Functions Here's a list of the functions implemented by funzig, in order of addition: <ul> <li><code>pipe</code></li> <li><code>reduce</code></li> <li><code>map</code></li> <li><code>find</code></li> </ul> For usage information, chec...
[]
https://avatars.githubusercontent.com/u/2567177?v=4
foxwhale
malcolmstill/foxwhale
2020-04-26T16:38:03Z
A Wayland compositor written in Zig
master
19
34
0
34
https://api.github.com/repos/malcolmstill/foxwhale/tags
MIT
[ "wayland", "zig", "ziglang" ]
1,230
false
2025-03-26T02:38:05Z
true
true
unknown
github
[ { "commit": "b37fcaaef4bbad39bff217af03e4cac9e030b74d.tar.gz", "name": "foxwhale_gen", "tar_url": "https://github.com/malcolmstill/foxwhale-gen/archive/b37fcaaef4bbad39bff217af03e4cac9e030b74d.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/malcolmstill/foxwhale-gen" }, { "c...
404
[]
https://avatars.githubusercontent.com/u/2326560?v=4
zig-riscv-embedded
nmeum/zig-riscv-embedded
2020-04-11T21:14:10Z
Experimental Zig-based CoAP node for the HiFive1 RISC-V board
master
0
33
4
33
https://api.github.com/repos/nmeum/zig-riscv-embedded/tags
AGPL-3.0
[ "bare-metal", "coap", "coap-server", "embedded", "hifive1", "risc-v", "riscv", "zig" ]
255
false
2024-09-12T03:08:13Z
true
false
unknown
github
[]
zig-riscv-embedded Experimental <a>Zig</a>-based <a>CoAP</a> node for the <a>HiFive1</a> RISC-V board. Status This repository is intended to provide a simple sample application for experimenting with the Zig programming language on freestanding RISC-V. The application targets the <a>SiFive FE310-G000</a> or more s...
[]
https://avatars.githubusercontent.com/u/63115601?v=4
hello
lithdew/hello
2020-11-17T15:04:49Z
Multi-threaded cross-platform HTTP/1.1 web server example in Zig.
master
1
33
1
33
https://api.github.com/repos/lithdew/hello/tags
-
[ "async", "cross-platform", "http-server", "zig" ]
7
false
2025-01-08T03:21:48Z
false
false
unknown
github
[]
hello Multi-threaded cross-platform HTTP/1.1 web server example in <a>Zig</a> using <a>lithdew/pike</a> and <a>kprotty/zap</a>. Warning This example is barebones and <em>highly experimental</em>. Linux and Mac has been extensively tested, with Windows only being barely supported. <a>pike</a> does not yet support ca...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-bearssl
ikskuh/zig-bearssl
2020-05-21T00:42:45Z
A BearSSL binding for Zig
master
1
32
11
32
https://api.github.com/repos/ikskuh/zig-bearssl/tags
MIT
[ "bearssl", "ssl", "tls", "zig", "zig-package", "ziglang" ]
1,061
false
2025-04-29T13:25:50Z
true
true
unknown
github
[]
zig-bearssl A <a>BearSSL</a> binding for Zig, providing primitive (and probably unsafe, i'm no SSL expert) bindings for SSL and TLS connections to generic zig code.
[ "https://github.com/ikskuh/gurl" ]
https://avatars.githubusercontent.com/u/2665334?v=4
zig-snappy
gsquire/zig-snappy
2020-09-07T23:25:50Z
Snappy compression for Zig
master
1
32
3
32
https://api.github.com/repos/gsquire/zig-snappy/tags
MIT
[ "compression", "snappy", "zig" ]
27
false
2025-04-05T18:41:32Z
false
false
unknown
github
[]
zig-snappy <a></a> This is a rough translation of Go's <a>snappy</a> library for Zig. It only supports the block format. The streaming format may be added in the future. Caveat Expect some sharp edges. This is my first time writing Zig! I would greatly appreciate any issues or pull requests to improve the code, wri...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
ZTT
ikskuh/ZTT
2021-02-06T08:04:04Z
Precompiled Zig text template engine
master
0
32
4
32
https://api.github.com/repos/ikskuh/ZTT/tags
Zlib
[ "template-engine", "text-templating-engine", "zig", "zig-package", "ziglang" ]
13
false
2025-04-08T13:17:56Z
true
false
unknown
github
[]
Zig Text Templates This project implements a template generator for Zig that works similar to how PHP works. It allows you to mix plain text and Zig code to generate automatic text files. Consider the following example: <code>``zig &lt;# // This tag let's you import global statements available to the</code>render()...
[]
https://avatars.githubusercontent.com/u/1915?v=4
libpcre.zig
kivikakk/libpcre.zig
2020-08-20T04:03:56Z
Zig bindings to libpcre
main
0
31
6
31
https://api.github.com/repos/kivikakk/libpcre.zig/tags
MIT
[ "pcre", "regular-expression", "zig" ]
49
false
2025-03-30T00:47:11Z
true
true
0.14.0
github
[ { "commit": "6a08aa250b3ca1deea5fbc5f696bb4e25ac2da90.tar.gz", "name": "pcre", "tar_url": "https://github.com/kivikakk/pcre-8.45/archive/6a08aa250b3ca1deea5fbc5f696bb4e25ac2da90.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/kivikakk/pcre-8.45" } ]
<a>libpcre.zig</a> Use via the zig package manager (Zig v0.12+): <code>sh $ zig fetch --save https://github.com/kivikakk/libpcre.zig/archive/&lt;commit hash&gt;.tar.gz</code> Then add the following to <code>build.zig</code> (a source build of <code>pcre</code> will be linked against automatically): <code>zig cons...
[]
https://avatars.githubusercontent.com/u/15308111?v=4
comptime_hash_map
Vexu/comptime_hash_map
2020-06-27T17:56:20Z
A statically initiated HashMap
master
0
27
4
27
https://api.github.com/repos/Vexu/comptime_hash_map/tags
MIT
[ "compile-time", "zig", "zig-library", "zig-package" ]
11
false
2025-03-10T12:26:19Z
true
true
unknown
github
[]
Comptime HashMap A statically initiated HashMap, originally a pull request to the Zig std lib <a>#5359</a>. Installation Build for Zig <code>0.13.0</code>. <code>sh zig fetch --save git+https://github.com/Vexu/comptime_hash_map</code> In your <code>build.zig</code>: <code>zig const chm = b.dependency("comptime_has...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
string-searching
ziglibs/string-searching
2020-05-05T11:39:10Z
String(not limited to []const u8)-searching algorithms in zig
master
1
25
0
25
https://api.github.com/repos/ziglibs/string-searching/tags
MIT
[ "bitap-algorithm", "boyer-moore", "zig", "zig-package", "ziglang" ]
40
false
2025-05-08T07:36:41Z
true
false
unknown
github
[]
string-searching Implementation of some string-search algorithms in <a>zig</a>. Compatible with zig 0.13.0. Boyer-Moore string searching Ported from the implementation in the Go standard library: <a>strings/search.go</a>. Bitap algorithm Inspired by the code on the <a>Wikipedia article</a>.
[]
https://avatars.githubusercontent.com/u/71220004?v=4
iotmonitor
mqttiotstuff/iotmonitor
2020-04-12T12:21:38Z
PainLess, Monitor and State server for iot mqtt devices, and software agents. This daemon permit to maintain the execution of constellations of mqtt devices and associated agents
master
2
24
1
24
https://api.github.com/repos/mqttiotstuff/iotmonitor/tags
Apache-2.0
[ "agents", "healthcheck", "iot", "iot-device", "monitor", "monitoring", "mqtt", "server", "state", "zig" ]
355
false
2025-03-04T16:27:49Z
true
false
unknown
github
[]
IOTMonitor project IotMonitor is an effortless and lightweight mqtt monitoring for devices (things) and agents on Linux. IotMonitor aims to solve the "always up" problem of large IOT devices and agents system. This project is successfully used every day for running smart home automation system. Considering large and...
[]
https://avatars.githubusercontent.com/u/12070598?v=4
zata
rvcas/zata
2020-03-22T21:38:58Z
Common Data Structures and Algorithms for Learning Zig
main
0
24
2
24
https://api.github.com/repos/rvcas/zata/tags
MIT
[ "data-structures", "learning", "learning-zig", "zig" ]
23
false
2025-01-17T00:36:22Z
true
false
unknown
github
[]
zata Common and simple data structures for learning zig. Requirements You'll need <a target="_blank">zig</a> to play with this. You can find instructions to install it here: <a target="_blank">click me</a> Running ```sh git clone git@github.com:10factory/zata.git cd zata zig build test ``` Implemented <ul> <li...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
painterz
ziglibs/painterz
2020-07-16T09:35:41Z
Low-level implementation of different painting primitives (lines, rectangles, ...) without specialization on a certain draw target
master
1
23
1
23
https://api.github.com/repos/ziglibs/painterz/tags
MIT
[ "2d-graphics", "canvas", "graphics", "painting", "zig", "zig-package", "ziglang" ]
24
false
2025-03-21T04:33:13Z
true
true
unknown
github
[]
painterz The idea of this library is to provide platform-independent, embedded-feasible implementations of several drawing primitives. The library exports a generic <code>Canvas</code> type which is specialized on a <code>setPixel</code> function that will put pixels of type <code>Color</code> onto a <code>Framebuffe...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
aniz
Hejsil/aniz
2021-01-02T15:36:06Z
A program for keeping a local list of anime you have watched
master
0
22
1
22
https://api.github.com/repos/Hejsil/aniz/tags
MIT
[ "anime", "anime-list", "cli", "database", "zig" ]
260
false
2025-05-07T13:47:11Z
true
true
0.14.0
github
[ { "commit": "4d0e84cd8844c0672e0cbe247a3130750c9e0f27.tar.gz", "name": "datetime", "tar_url": "https://github.com/frmdstryr/zig-datetime/archive/4d0e84cd8844c0672e0cbe247a3130750c9e0f27.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/frmdstryr/zig-datetime" }, { "commit": "a...
aniz aniz is a program for keeping a local list of anime you have watched. Example ```sh $ # First, an anime database needs to be downloaded. $ # Run this once a week to have the latest database at all time. $ aniz database download $ # Search for an anime in the database $ aniz database -s 'Attack on titan' | head...
[]
https://avatars.githubusercontent.com/u/4252848?v=4
ctradix
Luukdegram/ctradix
2020-10-06T19:18:27Z
Comptime radix tree in Zig
master
0
22
2
22
https://api.github.com/repos/Luukdegram/ctradix/tags
MIT
[ "compiletime", "comptime", "radix", "radix-tree", "zig", "ziglang" ]
31
false
2025-01-22T19:13:34Z
true
false
unknown
github
[]
ctradix Comptime radix trie implemented in <a>Zig</a>. This library was experimental to see how feasible it is to implement a comptime radix trie where all data is known at compile time. The main use case for this library is to be used within <a>apple_pie</a> for routing support. The implementation is based on Hash...
[]
https://avatars.githubusercontent.com/u/5048090?v=4
zig-cairo
jackdbd/zig-cairo
2021-01-12T23:44:55Z
🪲 zig-idiomatic wrapper for cairo
main
17
21
5
21
https://api.github.com/repos/jackdbd/zig-cairo/tags
NOASSERTION
[ "cairo", "graphics", "wrapper", "zig" ]
926
false
2025-03-18T11:29:36Z
true
false
unknown
github
[]
zig-cairo <a></a> Thin wrapper for the <a>cairo</a> 2D graphics library. Tested on Zig version <strong>0.9.1</strong>. 🚧 Very much a work in progress... 🚧 Naming convention As suggested in the <a>cairo Appendix</a>, the type names and method names of the original C library were changed to follow the <a>Zig Styl...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-ansi
nektro/zig-ansi
2020-12-09T19:24:11Z
ANSI utilities for CLI usage in Zig.
master
2
21
1
21
https://api.github.com/repos/nektro/zig-ansi/tags
MIT
[ "zig", "zig-package" ]
19
false
2025-05-21T20:33:19Z
true
false
unknown
github
[]
zig-ansi <a></a> <a></a> <a></a> <a></a> <a></a> ANSI utilities for CLI usage in Zig. Zig <ul> <li>https://ziglang.org/</li> <li>https://github.com/ziglang/zig</li> <li>https://github.com/ziglang/zig/wiki/Community</li> </ul> Getting Started Using https://github.com/nektro/zigmod, add a <code>git</code> type with...
[]
https://avatars.githubusercontent.com/u/11783095?v=4
ilo_license_key
nrdmn/ilo_license_key
2020-05-14T20:44:28Z
iLO license key library
master
0
21
4
21
https://api.github.com/repos/nrdmn/ilo_license_key/tags
-
[ "ilo", "keygen", "zig" ]
2
false
2025-05-14T17:14:15Z
true
false
unknown
github
[]
HP iLO license key validation library This library validates HP iLO license keys. This is most definitely not a keygen, but if you want to understand how license keys are constructed, have a look at the unit tests.
[]
https://avatars.githubusercontent.com/u/936155?v=4
zig-csv
beho/zig-csv
2020-12-31T15:31:40Z
Low-level CSV parser library for Zig language.
main
1
18
4
18
https://api.github.com/repos/beho/zig-csv/tags
MIT
[ "csv", "zig" ]
41
false
2024-12-01T08:39:58Z
true
true
0.13.0
github
[]
zig-csv Low-level CSV parser library for <a>Zig language</a>. Each non-empty line in input is parsed as one or more tokens of type <code>field</code>, followed by <code>row_end</code>. <em>This library was conceived as Zig learning project and it was not used by me in production software.</em> Features <ul> <li>Rea...
[]
https://avatars.githubusercontent.com/u/3952805?v=4
zig-bgfx-sdl2
LakeByTheWoods/zig-bgfx-sdl2
2020-09-15T09:27:09Z
Minimal zig project to get bgfx running with sdl2
master
2
18
6
18
https://api.github.com/repos/LakeByTheWoods/zig-bgfx-sdl2/tags
MIT
[ "bgfx", "sdl2", "zig", "ziglang" ]
5
false
2025-01-24T17:07:51Z
true
false
unknown
github
[]
zig-bgfx-sdl2 Minimal zig project to get bgfx running with sdl2 SDL2 needs to be intalled on your system so that zig build can find it To build and run: <code>zig build fetch zig build run</code>
[]
https://avatars.githubusercontent.com/u/2859122?v=4
mogwai
kooparse/mogwai
2020-11-04T15:49:44Z
Graphic utility used to manipulate objects in 3D for scene editing (commonly called Gizmo).
master
1
18
0
18
https://api.github.com/repos/kooparse/mogwai/tags
-
[ "game-engine", "gamedev", "gizmo", "graphics-engine", "scene-editor", "zig" ]
978
false
2025-05-09T06:05:54Z
true
false
unknown
github
[]
Mogwai Graphic utility used to manipulate objects in 3D for scene editing (commonly called Gizmo). It's a straightforward and simple Gizmo, all the manipulation is computed in this library while it gives you all the verticies for your renderer; At the end, you'll get a decomposed matrix (three vec3 for translation/...
[]
https://avatars.githubusercontent.com/u/53614543?v=4
zitertools
zerobsv/zitertools
2020-10-18T06:26:26Z
An improved version of the existing python itertools library that I created for Zig.
main
0
17
0
17
https://api.github.com/repos/zerobsv/zitertools/tags
MIT
[ "filter", "iterator", "itertools", "itertools-library", "python", "zig" ]
1,517
false
2025-01-27T17:15:58Z
true
false
unknown
github
[]
Zig itertools <a></a> <a></a> This is an attempt to port the itertools library from python to zig, in order to introduce a functional paradigm to the language. Maintains efficiency by reducing temporary allocations, and moving through slices using an iterator. The library also includes some constructs such as map, f...
[]
https://avatars.githubusercontent.com/u/2286349?v=4
zig-x86_64
leecannon/zig-x86_64
2020-07-25T14:44:59Z
Support for x86_64 specific instructions (e.g. TLB flush), registers (e.g. control registers), and structures (e.g. page tables)
master
0
17
2
17
https://api.github.com/repos/leecannon/zig-x86_64/tags
MIT
[ "osdev", "x86", "x86-64", "zig", "zig-library", "zig-package", "ziglang" ]
307
false
2025-03-26T01:57:10Z
true
false
unknown
github
[]
zig-x86_64 <a></a> <strong>I don't use this library anymore. I made this as a port of the rust crate but over time I have come to dislike the API.</strong> <strong>As written it does not support self-hosted so will probably be deleted with the release of zig 0.11</strong> This repo contains various functionality re...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
gurl
ikskuh/gurl
2020-05-13T23:17:54Z
A curl-like cli application to interact with Gemini sites.
master
2
17
3
17
https://api.github.com/repos/ikskuh/gurl/tags
MIT
[ "gemini", "zig", "ziglang" ]
97
false
2025-01-15T01:45:27Z
true
true
unknown
github
[ { "commit": "bb2eced8ddf28114b3a1ff761c2d80b90b1a61e2.tar.gz", "name": "zig-args", "tar_url": "https://github.com/MasterQ32/zig-args/archive/bb2eced8ddf28114b3a1ff761c2d80b90b1a61e2.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/MasterQ32/zig-args" }, { "commit": "fa75e1bc6...
👧 gurl A <a>Gemini</a> command line interface similar to <a>curl</a> written in <a>Zig</a>. Project State <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-gra...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
spu-mark-ii
ikskuh/spu-mark-ii
2020-04-19T14:10:00Z
CPU and home computer project
master
2
17
1
17
https://api.github.com/repos/ikskuh/spu-mark-ii/tags
MIT
[ "assembler", "cpu", "spu-mark-ii", "zig", "ziglang" ]
30,654
false
2023-09-28T18:51:53Z
true
false
unknown
github
[]
The SPU Mark II Project A project that focuses on the development and improvement of the <em>SPU Mark II</em> instruction set architecture. Another focus is development and creation of a concrete implementation of the CPU in VHDL as well as building a small "home computer" around an FPGA board similar to other comput...
[]
https://avatars.githubusercontent.com/u/12723818?v=4
zig-xkbcommon
ifreund/zig-xkbcommon
2020-10-14T21:56:33Z
[mirror] Zig bindings for xkbcommon
master
0
16
3
16
https://api.github.com/repos/ifreund/zig-xkbcommon/tags
MIT
[ "xkbcommon", "zig" ]
78
false
2025-03-07T09:40:41Z
true
true
0.14.0
github
[]
zig-xkbcommon <a>zig</a> 0.14 bindings for <a>xkbcommon</a> that are a little nicer to use than the output of <code>zig translate-c</code>. The main repository is on <a>codeberg</a>, which is where the issue tracker may be found and where contributions are accepted. Read-only mirrors exist on <a>sourcehut</a> and <a...
[ "https://github.com/riverwm/river" ]
https://avatars.githubusercontent.com/u/4959032?v=4
msgpack-zig
oleggator/msgpack-zig
2020-07-11T17:05:57Z
MessagePack for Zig
master
1
16
0
16
https://api.github.com/repos/oleggator/msgpack-zig/tags
MIT
[ "messagepack", "msgpack", "zig" ]
50
false
2024-05-20T15:58:43Z
true
false
unknown
github
[]
MessagePack for Zig Based on <a>github.com/tarantool/msgpuck</a>. Stream API implementation progress | Type | Encoding | Decoding | |-------------------------|:-----------------------:|:--------:| | generic | :white_check_mark: | | | int (7-64 bit) ...
[]
https://avatars.githubusercontent.com/u/1059144?v=4
zig.run
jlauman/zig.run
2021-01-16T15:18:57Z
Run and play with Zig source code.
main
0
16
1
16
https://api.github.com/repos/jlauman/zig.run/tags
MIT
[ "playground", "zig" ]
456
false
2025-02-12T05:43:10Z
false
false
unknown
github
[]
zig.run <a>Run and play</a> with <a>Zig</a> source code. Refer to the <a>wiki</a> for using zig.run as a snippet runner or service.
[]
https://avatars.githubusercontent.com/u/4929546?v=4
advent-of-code
pomadchin/advent-of-code
2021-12-01T12:37:32Z
Advent of Code written in different languages.
main
0
4
0
4
https://api.github.com/repos/pomadchin/advent-of-code/tags
MIT
[ "advent-of-code", "rust", "scala", "zig" ]
737
false
2025-05-08T22:17:42Z
false
false
unknown
github
[]
Advent of Code <a></a> <a>Advent of Code</a> written in different languages. Scala 2021 There also exists an alternative <a>feature/rec-schemes</a> branch to practice <a>recursion schemes</a> using <a>Droste</a> Encryption All input files should be encrypted; i.e.: ```bash single file $ gpg --batch --passphras...
[]
https://avatars.githubusercontent.com/u/10657551?v=4
lamia
Black-Cat/lamia
2021-06-19T07:14:52Z
Small sdf editor
master
34
4
0
4
https://api.github.com/repos/Black-Cat/lamia/tags
-
[ "3d", "sdf", "zig" ]
428
false
2025-04-12T14:12:58Z
true
false
unknown
github
[]
lamia Small sdf editor uses <a>nyancore</a> Requirements <ul> <li>zig 0.11</li> <li>Vulkan SDK (for developing, optional)</li> </ul> How to build? Clone repository with all submodules <code>git clone --recurse-submodules git@github.com:Black-Cat/lamia.git</code> Cross compilation is available Release for windo...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
ston
Hejsil/ston
2021-06-13T13:48:03Z
The Streaming Text Object Notation
master
0
4
0
4
https://api.github.com/repos/Hejsil/ston/tags
MIT
[ "deserialization", "parser", "serialization", "zig", "zig-library" ]
83
false
2024-09-13T12:54:21Z
false
false
unknown
github
[]
<code>ston</code> - Streaming Text Object Notation A simple text format for streaming objects in a line based format. Grammar ``` Lines &lt;- Line<em> Line &lt;- Suffix</em> '=' VALUE '\n' Suffix &lt;- '.' FIELD / '[' INDEX ']' INDEX &lt;- [^]\n]<em> FIELD &lt;- [^=.[\n]</em> VALUE &lt;- [^\n]* ``` Example...
[]
https://avatars.githubusercontent.com/u/473672?v=4
hello-webgl
fabioarnold/hello-webgl
2021-04-06T19:12:00Z
Hello WebGL in Zig
master
0
4
1
4
https://api.github.com/repos/fabioarnold/hello-webgl/tags
-
[ "webgl", "webgl2", "zig", "ziglang" ]
285
false
2024-11-12T02:31:17Z
true
true
unknown
github
[ { "commit": "27013efdea89e6f9b838b088e916fe7e55a828fa.tar.gz", "name": "zalgebra", "tar_url": "https://github.com/kooparse/zalgebra/archive/27013efdea89e6f9b838b088e916fe7e55a828fa.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/kooparse/zalgebra" } ]
Hello WebGL in Zig Build and run in your browser ```bash fetch the source and build git clone https://github.com/fabioarnold/hello-webgl cd hello-webgl zig build run a local http server python3 -m http.server open http://localhost:8000 in your browser ```
[]
https://avatars.githubusercontent.com/u/8948701?v=4
openbsd-ziglibc
semarie/openbsd-ziglibc
2021-11-08T18:56:06Z
build a ZIG_LIBC environment for Zig, targeting OpenBSD
main
0
4
1
4
https://api.github.com/repos/semarie/openbsd-ziglibc/tags
ISC
[ "openbsd", "zig" ]
4
false
2025-04-18T20:31:35Z
false
false
unknown
github
[]
OpenBSD ZIG_LIBC support Simple shell script to build a <code>ZIG_LIBC</code> environment for <a>Zig</a> targeting <a>OpenBSD</a>. Usage <code>$ ./build-ziglibc.sh usage: ./build-ziglibc.sh url output-dir</code> <ul> <li><em>url</em> : URL pointing to OpenBSD sets.</li> </ul> Typical url to use: https://cdn.openbsd...
[]
https://avatars.githubusercontent.com/u/10657551?v=4
nyancore
Black-Cat/nyancore
2021-05-07T06:26:12Z
Small lib for my projects
master
0
4
0
4
https://api.github.com/repos/Black-Cat/nyancore/tags
MIT
[ "zig" ]
17,879
false
2025-04-12T14:11:06Z
true
false
unknown
github
[]
nyancore Small lib for my personal projects used in <a>lamia</a> sdf editor Awesome libs used in this project <ul> <li>Dear ImGUI (with cImGui interface)</li> <li>enet</li> <li>glfw</li> <li>glslang</li> <li>tracy</li> <li>vulkan-zig</li> </ul> Math implementation is based on cglm implementation Tracing If you ha...
[]
https://avatars.githubusercontent.com/u/40190339?v=4
Wireworld
daneelsan/Wireworld
2022-01-04T05:51:10Z
Wireworld: a Turing-complete cellular automaton suited for simulating logic gates and other real-world computer elements
master
0
4
1
4
https://api.github.com/repos/daneelsan/Wireworld/tags
-
[ "c", "wireworld", "wolfram-language", "zig" ]
1,407
false
2025-03-10T04:28:12Z
true
false
unknown
github
[]
Wireworld Wireworld is a Turing-complete cellular automaton first proposed by Brian Silverman in 1987 suited for simulating logic gates and other real-world computer elements. Installation Install the paclet (version <code>1.0.0</code>) from github releases: <code>Mathematica PacletInstall["https://github.com/danee...
[]