avatar_url
stringlengths
46
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
45 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
0
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
60 values
repo_from
stringclasses
3 values
dependencies
listlengths
0
121
readme_content
stringlengths
0
437k
dependents
listlengths
0
21
https://avatars.githubusercontent.com/u/3759175?v=4
delay-line
Hejsil/delay-line
2020-10-14T16:42:52Z
Delays lines comming from stdin
master
0
0
0
0
https://api.github.com/repos/Hejsil/delay-line/tags
MIT
[ "cli", "command-line-tool", "zig" ]
17
false
2024-09-13T12:23:53Z
true
false
unknown
github
[]
delay-line A command line tool that prints all lines from stdin to stdout with a fixed delay between each line. Examples Print the date+time every second: ```sh Notice, this pipeline only ever launches 5 processes. It is also a a lot cleaner than the alternative "run date every second in a loop". Clean and effic...
[]
https://avatars.githubusercontent.com/u/3952805?v=4
Blue-Heaven
LakeByTheWoods/Blue-Heaven
2020-03-09T06:12:34Z
Data visualiser and editor.
master
0
0
0
0
https://api.github.com/repos/LakeByTheWoods/Blue-Heaven/tags
-
[ "zig", "ziglang" ]
29
false
2021-02-15T10:34:56Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/3952805?v=4
todo
LakeByTheWoods/todo
2020-09-22T09:23:39Z
Simple terminal todo list
master
0
0
0
0
https://api.github.com/repos/LakeByTheWoods/todo/tags
Unlicense
[ "cli", "curses", "ncurses", "utility", "zig", "ziglang" ]
43
false
2020-10-02T06:55:49Z
true
false
unknown
github
[]
todo Simple todo list command line utility. Licence This is free and unencumbered software released into the public domain. See licence file for more details. Compiling To compile first install <a>zig master</a>. <code>cd</code> to todo git directory and run <code>zig build</code> The executable can be found in <c...
[]
https://avatars.githubusercontent.com/u/1892046?v=4
zig_ctest
nsmryan/zig_ctest
2020-10-04T23:50:22Z
This repo contains an attempt to include C types into a Zig program and inspect them without prior knowledge
master
0
0
0
0
https://api.github.com/repos/nsmryan/zig_ctest/tags
-
[ "c", "zig", "ziglang" ]
2
false
2021-04-03T16:57:36Z
false
false
unknown
github
[]
Zig C Include Test This repo is simply an attempt to use the Zig programming language to include C definitions from a header file, and inspect their structure without prior knowledge. In particular, I would like to be able to iterate through the types in a header without knowing their names. This does not appear to w...
[]
https://avatars.githubusercontent.com/u/1892046?v=4
zzforth
nsmryan/zzforth
2020-09-25T14:19:15Z
A (WIP) reimplementation of zForth in Zig
master
0
0
0
0
https://api.github.com/repos/nsmryan/zzforth/tags
-
[ "forth", "forthlang", "wip", "zforth", "zig", "ziglang" ]
15
false
2020-10-22T16:25:11Z
true
false
unknown
github
[]
zzForth This repository contains an implementation of <a>zForth</a> in the <a>Zig programming language</a>. This translation is mostly faithful, but makes some changes to the feature set compared to the original zForth. I did this translation to learn Zig because I like Forth, and I think its interesting to consider...
[]
https://avatars.githubusercontent.com/u/1327032?v=4
zig-disk-info
GoNZooo/zig-disk-info
2019-07-19T20:18:11Z
Disk information in a GUI format
master
0
1
0
1
https://api.github.com/repos/GoNZooo/zig-disk-info/tags
-
[ "disk-usage", "win32", "windows", "zig", "ziglang" ]
81
false
2025-01-25T19:21:25Z
true
false
unknown
github
[]
Why? I needed an excuse to make something in Zig (this was my second project in it) and coincidentally needed a way to see my hard drive usage without waiting for Windows to calculate it. I end up using it probably at least a few times a week so it's been useful. Usage Open the app, see how much disk space you have...
[]
https://avatars.githubusercontent.com/u/11783095?v=4
gameoflife
nrdmn/gameoflife
2019-05-09T19:45:43Z
Multiboot-bootable Game of Life in Zig
master
0
1
0
1
https://api.github.com/repos/nrdmn/gameoflife/tags
-
[ "gameoflife", "multiboot", "x86", "zig" ]
1,119
false
2023-10-28T13:46:40Z
true
false
unknown
github
[]
Bootable Game of Life in Zig This is a bootable Game of Life written in <a>Zig</a> using the <a>GNU Multiboot</a> standard. Build with <code>zig build</code>, run with <code>qemu-system-x86_64 -curses -kernel gameoflife</code>.
[]
https://avatars.githubusercontent.com/u/1991931?v=4
ziggurat
johan-bolmsjo/ziggurat
2019-10-05T18:24:41Z
Zig Data Structures
master
0
0
0
0
https://api.github.com/repos/johan-bolmsjo/ziggurat/tags
MIT
[ "data-structures", "zig" ]
35
false
2024-05-09T14:56:28Z
false
false
unknown
github
[]
Ziggurat Data structures for <a>zig</a>. BEWARE: This is a learning experience! I have just started this journey. Unless I tire of the language I will port my favorite data structures and add them to this repo. Compiles with: zig 0.12 Running Tests <code>zig test list_test.zig zig test -O ReleaseSafe avl_test.zig...
[]
https://avatars.githubusercontent.com/u/155788?v=4
unique.zig
karrick/unique.zig
2020-01-18T20:06:19Z
unique reads from standard input, printing lines it has not yet seen
master
0
0
0
0
https://api.github.com/repos/karrick/unique.zig/tags
MIT
[ "command-line-tool", "filter", "zig" ]
11
false
2024-09-06T00:56:28Z
true
true
unknown
github
[]
unique.zig unique reads from standard input, printing lines it has not yet seen Example <code>Bash zig build &amp;&amp; printf "line 1\nline 2\nline 1\nline 3\n" | ./zig-out/bin/unique</code>
[]
https://avatars.githubusercontent.com/u/7581276?v=4
advent_of_code
nhultz/advent_of_code
2019-10-16T23:50:57Z
Advent of Code Solutions
master
1
0
0
0
https://api.github.com/repos/nhultz/advent_of_code/tags
-
[ "advent-of-code", "c", "hacktoberfest", "rust", "zig" ]
239
false
2024-10-30T02:02:21Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/16050377?v=4
ziglang-libraries
MCRusher/ziglang-libraries
2019-11-21T03:34:21Z
testing out ziglang by implementing data structures and writing code
master
0
0
0
0
https://api.github.com/repos/MCRusher/ziglang-libraries/tags
MIT
[ "library", "zig", "ziglang" ]
16
false
2019-12-15T23:08:50Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/4075241?v=4
zigtroids
rdunnington/zigtroids
2019-12-24T04:57:30Z
Asteroids-like game written in Zig with SDL for graphics.
master
0
0
0
0
https://api.github.com/repos/rdunnington/zigtroids/tags
-
[ "asteroids", "game", "zig" ]
8,236
false
2021-06-12T14:26:41Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/60458916?v=4
blake2
nofmal/blake2
2020-01-31T20:40:30Z
BLAKE2 implementation written in Zig
master
0
0
0
0
https://api.github.com/repos/nofmal/blake2/tags
UPL-1.0
[ "blake2", "blake2b", "blake2s", "hash", "zig" ]
7
false
2020-02-01T08:24:33Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/22677068?v=4
zig-on-rpi-using-ultibo
markfirmware/zig-on-rpi-using-ultibo
2019-03-07T00:41:11Z
zig receiving tv remote controller presses using ultibo on raspberry pi's
master
0
0
0
0
https://api.github.com/repos/markfirmware/zig-on-rpi-using-ultibo/tags
MIT
[ "bare-metal", "kernel", "raspberry-pi", "rpi", "ultibo", "zig" ]
34,489
false
2021-04-15T18:47:48Z
true
false
unknown
github
[]
zig-on-rpi-using-ultibo Download and operate using an sd card zip file: https://github.com/markfirmware/zig-on-rpi-using-ultibo/releases The main ultibo program calls the zig function named zigmain. zigmain logs the command line arguments that are passed to it. zigmain then registers a callback with the raspberry pi ...
[]
https://avatars.githubusercontent.com/u/657581?v=4
RTCW-SP-Zig
BitPuffin/RTCW-SP-Zig
2019-06-29T19:15:42Z
Return to Castle Wolfenstein Single Player GPL Source Release
master
0
0
0
0
https://api.github.com/repos/BitPuffin/RTCW-SP-Zig/tags
GPL-3.0
[ "game", "game-engine", "wolfenstein", "zig" ]
3,675
true
2019-06-29T19:16:45Z
false
false
unknown
github
[]
Return to Castle Wolfenstein single player GPL source release This file contains the following sections: GENERAL NOTES LICENSE GENERAL NOTES Game data and patching: This source release does not contain any game data, the game data is still covered by the original EULA and must be obeyed as usual. You must patch t...
[]
https://avatars.githubusercontent.com/u/6712477?v=4
bstr
sstadick/bstr
2020-02-02T02:16:31Z
Ziglang bstr library
master
0
0
0
0
https://api.github.com/repos/sstadick/bstr/tags
MIT
[ "algorithm", "strings-manipulation", "zig", "ziglang" ]
8
false
2020-02-02T20:07:47Z
true
false
unknown
github
[]
bstr A collection of functions for working with byte strings in Zig. Much of it is ported from the Go standard library. Currently there is no support for simd operations, but those will be added a support comes along. Goals <ul> <li>Keep this very simple and filling only the most common use cases. </li> <li>Avoid all...
[]
https://avatars.githubusercontent.com/u/6000520?v=4
Playground
Pwera/Playground
2019-08-14T19:32:03Z
null
master
19
0
0
0
https://api.github.com/repos/Pwera/Playground/tags
-
[ "cpp", "deno", "go", "golang", "javascript", "js", "rust", "wasm", "zig" ]
10,152
false
2024-09-12T20:53:57Z
false
false
unknown
github
[]
Playground
[]
https://avatars.githubusercontent.com/u/35624?v=4
davermouse.github.io
Davermouse/davermouse.github.io
2019-04-26T21:34:40Z
null
main
0
0
0
0
https://api.github.com/repos/Davermouse/davermouse.github.io/tags
-
[ "zig", "zine" ]
4,434
false
2024-10-23T14:50:52Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/1826193?v=4
AdventOfCode2019
SLiV9/AdventOfCode2019
2019-12-01T11:24:42Z
My solutions for Advent of Code 2019.
master
0
0
0
0
https://api.github.com/repos/SLiV9/AdventOfCode2019/tags
-
[ "advent-of-code", "advent-of-code-2019", "zig" ]
41
false
2023-12-05T22:00:48Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/24697112?v=4
goreleaser
goreleaser/goreleaser
2016-12-21T17:13:39Z
Release engineering, simplified
main
23
14,642
992
14,642
https://api.github.com/repos/goreleaser/goreleaser/tags
MIT
[ "apk", "archlinux", "bun", "deb", "deno", "docker", "github-actions", "go", "golang", "hacktoberfest", "homebrew", "nix", "nixos", "package", "release-automation", "rpm", "rust", "snapcraft", "travis", "zig" ]
23,705
false
2025-05-22T06:08:28Z
false
false
unknown
github
[]
GoReleaser Release engineering, simplified. We handle the complexities of releasing so you can focus in building what really matters: <strong>your software</strong>. Get GoReleaser <ul> <li><a>On your machine</a>;</li> <li><a>On CI/C...
[]
https://avatars.githubusercontent.com/u/27973237?v=4
vscode-zig
ziglang/vscode-zig
2017-07-14T23:02:35Z
Zig language support for VSCode
master
36
646
67
646
https://api.github.com/repos/ziglang/vscode-zig/tags
MIT
[ "visual-studio-code", "zig" ]
944
false
2025-05-21T18:35:29Z
false
false
unknown
github
[]
vscode-zig <a></a> <a></a> <a>Zig</a> support for Visual Studio Code. Features <ul> <li>install and manage Zig version</li> <li>syntax highlighting</li> <li>basic compiler linting</li> <li>automatic formatting</li> <li>Run/Debug zig program</li> <li>Run/Debug tests</li> <li>optional <a>ZLS language server</a> feat...
[]
https://avatars.githubusercontent.com/u/42113569?v=4
Cubyz
PixelGuys/Cubyz
2019-02-04T10:16:37Z
Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.
master
465
564
69
564
https://api.github.com/repos/PixelGuys/Cubyz/tags
GPL-3.0
[ "3d-game", "cubyz", "game", "procedural-generation", "sandbox", "sandbox-game", "voxel", "voxel-game", "zig" ]
103,216
false
2025-05-21T18:43:07Z
true
true
unknown
github
[ { "commit": null, "name": "local", "tar_url": null, "type": "relative", "url": "../Cubyz-libs/zig-out" }, { "commit": "master", "name": "cubyz_deps_headers", "tar_url": "https://github.com/PixelGuys/Cubyz-Libs/releases/download/5/cubyz_deps_headers.tar.gz/archive/master.tar.gz", ...
Cubyz Cubyz is a 3D voxel sandbox game (inspired by Minecraft). Cubyz has a bunch of interesting/unique features such as: - Level of Detail (→ This enables far view distances.) - 3D Chunks (→ There is no height or depth limit.) - Procedural Crafting (→ You can craft anything you want, and the game will figure out wha...
[]
https://avatars.githubusercontent.com/u/27973237?v=4
zig.vim
ziglang/zig.vim
2017-04-13T09:21:35Z
Vim configuration for Zig
master
29
525
61
525
https://api.github.com/repos/ziglang/zig.vim/tags
MIT
[ "vim", "zig" ]
113
false
2025-05-14T17:17:30Z
false
false
unknown
github
[]
zig.vim File detection and syntax highlighting for the <a>zig</a> programming language. Installation If using <a><strong>vim-plug</strong></a> (for Vim or Neovim) <ul> <li>Open vim config</li> <li> Write <code>Plug 'ziglang/zig.vim'</code> inside the <code>plug</code> command: <code>vim call plug#begin('~/.vim/...
[]
https://avatars.githubusercontent.com/u/1699414?v=4
sokol-zig
floooh/sokol-zig
2018-05-31T17:10:41Z
Zig bindings for the sokol headers (https://github.com/floooh/sokol)
master
10
513
66
513
https://api.github.com/repos/floooh/sokol-zig/tags
Zlib
[ "crossplatform", "sokol", "zig", "zig-package" ]
3,194
false
2025-05-21T16:08:15Z
true
true
0.14.0
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" }, { "commit": "9b5a3e2b57fe9783ba4d1f3249059bc4720b592f", "name": "shdc", "tar_url": "https://git...
<a></a><a></a> Auto-generated Zig bindings for the <a>sokol headers</a>. <a>Auto-generated docs</a> (wip) For Zig version 0.14.0+ In case of breaking changes in Zig, the bindings might fall behind. Please don't hesitate to ping me via a Github issue, or even better, provide a PR :) Support for stable Zig versions ...
[]
https://avatars.githubusercontent.com/u/3673952?v=4
zen
AndreaOrru/zen
2017-04-04T20:02:11Z
Experimental operating system written in Zig
main
2
480
29
480
https://api.github.com/repos/AndreaOrru/zen/tags
BSD-3-Clause
[ "kernel", "operating-system", "os", "zig" ]
297
false
2025-05-21T21:15:56Z
true
false
unknown
github
[]
Zen <a></a> <a></a> Experimental operating system written in <a>Zig</a>. <strong>NOTE:</strong> A rewrite using modern Zig is currently in progress in the <a>reboot</a> branch. Build and test To build the kernel, simply type: <code>zig build</code> You can run and debug the kernel straight away with Qemu: ``` Run...
[]
https://avatars.githubusercontent.com/u/27973237?v=4
www.ziglang.org
ziglang/www.ziglang.org
2016-05-13T18:33:32Z
null
main
22
394
193
394
https://api.github.com/repos/ziglang/www.ziglang.org/tags
MIT
[ "documentation", "zig" ]
98,445
false
2025-05-22T05:44:43Z
true
true
0.14.0-dev.3451+d8d2aa9af
github
[ { "commit": "0a55c7013461841ec34394c8d08749f5973706da", "name": "doctest", "tar_url": "https://github.com/ziglang/doctest/archive/0a55c7013461841ec34394c8d08749f5973706da.tar.gz", "type": "remote", "url": "https://github.com/ziglang/doctest" }, { "commit": "5408d3dff6107fc449a6d24d90f379...
ziglang.org Website for <a>Zig</a>. How to Run Locally We use <a>Zine</a> for static site generation. Zine, and the Zig website itself (when it comes to code samples), target the latest tagged release of Zig. For a convenient way of juggling multiple versions of Zig, take a look at <a>zigup</a>. Once you have the...
[]
https://avatars.githubusercontent.com/u/3252130?v=4
blog
hhstore/blog
2018-04-26T11:36:18Z
My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
master
412
310
27
310
https://api.github.com/repos/hhstore/blog/tags
-
[ "ai", "android", "blockchain", "blog", "dart", "docker", "flutter", "golang", "gpt", "ios", "k8s", "kotlin", "mojo", "nlp", "python", "rust", "vuejs", "web3", "zig" ]
7
false
2025-05-21T12:00:39Z
false
false
unknown
github
[]
My Tech Blog 🔥️ Intro <ul> <li>✅ Focus on: <a>Mojo</a>, <a>Rust</a>, <a>Flutter</a>, <a>Golang</a>, <a>Python</a>, <a>Zig</a>, <a>Kotlin</a>, <a>VueJS</a>, , <code>Docker</code>, <code>Kubernetes(K8S)</code>, <code>Blockchain(BTC/ETH)</code>, etc.</li> </ul> | Blog | Link | Desc | | :--- | :--- | :--- | | Catalog...
[]
https://avatars.githubusercontent.com/u/106511?v=4
HellOS
andrewrk/HellOS
2018-10-26T19:29:35Z
"hello world" x86 kernel example
master
13
301
37
301
https://api.github.com/repos/andrewrk/HellOS/tags
-
[ "operating-system", "zig" ]
7
false
2025-05-17T12:41:28Z
false
false
unknown
github
[]
HellOS Bare bones "hello world" i386 kernel written in <a>Zig</a>. Building <code>zig build-exe hellos.zig -target i386-freestanding -T linker.ld</code> Testing with qemu <code>qemu-system-i386 -kernel hellos</code>
[]
https://avatars.githubusercontent.com/u/1950733?v=4
redis-cuckoofilter
kristoff-it/redis-cuckoofilter
2017-07-23T17:28:09Z
Hashing-function agnostic Cuckoo filters for Redis
master
4
232
22
232
https://api.github.com/repos/kristoff-it/redis-cuckoofilter/tags
MIT
[ "bloom-filter", "c", "cuckoo-filter", "probabilistic-data-structures", "redis", "zig" ]
6,650
false
2025-03-23T07:23:43Z
false
false
unknown
github
[]
redis-cuckoofilter <a></a> <a></a> <a></a> <a></a> Hashing-function agnostic Cuckoo filters for Redis. What's a Cuckoo Filter? Cuckoo filters are a probabilistic data structure that allows you to test for membership of an element in a set without having to hold the whole set in memory. ...
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-regex
tiehuis/zig-regex
2018-02-18T00:00:07Z
A regex implementation for the zig programming language
master
6
230
25
230
https://api.github.com/repos/tiehuis/zig-regex/tags
MIT
[ "regex", "regex-engine", "zig" ]
152
false
2025-05-21T15:40:59Z
true
true
0.14.0
github
[]
An automaton-based regex implementation for <a>zig</a>. Note: This is still a work in progress and many things still need to be done. <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:b...
[]
https://avatars.githubusercontent.com/u/106511?v=4
clashos
andrewrk/clashos
2017-02-03T22:09:14Z
multiplayer arcade game for bare metal Raspberry Pi 3 B+
master
1
228
20
228
https://api.github.com/repos/andrewrk/clashos/tags
-
[ "aarch64", "kernel", "raspberry-pi", "zig" ]
2,743
false
2025-04-23T03:28:50Z
true
false
unknown
github
[]
ClashOS A work-in-progress multiplayer arcade game that runs directly on the Raspberry Pi 3 B+ hardware, written entirely in <a>Zig</a>. Current Status "Hello World" OS using the MiniUART. ~Tested and working on real hardware.~ It has regressed on real hardware, and I haven't fixed it yet. Building <code>zig build...
[]
https://avatars.githubusercontent.com/u/27973237?v=4
zig-mode
ziglang/zig-mode
2017-04-04T12:05:22Z
Zig mode for Emacs
master
16
186
58
186
https://api.github.com/repos/ziglang/zig-mode/tags
GPL-3.0
[ "emacs", "zig" ]
115
false
2025-05-09T04:47:27Z
false
false
unknown
github
[]
zig-mode Syntax highlighting and automatic indentation for the <a>Zig programming language</a> in Emacs. Requires Emacs 24.3 or later. Installation <a></a> <a></a> Simply install the <code>zig-mode</code> package via <a>NonGNU ELPA</a> or <a>MELPA</a>. Manual install Alternatively, you can <code>git clone</code>...
[]
https://avatars.githubusercontent.com/u/14808551?v=4
so_stupid_search
Lisprez/so_stupid_search
2016-04-01T08:17:56Z
It's my honor to drive you fucking fire faster, to have more time with your Family and Sunshine.This tool is for those who often want to search for a string Deeply into a directory in Recursive mode, but not with the great tools: grep, ack, ripgrep .........every thing should be Small, Thin, Fast, Lazy....without Think...
master
0
173
11
173
https://api.github.com/repos/Lisprez/so_stupid_search/tags
LGPL-2.1
[ "blazing-fast", "cargo", "code-search", "cpp14", "cpp17", "cpp20", "ctags", "emacs", "fire", "grep", "meta-programming", "neovim", "nim", "pt", "ripgrep", "rust", "stupid-search", "vim", "zig" ]
6,657
false
2025-04-03T07:22:25Z
false
false
unknown
github
[]
<strong>SSS - so stupid search </strong> "so stupid search" is a tool built for himself by a programmer who believes in minimalism. He always reminds himself to cherish his time and let himself spend every minute in simplicity and happiness 「so stupid search」は、ミニマリズムを信じるプログラマーが自分のために作ったツールで、いつも自分の時間を大切にし、シンプルさと幸せに毎...
[]
https://avatars.githubusercontent.com/u/829407?v=4
compiler-benchmark
nordlow/compiler-benchmark
2017-09-13T16:28:51Z
Benchmarks compilation speeds of different combinations of languages and compilers.
master
8
142
18
142
https://api.github.com/repos/nordlow/compiler-benchmark/tags
MIT
[ "benchmark", "c", "compilation", "compiler", "cplusplus", "cpp", "d", "java", "julia", "rust", "vlang", "zig" ]
4,531
false
2025-05-08T12:51:34Z
false
false
unknown
github
[]
compiler-benchmark Benchmarks compilation speeds of different combinations of languages and compilers. Supported languages are: Languages with Natives Compilers <ul> <li><a>C</a> (using <a><code>gcc</code></a>, <a><code>clang</code></a>, <a><code>cproc</code></a>, <a><code>Cuik</code></a>, and <a><code>tcc</c...
[]
https://avatars.githubusercontent.com/u/106511?v=4
zig-window
andrewrk/zig-window
2018-06-09T05:04:33Z
window client library
master
8
125
11
125
https://api.github.com/repos/andrewrk/zig-window/tags
-
[ "zig" ]
1,076
false
2025-05-11T22:36:09Z
true
false
unknown
github
[]
zig-window My Vision A window client library. It gives you an API for creating windows, possibly fullscreen, a graphics context, and events associated with the windows, such as mouse and keyboard input. <ul> <li>No dependency on libc or any C libraries</li> <li>Cross platform:</li> <li>X11</li> <li>Windows</li> <li>M...
[]
https://avatars.githubusercontent.com/u/106511?v=4
zig-vulkan-triangle
andrewrk/zig-vulkan-triangle
2018-08-09T23:26:46Z
simple triangle displayed using vulkan, xcb, and zig
master
2
124
15
124
https://api.github.com/repos/andrewrk/zig-vulkan-triangle/tags
MIT
[ "vulkan", "xcb", "zig" ]
132
false
2025-04-25T17:27:30Z
true
true
0.14.0-dev.1359+e9a00ba7f
github
[ { "commit": "b6e589d62bc1d9070c47d73ce942168fb92624c8", "name": "vulkan", "tar_url": "https://github.com/andrewrk/vulkan-zig/archive/b6e589d62bc1d9070c47d73ce942168fb92624c8.tar.gz", "type": "remote", "url": "https://github.com/andrewrk/vulkan-zig" }, { "commit": "v1.3.283.tar.gz", "...
zig-vulkan-triangle Example of using <a>vulkan-zig</a> and <a>shader_compiler</a> along with libxcb to open a window and draw a triangle. Building and Running <code>zig build run</code> System Configuration On NixOS, I had to add these to my shell: ``` buildInputs = [ vulkan-loader vulkan-validation-lay...
[]
https://avatars.githubusercontent.com/u/16398479?v=4
intellij-zig
ice1000/intellij-zig
2018-03-16T16:31:40Z
The IntelliJ IDEA plugin for the Zig programming language ┗:smiley:┛ ┏:smiley:┓ ┗:smiley:┛ ┏:smiley:┓
master
9
116
27
116
https://api.github.com/repos/ice1000/intellij-zig/tags
GPL-3.0
[ "ide", "integrated-development-environment", "intellij-plugin", "zig" ]
428
false
2025-03-18T07:07:27Z
false
false
unknown
github
[]
Zig plugin for the IntelliJ Platform ~~This is a <strong>work in progress</strong>, some features are implemented partially, there may be performance and stability problems.~~ This project is looking for new maintainers. <a></a> <a></a> <a></a> |CI|Status| |:---:|:---:| |CircleCI (newest with tests, linux)|<a></a>| ...
[]
https://avatars.githubusercontent.com/u/27973237?v=4
sublime-zig-language
ziglang/sublime-zig-language
2018-01-20T13:16:19Z
Zig language support for Sublime Text
master
16
96
25
96
https://api.github.com/repos/ziglang/sublime-zig-language/tags
MIT
[ "sublime", "zig" ]
1,352
false
2025-04-22T04:08:25Z
false
false
unknown
github
[]
Zig Language Syntax highlighting for <a>Zig</a>. This repository serves both as the grammar for <a>github/linguist</a> (Github's site wide syntax highlighting) and as a standalone Sublime Text package. The source of truth is <code>Zig.YAML-tmLanguage</code>. This file is read by linguist directly and used as the sou...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
zig-bench
Hejsil/zig-bench
2018-12-05T09:26:06Z
Simple benchmarking library
master
2
64
8
64
https://api.github.com/repos/Hejsil/zig-bench/tags
MIT
[ "benchmarking", "zig", "zig-package" ]
41
false
2025-05-13T04:06:33Z
false
false
unknown
github
[]
zig-bench A simple benchmarking lib in Zig ``` Test [0/2] test "Debug benchmark"... Benchmark Iterations Min(ns) Max(ns) Variance Mean(ns) sum_slice(block=16) 100000 90 2690 243 107 sum_slice(block=32) 100000 170 1760 338 190...
[]
https://avatars.githubusercontent.com/u/5731661?v=4
zig-wasm-test
meheleventyone/zig-wasm-test
2018-11-20T22:10:38Z
A minimal Web Assembly example using Zig's build system.
master
2
56
10
56
https://api.github.com/repos/meheleventyone/zig-wasm-test/tags
-
[ "typescript", "wasm", "webassembly", "zig" ]
29
false
2025-05-15T09:15:33Z
true
false
unknown
github
[]
zig-wasm-test A minimal Web Assembly example built with Zig. Building To build this project with a working Zig at 0.11.0 and TypeScript install at the project root just type. <code>zig build</code> You need to move the resulting wasmtest.wasm file from /zig-out/lib to /www/. One has been committed if you're happy ...
[]
https://avatars.githubusercontent.com/u/27973237?v=4
docker-zig
ziglang/docker-zig
2017-05-18T18:02:29Z
Dockerfile for zig programming language
master
2
50
10
50
https://api.github.com/repos/ziglang/docker-zig/tags
MIT
[ "docker", "zig" ]
35
false
2025-01-16T16:56:44Z
false
false
unknown
github
[]
docker-zig This docker image is solely for the purpose of creating the image that runs for <a>Zig's Drone CI script</a>. <strong>Zig makes Docker irrelevant.</strong> You probably do not need a Docker image to build your Zig application, and you definitely do not need this one. Usage First, decide whether to bump t...
[]
https://avatars.githubusercontent.com/u/43974899?v=4
trOS
sjdh02/trOS
2019-02-07T21:09:49Z
tiny aarch64 baremetal OS thingy
master
0
50
5
50
https://api.github.com/repos/sjdh02/trOS/tags
-
[ "aarch64", "osdev", "rpi3", "zig" ]
81
false
2025-04-23T12:09:46Z
true
false
unknown
github
[]
trOS trOS is a small, <a>zig</a> and assembly, aarch64 RPI3 bare metal OS thingy. some stuff that works: * mailbox calls * uart0 * framebuffer (initializing/clearing/printing characters and strings) * gpio * mmio stuff that is being worked on: * SD card support (read/write) * USB * networking * anything else not men...
[]
https://avatars.githubusercontent.com/u/5941194?v=4
georgios
iguessthislldo/georgios
2017-12-04T03:49:38Z
Hobby Operating System
master
1
49
6
49
https://api.github.com/repos/iguessthislldo/georgios/tags
NOASSERTION
[ "hobby-os", "kernel", "operating-system", "osdev", "unix", "x86", "x86-32", "zig", "ziglang" ]
1,638
false
2025-04-23T12:09:44Z
true
false
unknown
github
[]
Georgios Georgios (Greek version of the name George, said like <em>GORE-GEE-OS</em>) is an operating system I'm making for fun which currently targets i386/IA-32. The purpose of this project is to serve as a learning experience. Work in progress graphics mode: https://user-images.githubusercontent.com/5941194/1807...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
zig-gc
Hejsil/zig-gc
2018-06-11T13:35:09Z
A super simple mark-and-sweep garbage collector written in Zig.
master
1
39
1
39
https://api.github.com/repos/Hejsil/zig-gc/tags
Unlicense
[ "garbage-collector", "zig" ]
21
false
2024-12-27T23:58:45Z
true
false
unknown
github
[]
zig-bench A simple Garbage Collector in Zig. This GC is pretty bad, and mostly just a proof of concept. Benchmarks ``` Benchmark Arg Mean(ns) DirectAllocator 0 9867 DirectAllocator 1 20578 Dir...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
zig-midi
Hejsil/zig-midi
2018-08-17T09:04:10Z
null
master
1
35
3
35
https://api.github.com/repos/Hejsil/zig-midi/tags
MIT
[ "midi", "zig", "zig-library", "zig-package" ]
77
false
2025-05-04T08:50:05Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-rosetta
tiehuis/zig-rosetta
2018-08-03T05:45:25Z
Rosettacode examples in zig
master
0
32
3
32
https://api.github.com/repos/tiehuis/zig-rosetta/tags
-
[ "rosetta-code", "zig" ]
123
false
2025-02-07T23:52:31Z
false
false
unknown
github
[]
Zig programming language examples for https://rosettacode.org. This repo is archived and acts as a historic footnote. See the actual site rosettacode site for updated information.
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zligc
tiehuis/zligc
2018-03-22T06:37:47Z
libc implementation in zig
master
1
29
4
29
https://api.github.com/repos/tiehuis/zligc/tags
NOASSERTION
[ "libc", "zig" ]
1,430
false
2024-06-30T21:58:44Z
false
false
unknown
github
[]
A libc implementation in zig. To build a static libc implementation: <code>make</code> Confirm the exported symbols with <code>readelf -s libc.a</code>. See the <code>test/</code> directory for how to link with the generated <code>libc.a</code> vs. the system provided version. IMPORTANT: The provided include hea...
[]
https://avatars.githubusercontent.com/u/12070598?v=4
crisp
rvcas/crisp
2017-09-22T14:47:19Z
A Minimal Lispy Calculator
main
1
26
2
26
https://api.github.com/repos/rvcas/crisp/tags
MIT
[ "calculator", "lisp", "zig" ]
46
false
2025-04-05T18:36:49Z
true
false
unknown
github
[]
Crisp A very minimal lispy calculator implemented in <a>zig</a> Operations <ul> <li><code>+</code> add a sequence of numbers</li> <li><code>(+ 1 2 3)</code></li> <li><code>-</code> subtract a sequence of numbers</li> <li><code>(- 3 2)</code></li> <li><code>*</code> multiply a sequence of numbers</li> <li><code>(* 3...
[]
https://avatars.githubusercontent.com/u/35096?v=4
ziegfried
mdsteele/ziegfried
2018-07-27T15:05:42Z
A general-purpose memory allocator for Zig
master
0
26
0
26
https://api.github.com/repos/mdsteele/ziegfried/tags
MIT
[ "zig" ]
34
false
2025-03-13T15:53:22Z
true
false
unknown
github
[]
Ziegfried <strong>Ziegfried</strong> ("Zig-<code>free()</code>-d") is a general-purpose memory allocator for the <a>Zig programming language</a>, loosely based on the principles of <a>Hoard: A Scalable Memory Allocator for Multithreaded Applications</a> by Emery D. Berger, Kathryn S. McKinley, Robert D. Blumofe, and...
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-lua
tiehuis/zig-lua
2018-05-24T07:26:44Z
zig interfacing with lua example
master
0
24
2
24
https://api.github.com/repos/tiehuis/zig-lua/tags
MIT
[ "lua", "zig" ]
317
false
2024-04-20T00:00:21Z
true
false
unknown
github
[]
Example of embedding the lua interpreter in a zig program. Some things that would be cool to do: - get translate-c parsing all the macros in the header files correctly - longjmp error handling example case - get <a>zligc</a> far enough along to avoid needing to pull in the libc dependency. Build <code>zig buil...
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-raytrace
tiehuis/zig-raytrace
2017-10-12T08:07:43Z
simple raytracer in zig
master
1
19
2
19
https://api.github.com/repos/tiehuis/zig-raytrace/tags
MIT
[ "zig" ]
127
false
2025-04-01T20:32:36Z
false
false
unknown
github
[]
A simple raytracer and jpeg image writer in Zig. Rewritten based on https://github.com/ssloy/tinyraytracer. Dependencies <ul> <li><a>Zig</a></li> </ul> Example
[]
https://avatars.githubusercontent.com/u/744026?v=4
xxhash
andreiamatuni/xxhash
2018-06-09T13:59:26Z
xxhash for zig
master
0
19
3
19
https://api.github.com/repos/andreiamatuni/xxhash/tags
-
[ "hash", "xxhash", "zig" ]
12
false
2025-02-06T04:08:31Z
false
false
unknown
github
[]
xxhash a pure zig implementation of <a>xxhash</a> usage see test/test.zig for usage examples preliminary benchmarks: all benchmarks run on Broadwell Intel Core i7 3.1Ghz: | load size | zig | c (reference) | go (cespare) | | --------- | ------------- | ------------- | ------------- | | 8B | 2013....
[]
https://avatars.githubusercontent.com/u/6039952?v=4
zunicode
gernest/zunicode
2018-11-03T16:33:16Z
null
master
2
18
4
18
https://api.github.com/repos/gernest/zunicode/tags
MIT
[ "unicode", "zig", "ziglang" ]
470
false
2025-02-03T15:47:45Z
true
false
unknown
github
[]
zunicode <a></a> unicode library for ziglang.
[ "https://github.com/kivikakk/koino" ]
https://avatars.githubusercontent.com/u/9454576?v=4
deque.zig
emekoi/deque.zig
2018-12-24T05:14:32Z
a lock free chase-lev deque for zig
master
0
17
1
17
https://api.github.com/repos/emekoi/deque.zig/tags
MIT
[ "concurrent", "deque", "lock-free", "zig" ]
20
false
2024-12-28T00:58:38Z
true
false
unknown
github
[]
<em>deque.zig</em> a lock free chase-lev deque for zig. usage ```zig const std = @import("std"); const deque = @import("deque"); const AMOUNT: usize = 100000; const Task = struct { const Self = @This(); stealer: deque.Stealer(usize, 32), data: [AMOUNT]usize = [_]usize{0} ** AMOUNT, <code>fn task(self:...
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-ryu
tiehuis/zig-ryu
2018-08-01T10:13:14Z
Zig port of https://github.com/ulfjack/ryu
master
1
17
6
17
https://api.github.com/repos/tiehuis/zig-ryu/tags
-
[ "zig" ]
318
false
2025-01-24T17:22:12Z
false
false
unknown
github
[]
Conversion of https://github.com/ulfjack/ryu to <a>zig</a>. Install <code>git clone --recurse-submodules https://github.com/tiehuis/zig-ryu</code> Benchmarks Requires <code>sh</code>, <code>make</code>, <code>cmake</code>, <code>c++</code>, <code>zig</code> <code>./build.sh ./bench-reference # reference timing ./b...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
hacky-zig-repl
Hejsil/hacky-zig-repl
2018-12-18T17:52:56Z
null
master
0
16
2
16
https://api.github.com/repos/Hejsil/hacky-zig-repl/tags
MIT
[ "repl", "zig" ]
15
false
2024-05-03T10:34:59Z
true
false
unknown
github
[]
hacky-zig-repl Just a small wrapper program that provides a repl for the <a>Zig</a> programming language.
[]
https://avatars.githubusercontent.com/u/748913?v=4
docker-zig
euantorano/docker-zig
2018-10-07T18:11:21Z
A docker image for Zig based upon Alpine Linux 3.16.
main
1
15
3
15
https://api.github.com/repos/euantorano/docker-zig/tags
BSD-3-Clause
[ "docker-image", "zig" ]
56
false
2025-05-11T21:51:40Z
false
false
unknown
github
[]
Zig A docker image for <a>Zig</a> based upon Alpine Linux 3.16. Using this image Building an executable <code>docker run -v $PWD:/app euantorano/zig:0.9.1 build-exe hello.zig</code> Available tags There are two variants of tags provided by this repository - release tags such as <code>0.9.1</code>, and <code>maste...
[]
https://avatars.githubusercontent.com/u/6039952?v=4
time
gernest/time
2018-11-12T16:13:45Z
null
master
0
15
5
15
https://api.github.com/repos/gernest/time/tags
MIT
[ "time", "zig", "ziglang" ]
330
false
2024-09-18T05:57:44Z
true
false
unknown
github
[]
time <code>time</code> for ziglang
[ "https://github.com/jcalabro/uscope" ]
https://avatars.githubusercontent.com/u/744026?v=4
strings
andreiamatuni/strings
2018-06-05T21:01:54Z
strings for zig
master
2
14
3
14
https://api.github.com/repos/andreiamatuni/strings/tags
-
[ "string", "string-distance", "string-manipulation", "string-search", "zig" ]
502
false
2025-02-06T04:06:55Z
false
false
unknown
github
[]
strings strings for zig check out the test/test.zig file for examples to run all the tests: <code>$ git clone https://github.com/clownpriest/strings $ cd strings $ zig test test/test.zig</code>
[]
https://avatars.githubusercontent.com/u/3759175?v=4
pokemon-randomizer
Hejsil/pokemon-randomizer
2017-12-26T23:50:20Z
A Pokémon Rom randomizer tool written in Zig
master
11
13
0
13
https://api.github.com/repos/Hejsil/pokemon-randomizer/tags
Unlicense
[ "pokemon", "romhacking", "zig" ]
696
false
2023-04-30T02:42:49Z
true
false
unknown
github
[]
pokemon-randomizer This project is no longer maintained and most of the code has been migrated to the <a>TM35-Metronome</a> project, which aims to be a set of simple tools for hacking Pokémon roms. A Pokémon Rom randomizer tool written in Zig For now, this project exists for me to test out the <a>Zig</a> programming...
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-sdl2
tiehuis/zig-sdl2
2018-07-17T09:10:36Z
SDL2 bindings for Zig
master
0
13
3
13
https://api.github.com/repos/tiehuis/zig-sdl2/tags
-
[ "sdl", "zig" ]
41
false
2024-11-21T08:14:38Z
false
false
unknown
github
[]
DEPRECATED: This is no longer needed since Zig added specific C-pointer types for translated code. I recommend using C import directly. If there is any issue with the automatic translation process, you can make an issue on the main zig compiler repository and we can fix upstream. Minimal zig wrapper over SDL2. For no...
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-gameboy
tiehuis/zig-gameboy
2017-06-10T22:51:28Z
A gameboy emulator in zig
master
0
13
1
13
https://api.github.com/repos/tiehuis/zig-gameboy/tags
MIT
[ "emulator", "zig" ]
31
false
2023-11-01T02:21:02Z
true
false
unknown
github
[]
NOTE: This isn't complete. Get <code>git clone --recursive https://github.com/tiehuis/zig-gameboy </code> Build <code>zig build </code> Dependencies <ul> <li>SDL2</li> </ul>
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-benchmarks-game
tiehuis/zig-benchmarks-game
2017-10-27T09:22:19Z
The Computer Language Benchmarks Game in Zig
master
0
12
5
12
https://api.github.com/repos/tiehuis/zig-benchmarks-game/tags
-
[ "benchmarks", "zig" ]
67
false
2022-08-21T18:16:13Z
true
false
unknown
github
[]
<a>The Computer Language Benchmarks Game</a> in Zig. <code>zig build ./run</code> Dependencies <ul> <li>zig (master branch)</li> <li>bash</li> <li>pcre</li> <li>gmp</li> </ul> NOTE: Running the full set of tests will use about 1GiB of hard drive space. Run <code>zig build clean</code> to clear all build artifacts.
[]
https://avatars.githubusercontent.com/u/45124880?v=4
tm35-nds
TM35-Metronome/tm35-nds
2018-11-19T07:41:55Z
A library for working with Nintendo DS roms
master
0
11
0
11
https://api.github.com/repos/TM35-Metronome/tm35-nds/tags
MIT
[ "nintendo-ds", "rom-hacking", "romhacking", "zig" ]
30
false
2025-02-04T11:10:32Z
true
false
unknown
github
[]
tm35-nds A library for reading and writing Nintendo DS roms.
[]
https://avatars.githubusercontent.com/u/106511?v=4
advent-of-code
andrewrk/advent-of-code
2018-12-01T06:42:23Z
https://adventofcode.com
master
0
9
3
9
https://api.github.com/repos/andrewrk/advent-of-code/tags
-
[ "zig" ]
84
false
2025-01-25T08:37:01Z
false
false
unknown
github
[]
Solutions for <a>Advent of Code</a> in the <a>Zig Programming Language</a>.
[]
https://avatars.githubusercontent.com/u/2234630?v=4
ZigZag
connectFree/ZigZag
2018-08-22T16:49:15Z
Noise Framework implementation in Zig Language for use in EVER/IP and WireGuard
master
0
9
1
9
https://api.github.com/repos/connectFree/ZigZag/tags
-
[ "crypto", "cryptography", "ever", "ever-ip", "everip", "noise", "noise-protocol", "noise-protocol-framework", "security", "wireguard", "zig" ]
50
false
2024-10-04T04:25:30Z
false
false
unknown
github
[]
ZigZag <a>Noise Framework</a> implementation in <a>Zig Language</a> for use in EVER/IP and WireGuard. implementation ZigZag is currently tracking against <a>Noise spec revision 34</a>.
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-ctags
tiehuis/zig-ctags
2017-10-20T09:55:57Z
ctags definition for zig
master
0
8
1
8
https://api.github.com/repos/tiehuis/zig-ctags/tags
MIT
[ "ctags", "zig" ]
1
false
2023-02-06T09:05:20Z
false
false
unknown
github
[]
Copy the contents of this file to your <code>.ctags</code> file. <code>https://raw.githubusercontent.com/tiehuis/zig-ctags/master/ctags.zig &gt;&gt; ~/.ctags</code>
[]
https://avatars.githubusercontent.com/u/4963613?v=4
zigenv
d2verb/zigenv
2018-12-30T17:43:44Z
env tool for ziglang
master
0
7
2
7
https://api.github.com/repos/d2verb/zigenv/tags
MIT
[ "zig", "ziglang" ]
18
false
2025-01-14T14:05:35Z
false
false
unknown
github
[]
<blockquote> <span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span> This repository is no longer maintained. You can use <a>zvm</a> or other tools to manage your Zig versions nowadays. </blockquote> What's this? zigenv is a to...
[]
https://avatars.githubusercontent.com/u/8798829?v=4
Seal
suirad/Seal
2018-11-26T07:07:54Z
An allocator that wraps another allocator and detects if memory is leaked after usage
master
0
7
0
7
https://api.github.com/repos/suirad/Seal/tags
MIT
[ "leak-detection", "zig", "ziglang" ]
4
false
2024-12-27T23:30:58Z
false
false
unknown
github
[]
Seal Allocator wrapping leak detector for Zig TODO: Documentation, Usage, &amp; Examples; See tests
[]
https://avatars.githubusercontent.com/u/183309?v=4
zig.kak
adrusi/zig.kak
2018-06-01T22:35:35Z
Zig language support for kakoune
master
0
5
3
5
https://api.github.com/repos/adrusi/zig.kak/tags
MIT
[ "kakoune", "plugin", "zig" ]
6
false
2021-09-23T09:47:05Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/3759175?v=4
zig-crc
Hejsil/zig-crc
2018-01-12T15:05:58Z
null
master
0
5
1
5
https://api.github.com/repos/Hejsil/zig-crc/tags
MIT
[ "crc", "zig", "zig-library", "zig-package" ]
37
false
2024-09-13T12:24:10Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/6039952?v=4
semver
gernest/semver
2018-11-08T14:24:00Z
null
master
2
4
1
4
https://api.github.com/repos/gernest/semver/tags
MIT
[ "semver", "zig", "ziglang" ]
45
false
2021-01-07T02:49:30Z
true
false
unknown
github
[]
semver <a></a> semantic versioning for zig. This allows you to parse and compare semantic version strings. usage ``` const semver = @import("src/main.zig"); const warn = @import("std").debug.warn; test "parse version string to a struct" { const version = try semver.parse("v1.2.3-pre+meta"); warn("\n{}\n", ...
[]
https://avatars.githubusercontent.com/u/8798829?v=4
zRc
suirad/zRc
2018-11-20T06:35:56Z
Pointer Reference counting in Zig
master
0
4
1
4
https://api.github.com/repos/suirad/zRc/tags
MIT
[ "reference-counting", "shared-ptr", "zig", "ziglang" ]
3
false
2020-10-27T22:34:13Z
false
false
unknown
github
[]
zRc Pointer Reference counting in Zig
[]
https://avatars.githubusercontent.com/u/3759175?v=4
sab
Hejsil/sab
2019-01-04T13:23:42Z
null
master
1
4
0
4
https://api.github.com/repos/Hejsil/sab/tags
MIT
[ "cli", "command-line-tool", "zig" ]
55
false
2025-05-08T07:01:57Z
true
false
unknown
github
[]
sab (Spinners And Bars) A simple program for printing spinners and bars to stdout. ``` Usage: sab [OPTION]... sab will draw bars/spinners based on the values piped in through stdin. To draw a simple bar, simply pipe a value between 0-100 into sab: echo 35 | sab ==== You can customize your bar with the '-s, --...
[ "https://github.com/Hejsil/lemonbar-maker" ]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-dlmalloc
tiehuis/zig-dlmalloc
2018-01-20T01:09:19Z
Work in progress port of dlmalloc-2.8.6 to Zig
master
0
4
0
4
https://api.github.com/repos/tiehuis/zig-dlmalloc/tags
MIT
[ "zig" ]
77
false
2021-05-09T06:22:21Z
false
false
unknown
github
[]
A <a>zig</a> implementation of dlmalloc.
[]
https://avatars.githubusercontent.com/u/8798829?v=4
uMutex
suirad/uMutex
2018-11-16T01:30:59Z
Platform Independant Mutex for the Zig programming language
master
0
4
1
4
https://api.github.com/repos/suirad/uMutex/tags
MIT
[ "atomics", "mutex", "mutex-lock", "zig", "zig-lang", "ziglang" ]
7
false
2021-04-01T19:02:01Z
false
false
unknown
github
[]
uMutex Platform Independant Mutex for the Zig language See <code>example.zig</code> for example of usage.
[]
https://avatars.githubusercontent.com/u/7611409?v=4
nucleOS
abelleisle/nucleOS
2018-12-10T23:58:56Z
The nucleOS Operating System
x86
0
2
1
2
https://api.github.com/repos/abelleisle/nucleOS/tags
GPL-3.0
[ "arm", "arm-cortex-m7", "assembly", "c", "rtos", "stm32", "stm32h743zi", "zig", "ziglang" ]
7,673
false
2024-01-20T18:50:58Z
false
false
unknown
github
[]
NucleOS What is this? nucleOS is my rendition of a operating system (OS) that's both architecture and board agnostic. Features None at the moment, check back later :) Directory Structure <ul> <li><code>boot</code> - Basic bootloader or bootup sequence code</li> <li><code>kernel</code> - The kernel itself. Only han...
[]
https://avatars.githubusercontent.com/u/127971?v=4
zig-unicode
daurnimator/zig-unicode
2018-11-25T14:40:19Z
A Zig unicode library
master
1
2
0
2
https://api.github.com/repos/daurnimator/zig-unicode/tags
-
[ "unicode", "zig" ]
9
false
2022-09-18T20:09:08Z
true
false
unknown
github
[]
A <a>Zig</a> unicode library Status This project is in its infancy. Aims <ul> <li>Provide the functionality of <a>unistring</a> </li> <li>Provide the functionality of <a>libidn2</a></li> <li>Provide primitives required for <a>PRECIS</a></li> <li>Do all the above by parsing the <a>official Unicode data tables</a> usi...
[]
https://avatars.githubusercontent.com/u/5731661?v=4
aoc-2018-zig
meheleventyone/aoc-2018-zig
2018-12-01T14:05:40Z
My solutions to the Advent of Code 2018 written in Zig.
master
0
2
0
2
https://api.github.com/repos/meheleventyone/aoc-2018-zig/tags
-
[ "advent-of-code-2018", "zig", "ziglang" ]
88
false
2019-04-24T01:49:25Z
false
false
unknown
github
[]
aoc-2018-zig My solutions to the Advent of Code 2018 written in Zig.
[]
https://avatars.githubusercontent.com/u/6039952?v=4
matrix
gernest/matrix
2018-10-29T20:23:30Z
null
master
0
1
0
1
https://api.github.com/repos/gernest/matrix/tags
MIT
[ "zig", "ziglang" ]
711
false
2022-01-23T04:42:57Z
false
false
unknown
github
[]
matrix Port of useful go library and utilities to zig. package | status --------|-------- image | WIP unicode | WIP
[]
https://avatars.githubusercontent.com/u/3759175?v=4
zig-bf
Hejsil/zig-bf
2018-03-07T11:51:05Z
null
master
0
1
0
1
https://api.github.com/repos/Hejsil/zig-bf/tags
Unlicense
[ "brainfuck", "zig" ]
8
false
2023-01-04T09:55:18Z
false
false
unknown
github
[]
zig-bf
[]
https://avatars.githubusercontent.com/u/30243134?v=4
posix-implementations
Summertime/posix-implementations
2018-11-05T01:48:31Z
Implementations of POSIX utilities in various languages
master
0
1
0
1
https://api.github.com/repos/Summertime/posix-implementations/tags
Unlicense
[ "hacktoberfest", "language", "nim", "posix", "zig" ]
13
false
2024-08-31T15:34:11Z
false
false
unknown
github
[]
Posix Implementations This repo is meant to serve as a comparison of various languages in doing relatively simple real-world tasks, by implementing in each language, the <a>"POSIX" standard utilities</a> The goal is to have a modern maintained implementation of each utility, for each popular programming language (if ...
[]
https://avatars.githubusercontent.com/u/4605603?v=4
zig-cli-experiment
tiehuis/zig-cli-experiment
2018-04-01T03:41:24Z
Experiment in how to handle the cli interface for zig
master
0
1
0
1
https://api.github.com/repos/tiehuis/zig-cli-experiment/tags
MIT
[ "cli", "zig" ]
106
false
2020-10-27T23:50:34Z
true
false
unknown
github
[]
Experimenting with how we can structure the cli of the zig compiler and its associated sub-commands. The current method is quite unwieldy and I'd like to see a clean implementation for the self-hosted compiler. We will probably pull out any useful argument parsing into a library/file maybe in std depending on if its ...
[]
https://avatars.githubusercontent.com/u/1832671?v=4
hello-zig
mpiannucci/hello-zig
2018-12-10T00:02:30Z
Test project for integrating zig with ios, android, macos, etc
master
0
1
0
1
https://api.github.com/repos/mpiannucci/hello-zig/tags
-
[ "ios", "xcode", "zig" ]
279
false
2021-12-05T23:50:23Z
true
false
unknown
github
[]
Hello Zig Attempt at getting a zig library compiled for use on ios and other platforms Building Using the zig build script (DOESNT WORK FOR IOS YET): <code>bash IPHONEOS_DEPLOYMENT_TARGET=9.0 zig build</code> Manually build for ios: <code>bash bash build_ios_fat_lib.sh</code> Then open <code>Hello Zig/HelloZig.x...
[]
https://avatars.githubusercontent.com/u/3768010?v=4
advent-of-code-2018
ManDeJan/advent-of-code-2018
2018-12-02T19:59:04Z
https://adventofcode.com/2018
master
0
0
0
0
https://api.github.com/repos/ManDeJan/advent-of-code-2018/tags
-
[ "advent-of-code", "advent-of-code-2018", "zig" ]
2
false
2018-12-03T12:14:00Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/23312691?v=4
blockchain
lavrd/blockchain
2017-12-23T22:55:32Z
PoW blockchain implementation
main
0
0
0
0
https://api.github.com/repos/lavrd/blockchain/tags
MIT
[ "blockchain", "blockchain-demo", "blockchain-demos", "blockchain-technology", "demo", "demo-app", "example", "explanation", "p2p", "p2p-network", "pow", "proof-of-work", "simple", "udp", "zig", "ziglang" ]
168
false
2024-08-07T05:14:03Z
true
false
unknown
github
[]
Blockchain Simple blockchain implementation for demo purposes. Usage See <a>make targets</a> for available commands. ```shell PORT=33400 GENESIS=00000000000000000000000000000000c4a55b5a7d0d89586e37238ca05362389e0dd85157d8652bd24fc483f66c22c0000000000000000000000000000000000000000000000000000000000000000003068fab900...
[]
https://avatars.githubusercontent.com/u/107689?v=4
doomsday
jshholland/doomsday
2016-05-16T12:11:44Z
null
master
0
0
0
0
https://api.github.com/repos/jshholland/doomsday/tags
BSD-3-Clause
[ "date", "zig" ]
23
false
2023-07-08T22:34:54Z
true
false
unknown
github
[]
Doomsday Doomsday is a small utility that uses Conway's <a>Doomsday</a> method to compute the day of the week of a given day.
[]
https://avatars.githubusercontent.com/u/1266011?v=4
advent-of-code
danprince/advent-of-code
2017-12-03T14:07:27Z
🎄 Solutions to puzzles from Advent of Code
master
1
0
0
0
https://api.github.com/repos/danprince/advent-of-code/tags
-
[ "advent-of-code", "clojure", "golang", "julia", "nim", "rust", "zig" ]
926
false
2024-12-09T04:39:49Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/4605603?v=4
advent-of-code-2018
tiehuis/advent-of-code-2018
2018-12-02T00:50:54Z
https://adventofcode.com/2018
master
0
0
0
0
https://api.github.com/repos/tiehuis/advent-of-code-2018/tags
-
[ "zig" ]
20
false
2018-12-04T05:54:45Z
false
false
unknown
github
[]
Solutions for <a>Advent of Code 2018</a> in the <a>Zig Programming Language</a>.
[]
https://avatars.githubusercontent.com/u/6039952?v=4
zson
gernest/zson
2018-11-10T11:59:21Z
null
master
0
0
0
0
https://api.github.com/repos/gernest/zson/tags
-
[ "json", "zig", "ziglang" ]
21
false
2020-10-27T22:39:49Z
true
false
unknown
github
[]
zson json for zig.
[]
https://avatars.githubusercontent.com/u/6039952?v=4
znet
gernest/znet
2018-11-10T18:50:54Z
null
master
0
0
0
0
https://api.github.com/repos/gernest/znet/tags
-
[ "http", "http2", "networking", "url", "zig", "ziglang" ]
15
false
2018-11-13T14:41:18Z
true
false
unknown
github
[]
zig networking
[]
https://avatars.githubusercontent.com/u/6039952?v=4
baki
gernest/baki
2018-11-10T22:31:12Z
null
master
0
0
0
0
https://api.github.com/repos/gernest/baki/tags
MIT
[ "markdown", "zig", "ziglang" ]
180
false
2020-10-27T22:34:49Z
true
false
unknown
github
[]
<em>markdown</em> for zig.
[]
https://avatars.githubusercontent.com/u/460371?v=4
aoc
wooky/aoc
2018-12-07T06:46:14Z
Advent of Code solutions
master
4
0
0
0
https://api.github.com/repos/wooky/aoc/tags
Unlicense
[ "ada", "advent-of-code", "advent-of-code-2016", "advent-of-code-2017", "advent-of-code-2018", "advent-of-code-2019", "advent-of-code-2020", "advent-of-code-2021", "advent-of-code-2022", "advent-of-code-2023", "adventofcode", "cpp", "nim", "zig", "ziglang" ]
1,227
false
2024-12-17T05:23:14Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/11783095?v=4
awesome-zig
nrdmn/awesome-zig
2019-08-12T18:50:22Z
null
master
21
1,294
87
1,294
https://api.github.com/repos/nrdmn/awesome-zig/tags
-
[ "awesome-list", "zig", "ziglang" ]
57
false
2025-05-21T21:23:50Z
false
false
unknown
github
[]
Awesome Zig Algorithms and data structures <ul> <li><a>BarabasGitHub/LZig4</a> Implementing lz4 in zig.</li> <li><a>DutchGhost/ArrayVec</a> An array with a vector feeling in Zig</li> <li><a>emekoi/deque.zig</a> a lock free chase-lev deque for zig</li> <li><a>kristoff-it/zig-cuckoofilter</a> Production-ready Cuckoo Fil...
[]
https://avatars.githubusercontent.com/u/68711141?v=4
pluto
ZystemOS/pluto
2019-03-22T10:49:28Z
An x86 kernel written in Zig
develop
34
641
28
641
https://api.github.com/repos/ZystemOS/pluto/tags
-
[ "hacktoberfest", "kernel", "operating-system", "x86", "zig" ]
2,907
false
2025-05-21T08:34:40Z
true
false
unknown
github
[]
Pluto <a></a> Pluto is a kernel written almost entirely in <a>Zig</a> and supports x86, with aarch64 and x64 backends being planned. Goals <ul> <li><strong>Should be written in Zig as much as possible</strong>. Assembly should only be used where required for functionality or performance reasons.</li> <li><strong>L...
[]
https://avatars.githubusercontent.com/u/62312094?v=4
zigimg
zigimg/zigimg
2019-12-29T22:52:29Z
Zig library for reading and writing different image formats
master
43
607
100
607
https://api.github.com/repos/zigimg/zigimg/tags
MIT
[ "bitmap", "bmp", "image", "image-processing", "netpbm", "pcx", "png", "png-decoder", "zig", "zig-library", "zig-package" ]
1,100
false
2025-05-21T20:54:56Z
true
true
unknown
github
[]
Zig Image library This is a work in progress library to create, process, read and write different image formats with <a>Zig</a> programming language. <a></a> Install &amp; Build This library uses zig nominated <a>2024.11.0-mach</a>. To install using <a><code>zigup</code></a>: <code>sh zigup 0.14.0-dev.2577+27...
[ "https://github.com/ATTron/astroz", "https://github.com/Harry-Heath/micro", "https://github.com/Khitiara/imaginarium", "https://github.com/PhantomUIx/core", "https://github.com/SinclaM/ray-tracer-challenge", "https://github.com/capy-ui/capy", "https://github.com/chadwain/zss", "https://github.com/deck...
https://avatars.githubusercontent.com/u/475362?v=4
polygon_coverage_planning
ethz-asl/polygon_coverage_planning
2019-04-10T15:35:33Z
Coverage planning in general polygons with holes.
master
14
585
163
585
https://api.github.com/repos/ethz-asl/polygon_coverage_planning/tags
GPL-3.0
[ "boustrophedon", "cleaning", "coverage", "drone", "mapping", "mav", "navigation", "obstacles", "path", "photogrammetry", "planning", "polygon", "robotics", "ros", "uav", "zag", "zig" ]
1,172
false
2025-05-21T05:45:51Z
false
false
unknown
github
[]
polygon_coverage_planning This package contains implementations to compute coverage patterns and shortest paths in general polygon with holes. Please cite our <a>accompanying publication</a> when using it. <code>Bähnemann, Rik, et al. "Revisiting boustrophedon coverage path planning as a generalized traveling salesman...
[]
https://avatars.githubusercontent.com/u/45520026?v=4
zap
kprotty/zap
2019-07-23T16:50:25Z
An asynchronous runtime with a focus on performance and resource efficiency.
blog
2
519
20
519
https://api.github.com/repos/kprotty/zap/tags
MIT
[ "asynchronous", "io", "networking", "performance", "runtime", "rust", "scheduler", "unix", "windows", "zig" ]
8,598
false
2025-05-20T21:56:51Z
false
false
unknown
github
[]
zap <a></a> <a></a> A collection of resource efficient tools for writing scalable software. Design Goals This project explicitly makes an effort to optimize for resource efficiency and customizability when possible as opposed to the more standard goal of performance and ease of use. This has two simultaneous, but so...
[]
https://avatars.githubusercontent.com/u/14085211?v=4
Reia
Quaint-Studios/Reia
2019-11-10T03:11:24Z
RPG game action-adventure MMO built with Godot, Rust, and Zig.
master
11
446
21
446
https://api.github.com/repos/Quaint-Studios/Reia/tags
AGPL-3.0
[ "3d", "3d-game", "action-game", "adventure", "crossplatform", "desktop", "fantasy", "game", "godot", "godot4", "mmo", "mmorpg", "mobile-game", "multiplayer", "rpg", "rust-game", "singleplayer", "story", "video-game", "zig" ]
759,543
false
2025-05-22T02:26:21Z
false
false
unknown
github
[]
<a></a> <a></a> <a></a> Reia Explore endless worlds and embark on a magical adventure of a lifetime! Reia is an action-adventure RPG, also open-source. Play offline or online with friends, or login for an MMO experience! Create and explore worlds, manage your own economy and products, and restore Reia's world via the...
[]
https://avatars.githubusercontent.com/u/13424259?v=4
kernel-zig
jzck/kernel-zig
2019-05-10T23:12:21Z
:floppy_disk: hobby x86 kernel zig
master
2
430
15
430
https://api.github.com/repos/jzck/kernel-zig/tags
-
[ "kernel", "x86", "zig" ]
175
false
2025-04-28T03:27:02Z
true
false
unknown
github
[]
hobby kernel in zig WARNING: this project was written for zig 0.5, it doesn't compile for future versions features <ul> <li>80x25 frame buffer</li> <li>ps2 keyboard driver</li> <li>terminal console</li> <li>lspci</li> <li>x86</li> <li>MMU</li> <li>interrupts</li> <li>pit timer</li> <li>scheduler</li> <li>time slice...
[]