avatar_url
stringlengths
46
53
name
stringlengths
2
33
full_name
stringlengths
8
45
created_at
stringdate
2018-01-12 15:05:58
2025-05-18 21:51:14
description
stringlengths
7
327
default_branch
stringclasses
11 values
open_issues
int64
0
156
stargazers_count
int64
0
3.96k
forks_count
int64
0
182
watchers_count
int64
0
3.96k
tags_url
stringlengths
42
79
license
stringclasses
20 values
topics
listlengths
0
18
size
int64
0
760k
fork
bool
2 classes
updated_at
stringdate
2021-04-12 07:17:39
2025-05-22 07:54:00
has_build_zig
bool
2 classes
has_build_zig_zon
bool
2 classes
zig_minimum_version
stringclasses
35 values
repo_from
stringclasses
1 value
dependencies
listlengths
0
121
readme_content
stringlengths
3
96.8k
dependents
listlengths
0
21
https://avatars.githubusercontent.com/u/20770505?v=4
delti
Jafagervik/delti
2025-03-28T06:26:12Z
Delti prog language
main
0
0
0
0
https://api.github.com/repos/Jafagervik/delti/tags
-
[ "hobby-project", "programming-language", "zig", "zig-package" ]
15
false
2025-04-01T23:27:14Z
true
true
0.14.0
github
[]
Delti - like jai and odin, but for me Datatypes usize, isize u8, u16, u32, u64, u128 i8, i16, i32, i64, i128 f8, f16, f32, f64, f128 str = []u8 Project Layout <code>src -- compy.zig # compiler -- lexer.zig # lexer -- compy.zig # compiler -- compy.zig # compiler -- compy.zig # compiler -- compy.zig # compiler</co...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
elfutils
allyourcodebase/elfutils
2025-04-28T19:16:27Z
elfutils ported to the zig build system
master
0
0
0
0
https://api.github.com/repos/allyourcodebase/elfutils/tags
GPL-3.0
[ "zig", "zig-package" ]
34
false
2025-04-28T19:20:42Z
true
true
0.14.0
github
[ { "commit": "6c72830882690c1eb2567a537525c3f432c1da50", "name": "zlib", "tar_url": "https://github.com/allyourcodebase/zlib/archive/6c72830882690c1eb2567a537525c3f432c1da50.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/zlib" }, { "commit": "master", "name": "z...
<a></a> elfutils This is <a>elfutils</a>, packaged for <a>Zig</a>. Installation First, update your <code>build.zig.zon</code>: ``` Initialize a <code>zig build</code> project if you haven't already zig init zig fetch --save git+https://github.com/allyourcodebase/elfutils.git ``` You can then import <code>elfuti...
[ "https://github.com/allyourcodebase/kcov" ]
https://avatars.githubusercontent.com/u/54503497?v=4
comptime_suffix_automaton
RetroDev256/comptime_suffix_automaton
2025-04-08T01:28:44Z
Compile-time suffix automaton construction for optimal substring/suffix string lookup codegen in zig
main
0
0
0
0
https://api.github.com/repos/RetroDev256/comptime_suffix_automaton/tags
MIT
[ "zig", "zig-lib", "zig-library", "zig-package" ]
30
false
2025-04-08T03:34:38Z
true
true
0.15.0-dev.208+8acedfd5b
github
[]
comptime suffix automaton What is it? It is a substring and suffix string lookup function set using <a>this algorithm</a>, but it traverses the suffix automaton graph for all possible inputs at compile-time for optimal machine code. How do I use it? See the root.zig tests for usage What does the generated code loo...
[]
https://avatars.githubusercontent.com/u/3868549?v=4
mustach
sea-grass/mustach
2025-04-23T01:18:36Z
null
main
0
0
0
0
https://api.github.com/repos/sea-grass/mustach/tags
MIT
[ "zig-package" ]
2
false
2025-04-23T01:21:23Z
true
true
unknown
github
[ { "commit": "master", "name": "upstream", "tar_url": "https://gitlab.com/jobol/mustach/-/archive/master/mustach.tar.gz", "type": "remote", "url": "https://gitlab.com/jobol/mustach" } ]
mustach This is <a>mustach</a> packaged with Zig.
[ "https://github.com/sea-grass/goku" ]
https://avatars.githubusercontent.com/u/6529548?v=4
zig-umka
TheOnlySilverClaw/zig-umka
2025-03-12T18:28:26Z
Zig bindings for the Umka scripting language
develop
0
0
0
0
https://api.github.com/repos/TheOnlySilverClaw/zig-umka/tags
BSD-3-Clause
[ "bindings", "scripting-language", "umka", "umka-lang", "zig", "zig-binding", "zig-library", "zig-package" ]
35
false
2025-05-21T18:58:41Z
true
true
0.14.0
github
[]
Zig bindings for the <a>Umka</a> scripting language. Tested against a build from Commit 127e678. Usage There are two modules avaiable: - "binding" is as close to the C API as possible - "wrapper" is a more opinionated API on top which should be easier for Zig users You can add either one as an import like this: <c...
[]
https://avatars.githubusercontent.com/u/12786150?v=4
trie.zig
hedzr/trie.zig
2025-04-16T07:06:19Z
key-value storage identified by dotted path
master
0
0
0
0
https://api.github.com/repos/hedzr/trie.zig/tags
Apache-2.0
[ "radix-tree", "trie", "trie-tree", "zig", "zig-lib", "zig-library", "zig-package" ]
65
false
2025-04-17T11:01:50Z
true
true
0.14.0
github
[]
trie.zig <code>trie.zig</code> implement a Trie-tree structure in zig-lang. <code>trie.zig</code> provides a key value storage identified by the dotted path, such as <code>app.logging.file</code> =&gt; <code>/var/log/app/stdout.log</code>. <code>trie.zig</code> allows these value to be inserted: string, int, float, ...
[]
https://avatars.githubusercontent.com/u/199742861?v=4
bip39
loftafi/bip39
2025-04-10T12:35:22Z
BIP39 Seed Phrase generator zig package
master
0
0
0
0
https://api.github.com/repos/loftafi/bip39/tags
MIT
[ "zig-package" ]
31
false
2025-04-10T16:17:44Z
true
true
0.14.0
github
[]
BIP39 implementation for zig This is a zig implementation of BIP39. It was created for educational purposes. Do not use for anything important or of value. Use at your own risk. Example usage Below is example code that demonstrates how to create and read seed phrases. <code>// Generate a 12 word seed phrase const s...
[]
https://avatars.githubusercontent.com/u/192863519?v=4
shell
cogits/shell
2025-04-14T09:11:41Z
a simple shell parser
master
0
0
0
0
https://api.github.com/repos/cogits/shell/tags
-
[ "zig-package" ]
39
false
2025-05-10T15:46:39Z
true
true
0.14.0
github
[]
404
[]
https://avatars.githubusercontent.com/u/30945458?v=4
satori
FalsePattern/satori
2025-02-25T01:20:47Z
Ziggified bindings for the koishi C coroutine library
master
0
0
0
0
https://api.github.com/repos/FalsePattern/satori/tags
MIT
[ "zig-library", "zig-package" ]
12
false
2025-02-25T01:23:51Z
true
true
0.14.0-dev.3286+05d8b565a
github
[ { "commit": "master", "name": "koishi", "tar_url": "https://github.com/FalsePattern/koishi//archive/master.tar.gz", "type": "remote", "url": "https://github.com/FalsePattern/koishi/" } ]
satori Ziggified bindings for the <a>koishi</a> C coroutine library. How to use it First, update your <code>build.zig.zon</code>: <code>shell zig fetch --save "git+https://github.com/FalsePattern/satori/#master"</code> Next, add this snippet to your <code>build.zig</code> script: <code>zig const satori_dep = b.de...
[]
https://avatars.githubusercontent.com/u/54745129?v=4
libevdev
krish-r/libevdev
2025-04-20T17:27:57Z
libevdev ported to the zig build system
main
0
0
0
0
https://api.github.com/repos/krish-r/libevdev/tags
MIT
[ "zig-package" ]
5
false
2025-04-21T17:44:19Z
true
true
0.14.0
github
[ { "commit": null, "name": "libevdev", "tar_url": null, "type": "remote", "url": "git+https://gitlab.freedesktop.org/libevdev/libevdev/?ref=libevdev-1.13.4#ac0056961c3332a260db063ab4fccc7747638a1d" } ]
libevdev This is <a>libevdev</a>, packaged for <a>Zig</a>. <strong>NOTE</strong>: This repository includes only basic build functionality (still a WIP, not thoroughly tested yet). Dependencies <ul> <li>Python3</li> </ul> Usage <ul> <li>Update your <code>build.zig.zon</code>:</li> </ul> <code>zig fetch --save git+h...
[ "https://github.com/futsuuu/zig-evdev", "https://github.com/krish-r/caps2esc", "https://github.com/krish-r/libevdev" ]
https://avatars.githubusercontent.com/u/196515647?v=4
Zig-Golden-Syrup
MinervasRefuge/Zig-Golden-Syrup
2025-05-11T03:33:14Z
A Zig implementation of the Syrup/Preserves serialization format/s.
main
0
0
0
0
https://api.github.com/repos/MinervasRefuge/Zig-Golden-Syrup/tags
BSD-3-Clause
[ "serialization", "zig", "zig-package", "ziglang" ]
29
false
2025-05-17T02:54:32Z
true
true
0.14.0
github
[]
404
[]
https://avatars.githubusercontent.com/u/183272735?v=4
coroutines-zig
ciathefed/coroutines-zig
2025-03-09T23:15:24Z
Zig bindings for tsoding's coroutines library
main
0
0
0
0
https://api.github.com/repos/ciathefed/coroutines-zig/tags
MIT
[ "coroutines", "zig", "zig-package" ]
13
false
2025-03-13T00:14:08Z
true
true
0.14.0
github
[]
coroutines-zig Zig bindings for tsoding's <a>coroutines</a> library Install <code>shell zig fetch --save "git+https://github.com/ciathefed/coroutines-zig#v0.1.0"</code> Add the following to <code>build.zig</code>: <code>zig const coroutines = b.dependency("coroutines", .{ .target = target, .optimize = opti...
[]
https://avatars.githubusercontent.com/u/6529548?v=4
zig-wgpu-native
TheOnlySilverClaw/zig-wgpu-native
2025-03-12T21:52:33Z
Zig bindings for the wgpu-native graphics API
develop
0
0
0
0
https://api.github.com/repos/TheOnlySilverClaw/zig-wgpu-native/tags
BSD-3-Clause
[ "bindings", "webgpu", "wgpu", "wgpu-native", "zig-library", "zig-package" ]
50
false
2025-03-22T09:23:05Z
true
true
0.14.0
github
[]
Zig bindings for the <a>wgpu-native</a> graphics API.
[]
https://avatars.githubusercontent.com/u/87361621?v=4
libo2s
Orolia2s/libo2s
2025-04-04T14:55:21Z
Data Structures for C
master
0
0
0
0
https://api.github.com/repos/Orolia2s/libo2s/tags
MIT
[ "datastructures", "serial-ports", "zig-package" ]
355
false
2025-04-29T12:29:35Z
true
true
0.14.0
github
[ { "commit": "master", "name": "catch2", "tar_url": "https://github.com/allyourcodebase/catch2/archive/master.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/catch2" } ]
Lib O2S Reliable datastructure library for C. The <a>include</a> folder contains the public interface, while the <a>src</a> folder contains the implementation. Data structures <code>mermaid classDiagram class A["Array"] { memory push_back() pop_back() } class S["String"] { } class D["Deque"] {...
[ "https://github.com/Orolia2s/ublox_parser" ]
https://avatars.githubusercontent.com/u/49991411?v=4
SDL_ttf
boubl/SDL_ttf
2025-03-08T13:00:44Z
SDL_ttf but with the zig build system
main
0
0
0
0
https://api.github.com/repos/boubl/SDL_ttf/tags
Zlib
[ "sdl", "sdl3", "sdl3-ttf", "zig", "zig-package" ]
106,482
true
2025-03-12T07:20:03Z
true
true
0.14.0
github
[ { "commit": "dbb1b96360658f5845ff6fac380c4f13d7276dc2", "name": "sdl", "tar_url": "https://github.com/castholm/SDL/archive/dbb1b96360658f5845ff6fac380c4f13d7276dc2.tar.gz", "type": "remote", "url": "https://github.com/castholm/SDL" }, { "commit": "1dea2c6021c53d4ba53d6cc8e36e8b16984a920f...
SDL_ttf but with the zig build system This is a port of <a>SDL_ttf</a> to the zig build system, to use it with the zig package manager. This is <strong><em>not</em></strong> a wrapper. Usage Requires zig version <code>0.14.0</code>, higher versions not tested. Fetch it with: <code>bash zig fetch --save git+https:/...
[]
https://avatars.githubusercontent.com/u/2773256?v=4
zware
dasimmet/zware
2025-04-04T22:33:17Z
Zig WebAssembly Runtime Engine
master
0
0
0
0
https://api.github.com/repos/dasimmet/zware/tags
MIT
[ "zig", "zig-package" ]
2,272
true
2025-04-28T21:39:05Z
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://github.com/dasimmet/zcomplete" ]
https://avatars.githubusercontent.com/u/7386615?v=4
libssh
thomashn/libssh
2025-04-12T09:53:15Z
libssh ported to the zig build system
main
0
0
0
0
https://api.github.com/repos/thomashn/libssh/tags
MIT
[ "zig-package" ]
18
false
2025-05-09T18:47:41Z
true
true
0.14.0
github
[ { "commit": null, "name": "libssh", "tar_url": null, "type": "remote", "url": "https://git.libssh.org/projects/libssh.git/snapshot/libssh-0.11.1.tar.gz" }, { "commit": "7d862fe61ff2eac37ee54e1e017fc287bed1cd7a", "name": "mbedtls", "tar_url": "https://github.com/allyourcodebase/mb...
libssh This is <a>libssh</a>, packaged for <a>Zig</a>. How to use it First, update your <code>build.zig.zon</code>: <code>zig fetch --save git+https://github.com/thomashn/libssh#&lt;commit&gt;</code> Next, add this snippet to your <code>build.zig</code> script: <code>zig const libssh_dep = b.dependency("libssh", ....
[ "https://github.com/thomashn/libssh" ]
https://avatars.githubusercontent.com/u/204596775?v=4
comptime_allocator
qsrmc/comptime_allocator
2025-03-23T17:03:15Z
Zig compile time only allocator
master
0
0
0
0
https://api.github.com/repos/qsrmc/comptime_allocator/tags
EUPL-1.2
[ "comptime", "zig", "zig-package" ]
15
false
2025-04-21T14:06:45Z
true
true
unknown
github
[]
comptime_allocator Based on <a>bnl1's work</a> and expanded upon, this library was made to simplify the use of std lib containers in comptime contexts. License While <a>bnl1's original work</a> was made under MIT License, comptime_allocator is licensed under the <a>European Union Public License 1.2</a> or later. Ex...
[]
https://avatars.githubusercontent.com/u/3868549?v=4
compotent
sea-grass/compotent
2025-04-19T20:44:26Z
null
main
0
0
0
0
https://api.github.com/repos/sea-grass/compotent/tags
-
[ "zig-package" ]
16
false
2025-04-21T00:06:06Z
true
true
0.14.0
github
[ { "commit": "master", "name": "quickjs", "tar_url": "https://github.com/sea-grass/quickjs-zig/archive/master.tar.gz", "type": "remote", "url": "https://github.com/sea-grass/quickjs-zig" } ]
compotent Compotent is a JS runtime for rendering components on the server. <blockquote> Compotent is a malapropism of the word "component." </blockquote> See <code>example/sample_component.js</code> for an example component. See <code>example/main.zig</code> for an example on rendering components.
[]
https://avatars.githubusercontent.com/u/139669848?v=4
cglm
lilydoar/cglm
2025-03-16T06:06:10Z
📽 Highly Optimized 2D / 3D Graphics Math (glm) for C
master
0
0
0
0
https://api.github.com/repos/lilydoar/cglm/tags
MIT
[ "zig-package" ]
2,664
true
2025-04-23T03:10:35Z
true
true
0.14.0
github
[]
🎥 OpenGL Mathematics (glm) for <code>C</code> ported to the Zig build system <a> </a> <a> </a> <a> </a> <a> </a> <a> </a> <a> </a> <a> </a> A highly optimized 2D|3D math library....
[]
https://avatars.githubusercontent.com/u/95163444?v=4
calyx
AsgardXIV/calyx
2025-04-01T02:48:57Z
A Zig library for interacting with FFXIV game data.
main
0
0
0
0
https://api.github.com/repos/AsgardXIV/calyx/tags
MIT
[ "ffxiv", "final-fantasy-xiv", "zig", "zig-package", "ziglang" ]
237
false
2025-04-29T03:46:40Z
true
true
0.14.0
github
[]
Calyx A Zig library for interacting with game files from Final Fantasy XIV. It aims to offer features and functionality available in other languages to interact with FFXIV to Zig developers. State of the project Calyx is still very early in development and the API surface is not stable. Contributions are appreciate...
[]
https://avatars.githubusercontent.com/u/73492122?v=4
zigdns
milo-g/zigdns
2025-04-13T22:58:04Z
DNS packet/protocol library for Zig.
main
0
0
0
0
https://api.github.com/repos/milo-g/zigdns/tags
MIT
[ "zig", "zig-package", "ziglang" ]
81
false
2025-04-21T00:52:40Z
true
true
0.14.0
github
[]
zigdns A DNS protocol library for Zig, offering robust functionality for DNS packet parsing, construction, and manipulation. Features <ul> <li><strong>Complete DNS packet handling</strong>: Parse and construct DNS packets according to RFC standards.</li> <li><strong>Compressed name parsing</strong>: Supports parsing ...
[]
https://avatars.githubusercontent.com/u/95163444?v=4
zhavok
AsgardXIV/zhavok
2025-04-27T01:22:36Z
A pure Zig library for parsing Havok tag files.
main
0
0
0
0
https://api.github.com/repos/AsgardXIV/zhavok/tags
MIT
[ "havok", "havok-animation", "havok-physics", "zig", "zig-package", "ziglang" ]
268
false
2025-05-09T02:51:36Z
true
true
0.14.0
github
[]
zhavok zhavok is a pure Zig library for parsing Havok tag files. It is currently very WIP and not ready to use. Acknowledgements Although it is not a direct port and does not include their code, zhavok is mostly based on the work of <a>HavokLib</a> and <a>hkxparse</a>. A huge thanks to those projects for the signif...
[]
https://avatars.githubusercontent.com/u/208390463?v=4
SelvaFat
SystemElva/SelvaFat
2025-05-16T09:23:07Z
FAT filesystem-library written in Zig.
main
0
0
0
0
https://api.github.com/repos/SystemElva/SelvaFat/tags
MPL-2.0
[ "fat", "fat12", "fatfs", "filesystem", "library", "os", "osdev", "zig", "zig-package" ]
10
false
2025-05-16T09:49:27Z
true
true
0.15.0-dev.278+7733b5dbe
github
[]
404
[ "https://github.com/SystemElva/SelvaDisk" ]
https://avatars.githubusercontent.com/u/193276332?v=4
baogao
andoni-hazaiah/baogao
2025-03-04T18:17:59Z
baogao (bàogào) is a flexible and extensible logging library for the Zig Programming Language.
main
0
0
0
0
https://api.github.com/repos/andoni-hazaiah/baogao/tags
MIT
[ "extensible", "flexible", "logger", "logging", "logging-library", "zig", "zig-library", "zig-package", "ziglang" ]
11
false
2025-03-08T21:26:16Z
true
true
unknown
github
[]
<strong><code>baogao</code></strong> (<code>bàogào</code>) is a flexible and extensible logging library for the Zig Programming Language. Usage TODO
[]
https://avatars.githubusercontent.com/u/1906851?v=4
dizazm
jhark/dizazm
2025-05-16T16:34:25Z
A command-line tool for Windows that disassembles symbols in PE files.
main
0
0
0
0
https://api.github.com/repos/jhark/dizazm/tags
ISC
[ "asm", "windows", "x86-64", "zig", "zig-package" ]
12
false
2025-05-16T16:37:10Z
true
true
0.14.0
github
[ { "commit": "0e2491d8e6d2be38dc0c2ce8e103469886e468bb", "name": "flags", "tar_url": "https://github.com/joegm/flags/archive/0e2491d8e6d2be38dc0c2ce8e103469886e468bb.tar.gz", "type": "remote", "url": "https://github.com/joegm/flags" }, { "commit": "6035a194bea8472c463345b86c3ef9333490ecfe...
dizazm A command-line tool for Windows that disassembles symbols in PE files. Uses <a>Capstone</a> and <a>dbghelp.dll</a>. Requirements <ul> <li>Windows.</li> <li>Zig compiler (version 0.14.0)</li> </ul> Building <code>sh zig build</code> Usage ``` Usage: dizazm [-s | --symbol ] [-a | --address ] ...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
osslsigncode
allyourcodebase/osslsigncode
2025-04-11T14:15:30Z
osslsigncode ported to the zig build system
main
0
0
0
0
https://api.github.com/repos/allyourcodebase/osslsigncode/tags
NOASSERTION
[ "zig-package" ]
7
false
2025-04-11T17:54:40Z
true
true
0.14.0
github
[ { "commit": "f348124c5382bcc377f1b3277357cbf2ed2fb8db.zip", "name": "openssl", "tar_url": "https://github.com/allyourcodebase/openssl/archive/f348124c5382bcc377f1b3277357cbf2ed2fb8db.zip.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/openssl" }, { "commit": "refs",...
zig build system port of osslsigncode https://github.com/mtrojnar/osslsigncode
[]
https://avatars.githubusercontent.com/u/90117658?v=4
z-queap
StanWeerman/z-queap
2025-03-16T09:59:09Z
Zig implementation of a Queap data structure
main
0
0
0
0
https://api.github.com/repos/StanWeerman/z-queap/tags
MIT
[ "zig-package" ]
90
false
2025-04-24T17:40:53Z
true
true
0.14.0
github
[]
z-queap Zig implementation of a Queap data structure Based on Queap by John Iacono, Stefan Langerman. See the article: https://nyuscholars.nyu.edu/en/publications/queaps Supports the operations <code>init()</code>, <code>deinit()</code>, <code>insert(element)</code>, <code>minimum()</code>, <code>remove(element)</...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
binutils
allyourcodebase/binutils
2025-04-11T03:07:56Z
binutils ported to the zig build system
master
0
0
0
0
https://api.github.com/repos/allyourcodebase/binutils/tags
GPL-2.0
[ "zig", "zig-package" ]
50
false
2025-05-20T23:57:23Z
true
true
0.14.0
github
[ { "commit": "4746604fb42357df32169db7c77d1b11c90eb9a7.tar.gz", "name": "binutils", "tar_url": "https://github.com/bminor/binutils-gdb/archive/4746604fb42357df32169db7c77d1b11c90eb9a7.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/bminor/binutils-gdb" }, { "commit": "6c72830...
<a></a> binutils This is <a>binutils</a>, packaged for <a>Zig</a>. The following subset of tools and libraries have been ported: <ul> <li><code>bfd</code> - A library for manipulating binary files in a variety of different formats.</li> <li><code>libsframe</code> - A library for assembling and disassembling a variet...
[ "https://github.com/allyourcodebase/binutils", "https://github.com/allyourcodebase/kcov" ]
https://avatars.githubusercontent.com/u/11627921?v=4
jolt
Thomvanoorschot/jolt
2025-03-29T16:30:13Z
This repository contains a basic, non-blocking WebSocket client written in the Zig programming language. It leverages the xev event loop for asynchronous operations and is able to run non-blocking on a single thread.
main
0
0
0
0
https://api.github.com/repos/Thomvanoorschot/jolt/tags
MIT
[ "eventloop", "libuv", "libxev", "non-blocking", "tcp-client", "websocket-client", "websockets", "wss", "zig-package", "ziglang" ]
37
false
2025-05-15T11:30:32Z
true
true
0.15.0-dev.483+837e0f9c3
github
[ { "commit": "main.tar.gz", "name": "libxev", "tar_url": "https://github.com/mitchellh/libxev/archive/main.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/mitchellh/libxev" } ]
Zig WebSocket Client Overview This project implements a basic, non-blocking WebSocket client in the Zig programming language. It leverages the <code>xev</code> event loop library for asynchronous I/O operations, providing a foundation for building applications that require real-time communication over WebSockets. The...
[]
https://avatars.githubusercontent.com/u/6431196?v=4
zit
oswalpalash/zit
2025-04-05T23:47:38Z
zit - Zig TUI Library
main
0
0
0
0
https://api.github.com/repos/oswalpalash/zit/tags
MIT
[ "zig", "zig-package" ]
107
false
2025-04-19T14:27:59Z
true
false
unknown
github
[]
Zit - A Text User Interface Library for Zig Zit is a TUI (Text User Interface) library for Zig that enables developers to create interactive terminal applications. The library provides tools for terminal manipulation, input handling, rendering, layout management, and widget creation. Features <ul> <li><strong>Termina...
[]
https://avatars.githubusercontent.com/u/29165327?v=4
pqc-zig
OnlyF0uR/pqc-zig
2025-04-30T08:38:33Z
Post-Quantum Cryptography for Zig
main
0
0
0
0
https://api.github.com/repos/OnlyF0uR/pqc-zig/tags
Apache-2.0
[ "cryptography", "post-quantum-cryptography", "pqc", "pqcrypto", "zig", "zig-library", "zig-package" ]
40
false
2025-05-01T14:20:14Z
false
false
unknown
github
[]
pqc-zig Zig bindings to the <a>PQClean</a> C implementations of cryptographic algorithms proposed during the <a>NIST Post-Quantum Cryptography Competition</a>. Additionally, there are light abstractions for convenient use present in the crypto.zig files. Requirements <ul> <li>Make</li> <li>GCC</li> <li>Zig 0.15+</li>...
[]
https://avatars.githubusercontent.com/u/22438427?v=4
zvips
bernardassan/zvips
2025-04-05T13:03:18Z
A blazingly fast image processing library in Zig using libvips
main
4
0
0
0
https://api.github.com/repos/bernardassan/zvips/tags
MIT
[ "bindings", "gir", "gobject", "libvips", "zig", "zig-package" ]
1,994
false
2025-05-15T12:00:12Z
true
true
0.15.0-dev.208+8acedfd5b
github
[ { "commit": "9500e7f21eb6858f78ea5eda26c90b0cc2ccdbbd.tar.gz", "name": "gobject", "tar_url": "https://github.com/ianprime0509/zig-gobject/archive/9500e7f21eb6858f78ea5eda26c90b0cc2ccdbbd.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/ianprime0509/zig-gobject" }, { "commit":...
Zivips Libvips bindings for Zig using GObject Introspection System Dependencies Arch Linux Runtime dependencies <code>elvish sudo pacman -S libvips libheif glib2</code> Build time dependencies <code>elvish sudo pacman -S libxslt</code>
[]
https://avatars.githubusercontent.com/u/76426234?v=4
simpleble
RoadRoller01/simpleble
2025-04-22T19:10:09Z
Simpleble packaged for Zig
master
0
0
0
0
https://api.github.com/repos/RoadRoller01/simpleble/tags
MIT
[ "zig", "zig-package" ]
444
false
2025-05-17T16:45:43Z
true
true
0.14.0
github
[ { "commit": "72f037c03fc78dc615628959fafce03000086777", "name": "fmt", "tar_url": "https://github.com/allyourcodebase/fmt-zig/archive/72f037c03fc78dc615628959fafce03000086777.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/fmt-zig" } ]
Note: Until someone wrap dbus in build.zig... You must install dbus on your system before using. Simpleble Simpleble with build.zig
[]
https://avatars.githubusercontent.com/u/179976644?v=4
zhangshield
alyxshang/zhangshield
2025-04-16T20:39:45Z
A Zig package to measure the security of passwords. :dragon: :lizard:
main
0
0
0
0
https://api.github.com/repos/alyxshang/zhangshield/tags
NOASSERTION
[ "fsl-v1", "shangshield", "zig-lib", "zig-library", "zig-package" ]
9,557
false
2025-05-05T06:47:19Z
true
true
0.14.0
github
[]
ZHANGSHIELD :dragon: :lizard: <strong><em>A Zig package to measure the security of passwords. :dragon: :lizard:</em></strong> ABOUT :books: This repository contains the source code for a package for the Zig programming language to measure the security of your passwords. The algorithm used is called the <strong><em...
[]
https://avatars.githubusercontent.com/u/60377?v=4
zig-gamekit
prime31/zig-gamekit
2020-11-12T19:02:04Z
Companion repo for zig-renderkit for making 2D games
main
3
130
15
130
https://api.github.com/repos/prime31/zig-gamekit/tags
MIT
[]
1,043
false
2025-03-22T20:13:11Z
true
false
unknown
github
[]
Zig GameKit Companion repo and example implementation for <a>zig-renderkit</a>. <code>GameKit</code> provides an example implementation of a game framework built on top of <code>RenderKit</code>. It includes the core render loop, window (via SDL), input, Dear ImGui and timing support. You can use it as a base to make ...
[]
https://avatars.githubusercontent.com/u/19482899?v=4
mach
hexops/mach
2021-07-04T17:37:47Z
zig game engine & graphics toolkit
main
156
3,961
182
3,961
https://api.github.com/repos/hexops/mach/tags
NOASSERTION
[ "2d", "3d", "composable", "cross-platform", "ecs", "entity-component-system", "game-development", "game-engine", "gamedev", "graphics", "gui", "open-source", "steam-deck", "webassembly", "webgpu", "zig", "ziglang" ]
10,250
false
2025-05-21T13:56:34Z
true
true
unknown
github
[ { "commit": null, "name": "mach_freetype", "tar_url": null, "type": "remote", "url": "https://pkg.machengine.org/mach-freetype/d63efa5534c17f3a12ed3d327e0ad42a64adc20a.tar.gz" }, { "commit": "b2336a29b1ae633d47452a2041b258e9538ef5f0.tar.gz", "name": "font_assets", "tar_url": "htt...
<a> </a> Zig game engine &amp; graphics toolkit for building high-performance, truly cross-platform, robust &amp; modular games, visualizations, and desktop/mobile GUI apps. <a></a> <a></a> <a></a> Learn more <a>machengine.org</a> Join the community Join the <a>Mach community on Discor...
[ "https://github.com/NippleOfAnApe/Dnipro-mirror-", "https://github.com/fjebaker/zig-imgui-implot-template", "https://github.com/foxnne/aftersun", "https://github.com/foxnne/pixi" ]
https://avatars.githubusercontent.com/u/1416077?v=4
jok
Jack-Ji/jok
2022-05-13T07:57:55Z
A minimal 2d/3d game framework for @ziglang.
main
6
245
8
245
https://api.github.com/repos/Jack-Ji/jok/tags
MIT
[ "gamedev", "linux", "macos", "sdl2", "webassembly", "windows", "ziglang" ]
25,216
false
2025-05-17T20:10:50Z
true
true
unknown
github
[ { "commit": "4.0.3", "name": "emsdk", "tar_url": "https://github.com/emscripten-core/emsdk/archive/4.0.3.tar.gz", "type": "remote", "url": "https://github.com/emscripten-core/emsdk" } ]
<a></a> <a></a> <a></a> <a></a> <a></a> <a></a> jok A minimal 2d/3d game framework for zig. What you need? <ul> <li><a>Zig Compiler</a> (Master branch always targets latest zig, use tagged release if you wanna stick to stable version)</li> <li>SDL2 Library</li> <li>Any code editor you like (consider using <a>zls</a>...
[]
https://avatars.githubusercontent.com/u/113083639?v=4
zig-gamedev
zig-gamedev/zig-gamedev
2021-07-16T14:14:52Z
Dev repo for @zig-gamedev libs and sample applications
main
31
2,569
179
2,569
https://api.github.com/repos/zig-gamedev/zig-gamedev/tags
MIT
[ "cross-platform", "d3d12", "demos", "directx12", "game-development", "gamedev", "graphics", "libraries", "math", "opengl", "physics", "realtime", "simd", "webgpu", "zig", "ziglang" ]
62,952
false
2025-05-21T14:10:07Z
true
true
0.14.0
github
[ { "commit": "c0dbf11cdc17da5904ea8a17eadc54dee26567ec.tar.gz", "name": "system_sdk", "tar_url": "https://github.com/zig-gamedev/system_sdk/archive/c0dbf11cdc17da5904ea8a17eadc54dee26567ec.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/zig-gamedev/system_sdk" }, { "commit": ...
<a>zig-gamedev</a> dev repo The original repo spawned in July 2021 by <a>Michal Ziulek</a>. This is the main development repo for the <a>zig-gamedev libraries</a> and <a>sample applications</a>. Libraries now live in their own repositories and are consumed using Zig's package manager. Git submodules are also included...
[]
https://avatars.githubusercontent.com/u/3290996?v=4
dvui
david-vanderson/dvui
2022-05-15T23:37:21Z
null
main
27
746
53
746
https://api.github.com/repos/david-vanderson/dvui/tags
NOASSERTION
[]
16,536
false
2025-05-21T19:36:22Z
true
true
0.14.0
github
[ { "commit": "7c01b8a263915dc1aa0067d7ff9089dbe047cef9", "name": "sdl", "tar_url": "https://github.com/david-vanderson/SDL/archive/7c01b8a263915dc1aa0067d7ff9089dbe047cef9.tar.gz", "type": "remote", "url": "https://github.com/david-vanderson/SDL" }, { "commit": "f6bbe8ac5e7b901db69ba62f01...
DVUI - Immediate Zig GUI for Apps and Games <a>Homepage</a> A Zig GUI toolkit for whole applications or extra debugging windows in an existing application. Tested with <a>Zig</a> 0.14 (use tag v0.2.0 for zig 0.13) How to run the built-in examples: <ul> <li>SDL2</li> <li><code>zig build sdl2-standalone</code></li> <l...
[ "https://github.com/AnErrupTion/ZigEmu", "https://github.com/r4gus/zigenity" ]