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/40577357?v=4 | DeferExpression | jvyden/DeferExpression | 2023-08-26T02:54:40Z | Defer from Zig in C#. Cursed as hell. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/jvyden/DeferExpression/tags | - | [
"csharp",
"cursed",
"defer",
"stack",
"zig",
"ziglang"
] | 8 | false | 2023-08-26T03:09:38Z | false | false | unknown | github | [] | DeferExpression
Defer from Zig in C#. Cursed as hell.
```csharp
public static void Main()
{
using var d1 = new Defer(() => Console.WriteLine("1"));
using var d2 = new Defer(() => Console.WriteLine("2"));
using var d3 = new Defer(() => Console.WriteLine("3"));
using var... | [] |
https://avatars.githubusercontent.com/u/27034173?v=4 | eriz | baioc/eriz | 2023-09-25T03:48:40Z | Data structures and utilities | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/baioc/eriz/tags | - | [
"b-tree",
"zig"
] | 5,521 | false | 2024-12-03T18:20:36Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/576065?v=4 | aoc-2023-zig | thekorn/aoc-2023-zig | 2023-12-03T06:06:29Z | Advent of code 2023 in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/thekorn/aoc-2023-zig/tags | - | [
"advent-of-code",
"advent-of-code-2023",
"aoc",
"aoc-2023",
"zig"
] | 82 | false | 2023-12-03T12:09:43Z | true | false | unknown | github | [] | Advent of Code 2023 in zig
See <a>Advent of Code 2023</a> for more information.
how to run
You need zig 0.11 or later to run this code.
If you dont have zig installed, you can use a nix shell which includes all required dependencies.
<code>bash
$ nix-shell --run zsh</code>
Within the shell you have can run every... | [] |
https://avatars.githubusercontent.com/u/31693262?v=4 | dpll-solver | leifhelm/dpll-solver | 2023-04-04T22:08:05Z | null | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/leifhelm/dpll-solver/tags | - | [
"dpll",
"logic",
"zig"
] | 10 | false | 2023-04-04T22:10:50Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/6188189?v=4 | adventofcode.zig | scnewma/adventofcode.zig | 2023-12-01T17:33:50Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/scnewma/adventofcode.zig/tags | - | [
"advent-of-code",
"advent-of-code-2023",
"zig"
] | 22 | false | 2023-12-01T17:51:19Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/145841395?v=4 | conway | htanmo/conway | 2023-09-30T14:43:15Z | Conway's Game of Life. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/htanmo/conway/tags | GPL-3.0 | [
"gamedev",
"gameoflife",
"zig",
"ziglang"
] | 506 | false | 2024-09-22T18:07:20Z | true | true | 0.13.0 | github | [] | Conway's Game of Life
This is a simple implementation of Conway's Game of Life written in Zig,
utilizing the SDL library for graphics rendering.
Screenshot
Build Instructions
Make sure you have Zig installed on your system. If not, you can download and install it from the official Zig website.
Ensure SDL2 is inst... | [] |
https://avatars.githubusercontent.com/u/11302774?v=4 | advent-of-code-2022 | TheFunctionalGuy/advent-of-code-2022 | 2023-09-13T17:29:09Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/TheFunctionalGuy/advent-of-code-2022/tags | - | [
"advent-of-code",
"advent-of-code-2022",
"zig",
"ziglang"
] | 29 | false | 2024-11-13T23:08:06Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/29209552?v=4 | zig-exp-a | wa1tnr/zig-exp-a | 2023-10-12T20:08:39Z | zig - local experimentation - 12 Oct 2023 | main | 1 | 0 | 0 | 0 | https://api.github.com/repos/wa1tnr/zig-exp-a/tags | - | [
"c",
"compiler",
"cplusplus",
"cpp",
"zig"
] | 2 | false | 2023-11-01T17:11:36Z | false | false | unknown | github | [] | Thu Oct 12 21:31:52 UTC 2023 | [] |
https://avatars.githubusercontent.com/u/65970513?v=4 | pooper-snake | earthtraveller1/pooper-snake | 2023-09-22T16:19:49Z | snake but with can pooper | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/earthtraveller1/pooper-snake/tags | GPL-3.0 | [
"game",
"neng-li",
"raylib",
"snake-game",
"zig"
] | 1,142 | false | 2023-11-01T17:24:57Z | true | false | unknown | github | [] | Pooper Snake
Snake, but with Can Pooper.
QuickStart
Due to reasons, this project targets the latest nightly build of Zig. As a result, this is assuming that you have that installed.
<code>zig build run -Doptimize=ReleaseFast</code> | [] |
https://avatars.githubusercontent.com/u/24524492?v=4 | Exercism | laqudee/Exercism | 2023-12-27T07:30:28Z | Solve coding exercises and get mentored to develop fluency in your chosen programming languages. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/laqudee/Exercism/tags | - | [
"c",
"exercism",
"nodejs",
"rust",
"typescript",
"zig"
] | 2,788 | false | 2024-02-26T04:19:46Z | false | false | unknown | github | [] | EXERCISM
<a>EXERCISM PROGRAMMING</a>
TypeScript
<ul>
<li>armstrong-numbers</li>
<li>Bob</li>
<li>clock</li>
<li>collatz-conjecture</li>
<li>darts</li>
<li>difference-of-squares</li>
<li>dnd-character</li>
<li>gigasecond</li>
<li>hamming</li>
<li>isogram</li>
<li>leap</li>
<li>pangram</li>
<li>raindrops</li>
<li>resis... | [] |
https://avatars.githubusercontent.com/u/79972089?v=4 | zig_pro_learn | ATLAS-B28/zig_pro_learn | 2023-11-21T07:30:30Z | Learning zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ATLAS-B28/zig_pro_learn/tags | - | [
"zig",
"zig-lang"
] | 7,623 | false | 2024-10-19T06:13:30Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/565124?v=4 | w4-balls | peterhellberg/w4-balls | 2023-11-23T22:47:53Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/peterhellberg/w4-balls/tags | - | [
"game",
"gamedev",
"wasm4",
"zig"
] | 12 | false | 2023-11-23T22:52:21Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "w4",
"tar_url": "https://github.com/peterhellberg/w4/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/peterhellberg/w4"
}
] | w4-balls :zap:
Using <a>Zig</a> to compile a <code>.wasm</code> cart for use in <a>WASM-4</a>
Development
File watcher can be started by calling:
<code>sh
zig build spy</code>
Running the cart in WASM-4:
<code>sh
zig build run</code>
Deploy:
<code>make Deploy</code> | [] |
https://avatars.githubusercontent.com/u/87582318?v=4 | zig-rlottie | koenigskraut/zig-rlottie | 2023-10-19T04:18:33Z | Zig binding for rlottie library | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/koenigskraut/zig-rlottie/tags | - | [
"lottie",
"rlottie",
"telegram",
"telegram-stickers",
"zig"
] | 6 | false | 2023-11-10T00:16:50Z | true | true | unknown | github | [
{
"commit": "08f1e15a61a97f4bae37041c2ea742f517b2824c.tar.gz",
"name": "librlottie",
"tar_url": "https://github.com/koenigskraut/rlottie-tg/archive/08f1e15a61a97f4bae37041c2ea742f517b2824c.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/koenigskraut/rlottie-tg"
}
] | zig-rlottie
Basic binding for rlottie C API targeting its <a>Telegram</a> fork. | [] |
https://avatars.githubusercontent.com/u/50055?v=4 | adventofcode2023 | milanaleksic/adventofcode2023 | 2023-12-02T06:27:07Z | My AOC2023 solutions. Read-only mirror of https://git.milanaleksic.net/milanaleksic/adventofcode2023 | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/milanaleksic/adventofcode2023/tags | - | [
"advent-of-code",
"zig"
] | 284 | false | 2023-12-09T08:18:02Z | true | false | unknown | github | [] | Advent of Code 2023
done by: milan@aleksic.dev
Using: zig v0.11.0
<blockquote>
Note: I am a Zig newbie & using AoC to learn as-I-go
</blockquote>
```bash
➜ ./run.sh
...
no dependencies beyond system
➜ otool -L zig-out/bin/adventofcode2023
zig-out/bin/adventofcode2023:
/usr/lib/libSystem.B.dylib (comp... | [] |
https://avatars.githubusercontent.com/u/337093?v=4 | av1enc | tetsu-koba/av1enc | 2023-05-08T13:50:55Z | AV1 video encoder for Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tetsu-koba/av1enc/tags | - | [
"video-streaming",
"zig"
] | 1,585 | false | 2024-05-18T07:03:01Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/337093?v=4 | vp8dec | tetsu-koba/vp8dec | 2023-07-12T05:26:26Z | VP8 video decoder written in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tetsu-koba/vp8dec/tags | - | [
"live-streaming",
"zig"
] | 3,019 | false | 2025-03-06T05:47:44Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/30342951?v=4 | BlendImages | MzaxnaV/BlendImages | 2023-06-03T05:42:28Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/MzaxnaV/BlendImages/tags | - | [
"raygui",
"raylib",
"zig"
] | 954 | false | 2024-05-23T16:32:42Z | true | true | unknown | github | [
{
"commit": "d9c5066382615644137b4f65479c65c44820027a.tar.gz",
"name": "raylib",
"tar_url": "https://github.com/raysan5/raylib/archive/d9c5066382615644137b4f65479c65c44820027a.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/raysan5/raylib"
},
{
"commit": "7bb66e5c7f3e283995a... | BlendImages
Small project to test image blending, made with zig (0.12) and raylib (5.0-dev) | [] |
https://avatars.githubusercontent.com/u/132974257?v=4 | .github | optimism-java/.github | 2023-10-18T08:51:41Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/optimism-java/.github/tags | - | [
"eip-4844",
"eth2",
"eth2-beacon-chain",
"eth2-clients",
"ethereum",
"java",
"op-stack",
"opstack",
"optimism",
"rust",
"rust-lang",
"zig",
"ziglang"
] | 8 | false | 2024-10-15T13:15:23Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/50797868?v=4 | zig-ksuid | maolonglong/zig-ksuid | 2023-09-19T14:06:06Z | K-Sortable Globally Unique IDs | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/maolonglong/zig-ksuid/tags | MIT | [
"coordination",
"ksuid",
"unique-id",
"uuid",
"zig",
"ziglang"
] | 5 | false | 2023-11-01T17:11:46Z | true | true | unknown | github | [
{
"commit": "34e068756e69e7ee51ba6f27eb9036e19984a128.tar.gz",
"name": "clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/34e068756e69e7ee51ba6f27eb9036e19984a128.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
}
] | zig-ksuid
Zig implementation of <a>segmentio/ksuid</a>. | [] |
https://avatars.githubusercontent.com/u/88176012?v=4 | doer-cli | seipan/doer-cli | 2023-09-12T08:10:27Z | doer cli written by Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/seipan/doer-cli/tags | MIT | [
"cli",
"zig"
] | 11 | false | 2023-11-01T17:25:21Z | true | true | unknown | github | [] | doer-cli
doer cli
Install
不明
Usage
<code>zig build run -- logo</code>
実行結果
<code>\````````````````````````````````````````````````````````````````````````````````````````````````````
``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.``.`
`.``.``.``.``.``.``.``.``.``.``... | [] |
https://avatars.githubusercontent.com/u/63371699?v=4 | sdl2-zig-demo | adia-dev/sdl2-zig-demo | 2023-06-11T16:20:37Z | Showcase of Zig and SDL2 | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/adia-dev/sdl2-zig-demo/tags | - | [
"sdl2",
"zig",
"zig-lang"
] | 1,300 | false | 2023-06-11T16:23:26Z | true | false | unknown | github | [] | SDL2 Zig Demo
This repository contains an updated version of the SDL2 Zig Demo created by @andrewrk. The original repository can be found <a>here</a>.
Demo
Check out the demo of the SDL2 Zig Demo in action:
The demo showcases a simple application window created using SDL2 in Zig. The window allows user interactio... | [] |
https://avatars.githubusercontent.com/u/11783357?v=4 | locus | SeedyROM/locus | 2023-11-29T11:10:49Z | Locus is a i18n and l10n tool written in Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/SeedyROM/locus/tags | MIT | [
"gettext",
"i18n",
"l10n",
"zig"
] | 31 | false | 2023-12-02T08:11:49Z | true | true | unknown | github | [] | 📎 locus
Locus is a cli/library for l10n and i18n.
!!!TBD!!! | [] |
https://avatars.githubusercontent.com/u/337093?v=4 | liby4m | tetsu-koba/liby4m | 2023-05-06T07:52:15Z | Library written in Zig for reading and writing Y4M files | main | 1 | 0 | 1 | 0 | https://api.github.com/repos/tetsu-koba/liby4m/tags | - | [
"video-streaming",
"zig"
] | 2,256 | false | 2024-06-13T04:41:59Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/118959?v=4 | monkeyz | vinymeuh/monkeyz | 2023-06-11T07:18:56Z | Reimplementing the Monkey language in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/vinymeuh/monkeyz/tags | - | [
"monkey",
"zig"
] | 10 | false | 2023-07-08T21:29:55Z | true | false | unknown | github | [] | monkeyZ 🐒 🦎
Learning <a>Zig</a> reimplementing the Monkey language interpreter from Thorsten Ball's <a>book</a>.
Work in progress:
<ul>
<li>
[x] Lexing
</li>
<li>
[x] Tokens and Lexer
</li>
<li>
[x] Start of a REPL
</li>
<li>
[ ] Parsing
</li>
<li>[ ] Evaluation</li>
<li>[ ] Extending the Interpreter</li>
</ul> | [] |
https://avatars.githubusercontent.com/u/25110884?v=4 | monkey-zig | zdurham/monkey-zig | 2024-01-29T22:50:38Z | Implementation of monkey lang in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/zdurham/monkey-zig/tags | MIT | [
"interpreters",
"monkey-language",
"zig",
"ziglang"
] | 67 | false | 2025-03-06T15:41:03Z | true | true | unknown | github | [] | Monkey Language Zig Implementation
This is an implementation of the interpreter from <a>Writing An Interpreter In Go</a> in zig. This is both an attempt to learn more about interpreters while also trying out a low level systems language. While the book doesn't include explicit steps to, I intend to also build a garbag... | [] |
https://avatars.githubusercontent.com/u/36502791?v=4 | bootloader | 1nwf/bootloader | 2023-03-21T02:06:24Z | a WIP bootloader for x86 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/1nwf/bootloader/tags | - | [
"assembly",
"assembly-x86",
"bootloader",
"zig"
] | 53 | false | 2023-08-18T03:03:30Z | true | false | unknown | github | [] | bootloader
a simple bootloader for a <a>zkernel</a> | [] |
https://avatars.githubusercontent.com/u/60308719?v=4 | SQL-Parser | Enriquefft/SQL-Parser | 2023-08-06T14:24:39Z | SQLite parser made in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Enriquefft/SQL-Parser/tags | MIT | [
"reinventing-the-wheel",
"sql-parser",
"zig"
] | 3 | false | 2023-08-14T09:16:06Z | true | false | unknown | github | [] | SQL-Parser
SQLite parser made in Zig | [] |
https://avatars.githubusercontent.com/u/3594035?v=4 | aoc | tsunaminoai/aoc | 2023-09-23T01:44:46Z | My Advent of Code for 2023 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tsunaminoai/aoc/tags | - | [
"advent-of-code",
"zig",
"ziglang"
] | 180 | false | 2024-07-05T04:51:13Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/13811862?v=4 | maybe-zig | thechampagne/maybe-zig | 2023-09-30T03:51:10Z | A Rust compatible Result<T, E> and Option<T> types for Zig. [WIP] | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/thechampagne/maybe-zig/tags | MIT | [
"rust",
"rust-lang",
"zig",
"ziglang"
] | 17 | false | 2023-11-01T17:11:49Z | true | false | unknown | github | [] | maybe-zig
<a></a> <a></a>
A Rust compatible Result and Option< T > types for Zig.
References
<ul>
<li><a>Result</a></li>
<li><a>Option< T ></a></li>
</ul>
License
This repo is released under the <a>MIT License</a>. | [] |
https://avatars.githubusercontent.com/u/70723965?v=4 | meta_match | tomBoddaert/meta_match | 2024-01-01T18:25:12Z | A zig module to match types | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tomBoddaert/meta_match/tags | - | [
"metaprogramming",
"types",
"zig",
"ziglang"
] | 4,089 | false | 2024-05-17T00:39:15Z | true | true | 0.13.0 | github | [] | meta_match
<code>meta_match</code> is a <a>zig</a> module that can match types for you!
It is designed to assist with meta-programming of things like interfaces.
Adding meta_match to your project
Run
<code>sh
zig fetch --save https://github.com/tomBoddaert/meta_match/archive/{commit}.tar.gz</code>
Where <code>{commi... | [
"https://github.com/tomBoddaert/zig_structures"
] |
https://avatars.githubusercontent.com/u/11657140?v=4 | mnist | albert-yu/mnist | 2023-05-22T01:37:26Z | Simple Zig mnist | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/albert-yu/mnist/tags | - | [
"mnist",
"neural-network",
"zig"
] | 270 | false | 2024-06-20T03:58:35Z | true | false | unknown | github | [] | mnist
Zig implementation of a simple neural network for mnist
Getting started
First, follow the instructions at https://ziglang.org/download. I'm using version 0.13.0.
Then, download the dataset from http://yann.lecun.com/exdb/mnist/. The four files you need are:
<code>plain
train-images-idx3-ubyte: training set i... | [] |
https://avatars.githubusercontent.com/u/112193680?v=4 | resfs | nitrogenez/resfs | 2024-02-04T19:30:03Z | File system abstraction layer for Zig games and apps | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/nitrogenez/resfs/tags | BSD-3-Clause | [
"abstraction",
"files",
"filesystem",
"filesystem-library",
"gamedev",
"gamedev-library",
"games",
"zig",
"zig-lang",
"zig-language",
"zig-lib",
"zig-library",
"zig-package",
"ziglang"
] | 10 | false | 2024-11-16T19:33:54Z | true | true | unknown | github | [] | resfs
<strong>Res</strong>ource <strong>F</strong>ile <strong>S</strong>ystem, or ResFS is a file system abstraction layer made specifically for games and applications in Zig. It includes file type detection, resource lookup, etc.
To use it, just add it to your dependency tree in <code>build.zig.zon</code>.
TODO: Bet... | [] |
https://avatars.githubusercontent.com/u/147687?v=4 | mlge | smokku/mlge | 2023-03-07T19:15:59Z | My Little Game Engine | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/smokku/mlge/tags | - | [
"gameengine",
"javascript",
"zig"
] | 163 | false | 2023-04-06T17:05:22Z | true | false | unknown | github | [] | My Little Game Engine
Preparation
This project makes use of git submodules, so you need to <code>git clone --recursive</code>.
Building
<a><code>zig</code></a> v. 0.11 required.
<code>zig build
</code>
Running
Server
<code>zig build server
</code>
Client
<code>zig build client
</code> | [] |
https://avatars.githubusercontent.com/u/51542168?v=4 | sapper | mostik/sapper | 2023-05-06T20:37:25Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/mostik/sapper/tags | - | [
"game",
"opengl",
"zig"
] | 4 | false | 2023-05-07T18:29:41Z | true | false | unknown | github | [] |
<strong>WIP</strong>
Key <strong>r</strong> for restart
Run
<blockquote>
zig build run
</blockquote>
Requirements
<ul>
<li>Zig - 0.11.0</li>
<li>GLFW3</li>
<li>OpenGL 1.1</li>
</ul> | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-S-Records | bcrist/Zig-S-Records | 2023-10-28T04:12:02Z | Motorola S-Record library in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/bcrist/Zig-S-Records/tags | MIT | [
"encoding",
"s-record",
"srec",
"srecord",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 5 | false | 2024-07-02T18:52:28Z | true | true | 0.12.0 | github | [] | Zig-S-Records
Prints binary data into Motorola S-Record format.
TODO: S-Record parsing | [] |
https://avatars.githubusercontent.com/u/71920313?v=4 | gbm.zig | MidstallSoftware/gbm.zig | 2024-01-04T04:33:58Z | Port of GBM/GBO to Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/MidstallSoftware/gbm.zig/tags | GPL-3.0 | [
"gbm",
"mesa",
"zig"
] | 45 | false | 2024-01-04T21:18:30Z | true | true | unknown | github | [
{
"commit": "c7461292dd9657d6b903cefe3cab8726f629fce6.tar.gz",
"name": "libdrm",
"tar_url": "https://github.com/MidstallSoftware/libdrm.zig/archive/c7461292dd9657d6b903cefe3cab8726f629fce6.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/MidstallSoftware/libdrm.zig"
}
] | gbm.zig
Port of GBM/GBO to Zig | [] |
https://avatars.githubusercontent.com/u/59521636?v=4 | loxz | calebarg/loxz | 2023-09-06T01:20:53Z | Crafting Interpreters lox implementation in zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/calebarg/loxz/tags | - | [
"craftinginterpreters",
"zig"
] | 7 | false | 2023-11-01T17:25:02Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/2700596?v=4 | ctecs | linkpy/ctecs | 2023-07-18T19:39:21Z | Mostly compile-time ECS for Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/linkpy/ctecs/tags | - | [
"ecs",
"entity-component-system",
"gamedev",
"gamedev-library",
"zig",
"ziglang"
] | 9 | false | 2023-11-01T17:12:12Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/12663605?v=4 | brainzag | vtan/brainzag | 2023-10-30T22:22:15Z | An interpreter and JIT compiler for the Brainfuck programming language, written in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/vtan/brainzag/tags | - | [
"brainfuck",
"interpreter",
"jit-compiler",
"zig"
] | 38 | false | 2023-11-18T22:25:24Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
}
] | brainzag
An interpreter and JIT compiler for the Brainfuck programming language, written in Zig.
JIT compilation is implemented for the x86-64, ARM64 and 64-bit RISC-V CPU architectures.
<code>console
$ zig build run -- -o test/hello.bf # interpret with optimizations
$ zig build run -- -jo test/hello.bf # comp... | [] |
https://avatars.githubusercontent.com/u/126189643?v=4 | Demineur | ThibaultPND/Demineur | 2023-11-16T21:12:03Z | Minesweeper | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ThibaultPND/Demineur/tags | - | [
"2d",
"minesweeper-game",
"zig",
"ziglang"
] | 8,220 | false | 2024-08-19T19:39:04Z | true | false | unknown | github | [] | Most of this project is the SDL2 C lib.
My major part is the zig code, my first graphic app using zig. | [] |
https://avatars.githubusercontent.com/u/88176012?v=4 | zig-toy-rendering-engine | seipan/zig-toy-rendering-engine | 2023-11-04T14:56:18Z | html Renderer written by Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/seipan/zig-toy-rendering-engine/tags | MIT | [
"html-renderer",
"zig"
] | 5 | false | 2023-11-05T16:31:54Z | true | false | unknown | github | [] | zig-toy-rendering-engine | [] |
https://avatars.githubusercontent.com/u/31827294?v=4 | xdg-terminal-nautilus | oupson/xdg-terminal-nautilus | 2023-11-21T10:20:23Z | Open terminal in current directory using xdg-terminal-open | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/oupson/xdg-terminal-nautilus/tags | MIT | [
"gnome",
"nautilus",
"zig"
] | 6 | false | 2023-11-21T12:26:11Z | true | false | unknown | github | [] | Xdg Terminal Nautilus
Open terminal in current directory using xdg-terminal-open.
License
Licensed under MIT license (<a>LICENSE</a> or http://opensource.org/licenses/MIT). | [] |
https://avatars.githubusercontent.com/u/14164311?v=4 | zps | cactusbento/zps | 2024-01-18T03:02:51Z | A simple front end for unprivileged pkgsrc installs. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/cactusbento/zps/tags | - | [
"pkgsrc",
"zig"
] | 10 | false | 2024-01-18T20:38:03Z | true | true | unknown | github | [] | zps
Just set the <code>PKGSRCLOC</code> environment variable to the <code>NetBSD/pkgsrc</code> repository on your
local drive.
```bash
There are 3 Commands:
zps search [terms...]
zps install [package names...]
zps uninstall [package names...]
```
<code>zps search</code> currently only filters the packages by check... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-bounded | nektro/zig-bounded | 2023-10-01T08:50:43Z | A runtime bounded integers library | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/nektro/zig-bounded/tags | MIT | [
"zig"
] | 14 | false | 2024-06-22T18:25:03Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/380158?v=4 | zig-gtk | frmdstryr/zig-gtk | 2023-10-16T13:02:49Z | Auto generated GTK4 Bindings for Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/frmdstryr/zig-gtk/tags | - | [
"gtk4",
"zig"
] | 4,751 | true | 2025-02-07T13:41:11Z | true | false | unknown | github | [] | zig-gtk
Auto generated zig bindings for <a>GTK 4</a>.
Examples
Creating widgets
```zig
const window = gtk.ApplicationWindow.new(app).?;
window.setTitle("Console");
const header_bar = gtk.HeaderBar.new().?;
window.setTitlebar(header_bar.asWidget());
const box = gtk.Box.new(.Vertical, 10).?;
box.setMargins(.{.top=1... | [] |
https://avatars.githubusercontent.com/u/1671644?v=4 | advent-of-code | arrufat/advent-of-code | 2023-12-01T10:30:44Z | My attempts at Advent of Code | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/arrufat/advent-of-code/tags | Unlicense | [
"advent-of-code",
"zig",
"ziglang"
] | 65 | false | 2024-12-03T12:14:49Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/6332937?v=4 | zigStringUtil | SuSonicTH/zigStringUtil | 2023-08-04T21:56:52Z | a small library with little helpers for String handling | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/SuSonicTH/zigStringUtil/tags | MIT | [
"library",
"string",
"utility",
"zig"
] | 12 | false | 2025-04-16T23:45:49Z | true | false | unknown | github | [] | zigStringUtil
a small library with little helpers for String handling.
Builder
can be used to concatinate strings together
Joiner
simmilar to Builder used to concatenate strings but it can add a prefix, suffix and insert delimiter
zig module
To use this as a module in you project create a <code>build.zig.zon</co... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-errno | nektro/zig-errno | 2024-02-01T02:39:45Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/nektro/zig-errno/tags | MIT | [
"zig",
"zig-package"
] | 38 | false | 2025-05-21T20:33:14Z | true | false | unknown | github | [] | zig-errno
<a></a>
<a></a>
<a></a>
<a></a>
Convert C-style threadlocal errno to and from Zig error values.
Supports
<ul>
<li>Linux</li>
<li>macOS</li>
<li>FreeBSD</li>
<li>OpenBSD</li>
<li>NetBSD</li>
<li>Windows</li>
</ul> | [] |
https://avatars.githubusercontent.com/u/17755880?v=4 | rtt.zig | rjsberry/rtt.zig | 2023-09-19T21:30:41Z | Target-side implementation of the Real-Time Transfer protocol in Zig. | main | 1 | 0 | 1 | 0 | https://api.github.com/repos/rjsberry/rtt.zig/tags | 0BSD | [
"debugging",
"embedded",
"logging",
"rtt",
"segger-rtt",
"zig"
] | 4 | false | 2023-11-01T17:11:48Z | true | false | unknown | github | [] | <em>rtt.zig</em>
A Real-Time Transfer (target side) implementation in Zig.
Dual licensed under the 0BSD and MIT licenses.
Usage
```zig
const rtt = @import("rtt");
export fn main(void) callconv(.C) noreturn {
rtt.println("Hello from {s}", .{"Zig!"});
while (true) {}
}
``` | [] |
https://avatars.githubusercontent.com/u/11048462?v=4 | advent-of-code-2023 | eckelon/advent-of-code-2023 | 2023-12-03T23:24:15Z | I'm trying to resolve the advent of code in the Zig programming language. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/eckelon/advent-of-code-2023/tags | - | [
"advent-of-code",
"advent-of-code-2023",
"zig",
"ziglang"
] | 14 | false | 2023-12-03T23:25:21Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/145422627?v=4 | zocket | crispy-strawberry/zocket | 2023-09-19T05:13:55Z | Websocket implementation in zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/crispy-strawberry/zocket/tags | Apache-2.0 | [
"websocket",
"websockets",
"zig"
] | 6 | false | 2023-11-01T17:25:05Z | true | false | unknown | github | [] | zocket
Websocket implementation in zig | [] |
https://avatars.githubusercontent.com/u/60553286?v=4 | ziglings-solutions | thedevbirb/ziglings-solutions | 2023-11-25T18:28:54Z | Solutions to the exercises of ziglings.org | exercises_done | 0 | 0 | 0 | 0 | https://api.github.com/repos/thedevbirb/ziglings-solutions/tags | MIT | [
"zig",
"ziglang"
] | 262 | false | 2023-11-25T18:30:36Z | true | false | unknown | github | [] | Ziglings
⚠️ Ziglings has moved from GitHub to Codeberg!
You are looking at the current Ziglings repo if you are viewing
this at https://codeberg.org/ziglings/exercises/
You can also use the handy URL https://ziglings.org to get here!
Welcome to Ziglings! This project contains a series of tiny
broken programs (and... | [] |
https://avatars.githubusercontent.com/u/3594035?v=4 | zcloc | tsunaminoai/zcloc | 2024-01-16T20:39:01Z | An exercise in code-knitting to replace cloc.pl with zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tsunaminoai/zcloc/tags | - | [
"cloc",
"zig",
"ziglang"
] | 11 | false | 2024-01-18T21:35:55Z | true | true | unknown | github | [
{
"commit": "9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.gz",
"name": "clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
}
] | zcloc
An exercise in code-kitting to replace <a>cloc.pl</a> with zig.
Installation
Using zig master.
<code>bash
zig build -Doptimize=ReleaseFast run -- .</code>
Usage
<blockquote>
-h, --help
Display this help and exit.
-x, --exclude PATH
Exclude directories from search
</blockquote>
Timing
```sh
❱ time zig-o... | [] |
https://avatars.githubusercontent.com/u/20625305?v=4 | capstone | axojhf/capstone | 2023-05-26T12:27:24Z | Using Zig to compile Capstone | zig | 0 | 0 | 0 | 0 | https://api.github.com/repos/axojhf/capstone/tags | NOASSERTION | [
"zig"
] | 45,357 | true | 2023-05-27T11:28:04Z | true | false | unknown | github | [] | Capstone Engine
<a></a>
<a></a>
<a></a>
<a></a>
Capstone is a disassembly framework with the target of becoming the ultimate
disasm engine for binary analysis and reversing in the security community.
Created by Nguyen Anh Quynh, then developed and maintained by a small community,
Capstone offers some unparalleled fe... | [
"https://github.com/jhark/dizazm"
] |
https://avatars.githubusercontent.com/u/70723965?v=4 | zig_minion | tomBoddaert/zig_minion | 2023-08-08T17:33:46Z | A Little Minion Computer implementation in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tomBoddaert/zig_minion/tags | - | [
"zig"
] | 5,491 | false | 2023-08-08T17:47:22Z | true | false | unknown | github | [] | zig_minion
This is a zig implementation of my variant of the Little Minion Computer.
The <a>Little Minion Computer</a> model was created by <a>Professor Magnus Bordewich</a> of <a>Durham University</a>, based on the <a>Little Man Computer</a> created by <a>Dr. Stuart Madnick</a> of <a>M.I.T.</a> in 1965.
For a more ... | [] |
https://avatars.githubusercontent.com/u/19322406?v=4 | AoC-2023 | edmBernard/AoC-2023 | 2023-11-24T19:48:16Z | My Code for Advent of Code 2023 | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/edmBernard/AoC-2023/tags | Apache-2.0 | [
"advent-of-code",
"zig"
] | 119 | false | 2024-10-25T10:23:57Z | true | false | unknown | github | [] | AoC-2023
My solutions to <a>Advent of Code 2023</a>. This year, I'm going to try doing the challenges mainly in <a>Zig</a> and <a>Rust</a>
<ul>
<li>Github : <a>https://github.com/edmBernard/AoC-2023</a></li>
</ul>
Getting Started
<code>bash
git clone git@github.com:edmBernard/AoC-2023.git
cd AoC-2023
zig build -Drel... | [] |
https://avatars.githubusercontent.com/u/2477952?v=4 | adventofcode-2023-zig | applejag/adventofcode-2023-zig | 2023-11-30T15:20:47Z | My attempt at Advent of Code 2023 using Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/applejag/adventofcode-2023-zig/tags | BSD-3-Clause | [
"advent-of-code",
"advent-of-code-2023",
"advent-of-code-zig",
"zig",
"ziglang"
] | 122 | false | 2025-03-17T23:24:52Z | true | true | 0.12.0-dev.1767 | github | [] |
Advent of Code 2022 via Zig
<a></a>
This repo contains my attempt at Advent of Code 2023
(<a>https://adventofcode.com/2023</a>).
Running
Requires Zig v0.12.0-dev.1769, 2023-12-01 (or later): <a>https://ziglang.org/download/</a>
```console
$ zig build run
info: Usage: adventofcode-2023-zig [flags]
Flags:
-d, -... | [] |
https://avatars.githubusercontent.com/u/156190012?v=4 | jmp | Drust0/jmp | 2024-01-28T17:38:39Z | utility to jump arround filesystem | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/Drust0/jmp/tags | MIT | [
"command-line",
"command-line-tool",
"zig"
] | 20 | false | 2024-01-29T20:18:24Z | true | true | 0.12.0-dev.2705 | github | [
{
"commit": "9c23bcb5aebe0c2542b4de4472f60959974e2222",
"name": "clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
},
{
"commit": "2aa7f2e9855d45b20072e15107fb379b9... | jmp
I was tired of <code>cd</code>'ing arround my filesystem. I could've just defined
some shell aliases on my <code>.shellprofile</code> but they are awkward to mantain.
As such I made a simple utility that allows one to move to recorded directories.
Usage
<code>jmp</code> keeps a list of files on a <code>jumptable... | [] |
https://avatars.githubusercontent.com/u/5484864?v=4 | aoc23 | TM90/aoc23 | 2023-12-01T20:39:05Z | Advent of Code in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/TM90/aoc23/tags | MIT | [
"advent-of-code",
"advent-of-code-2023",
"zig"
] | 60 | false | 2023-12-02T11:48:15Z | false | false | unknown | github | [] | aoc23
Advent of Code in Zig
Uses Zig 0.12.0-dev.1536+6b9f7e26c | [] |
https://avatars.githubusercontent.com/u/499599?v=4 | translate_c_extract | liyu1981/translate_c_extract | 2024-01-24T05:33:15Z | a simple tool to clean zig translate-c result with annotation. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/liyu1981/translate_c_extract/tags | - | [
"zig",
"zig-package"
] | 5 | false | 2024-03-23T03:27:35Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "jstring",
"tar_url": "https://github.com/liyu1981/jstring.zig/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/liyu1981/jstring.zig"
},
{
"commit": "refs",
"name": "zcmd",
"tar_url": "https://github.com/liyu1981/zcmd.zig/archive/refs... | translate-c-extract
a simple tool to clean <code>zig translate-c</code> result with annotation.
see it by example
example <code>hello.h</code>
```c
ifndef <strong>HELLO_H</strong>
define <strong>HELLO_H</strong>
include
include
// translate-c provide-begin: /#define\s(?\S+)\s.+/
define CONST_A 'a'
define C... | [] |
https://avatars.githubusercontent.com/u/71920313?v=4 | vizops | MidstallSoftware/vizops | 2023-10-24T23:38:29Z | Vizops is a Zig library for performing various mathematical operations for graphics | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/MidstallSoftware/vizops/tags | GPL-3.0 | [
"glm",
"vector",
"zig"
] | 185 | false | 2024-05-29T09:08:07Z | true | true | unknown | github | [
{
"commit": "9f8c3828e3c4445b80185dd24eeb61d0386b23dc.tar.gz",
"name": "metaplus",
"tar_url": "https://github.com/MidstallSoftware/meta-plus/archive/9f8c3828e3c4445b80185dd24eeb61d0386b23dc.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/MidstallSoftware/meta-plus"
}
] | Vizops
Introduction
Vizops is a Zig library for performing various mathematical operations for graphics.
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:bo... | [] |
https://avatars.githubusercontent.com/u/18192844?v=4 | advent-of-code-2023 | Darkness4/advent-of-code-2023 | 2023-12-02T15:39:53Z | Advent of code 2023 in Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Darkness4/advent-of-code-2023/tags | - | [
"advent-of-code",
"advent-of-code-2023",
"zig"
] | 115 | false | 2024-11-25T11:57:55Z | true | false | unknown | github | [] | Advent of code in Zig
Run
```shell
zig build
zig build day1
```
Compatibility
Tested on <code>0.14.0-dev.1632+d83a3f174</code>. | [] |
https://avatars.githubusercontent.com/u/99132213?v=4 | projavu | DISTREAT/projavu | 2023-08-03T14:34:16Z | A program for on-disk storing and managing of project ideas. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/DISTREAT/projavu/tags | LGPL-3.0 | [
"idea-management-tool",
"project-management",
"zig",
"zig-lib",
"zig-library",
"zig-package"
] | 4,322 | false | 2023-08-20T04:11:41Z | true | false | unknown | github | [] | projavu
A program for on-disk storing and managing of project ideas.
<em>Build using zig version: <code>0.10.1</code></em>
Features
<ul>
<li>Display ideas similar to <a>taskwarrior</a></li>
<li>Filter ideas to only show relevant entries</li>
<li>Categorize projects based on development progress</li>
<li>Assign tag... | [] |
https://avatars.githubusercontent.com/u/62891481?v=4 | compressor-zig | ishan-karmakar/compressor-zig | 2023-02-12T10:21:47Z | A compressor/decompressor using Huffman coding | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/ishan-karmakar/compressor-zig/tags | MIT | [
"compressor",
"zig"
] | 46 | false | 2024-03-01T04:20:56Z | true | false | unknown | github | [] | A Compressor in C++
A compressor/decompressor using Huffman coding
How It Works
The compressor follows the following steps:
- Read the input file(s)
- Generate frequencies of each character
- Generate a <a>huffman tree</a> from the frequencies
- Write huffman tree to output file
- Read input file(s) again
- Get co... | [] |
https://avatars.githubusercontent.com/u/60897190?v=4 | timestamp | Remy2701/timestamp | 2023-06-16T09:42:27Z | Zig time & date library based on the C `time.h`. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/Remy2701/timestamp/tags | - | [
"datetime",
"zig"
] | 7 | false | 2023-06-16T09:45:49Z | true | false | unknown | github | [] | Timestamp
This library is a date & time library based on the C <code>time.h</code>.\
Keep in mind that this library links with LibC!
Installation
Clone this repository in your libs folder.
<code>sh
git clone https://github.com/Remy2701/timestamp</code>
Then add the following line in the <code>build.zig</code>:... | [] |
https://avatars.githubusercontent.com/u/252122?v=4 | zig-install-action | shavit/zig-install-action | 2023-05-14T12:41:28Z | Action to download and use Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/shavit/zig-install-action/tags | - | [
"github-actions",
"zig"
] | 96 | false | 2025-04-20T13:23:55Z | false | false | unknown | github | [] | Zig Install
<blockquote>
Use Zig in GitHub Actions.
</blockquote>
Examples
<ol>
<li>Compile and test a project</li>
</ol>
```
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: shavit... | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | ziglibc | kassane/ziglibc | 2023-07-10T12:37:00Z | LibC written on Zig | v0.12.0 | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/ziglibc/tags | - | [
"libc",
"zig"
] | 171 | true | 2023-08-19T17:54:58Z | true | false | unknown | github | [] | ziglibc
An exploration on creating a libc implementation in Zig.
"libc" includes implementations for the C Standard and the Posix Standard.
How to Use
This is a little ugly and should change but I'm documenting it here for the adventurous.
You can use ziglibc by running <code>zig build</code> on this repository. ... | [] |
https://avatars.githubusercontent.com/u/65970513?v=4 | raytracing | earthtraveller1/raytracing | 2023-12-23T22:08:06Z | Me following the Ray Tracing in a Weekend tutorial in Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/earthtraveller1/raytracing/tags | GPL-3.0 | [
"raylib",
"raytracing",
"raytracing-in-one-weekend",
"zig"
] | 24 | false | 2023-12-23T22:09:37Z | true | false | unknown | github | [] | Ray Tracing
Me following the Ray Tracing in a Weekend tutorial in Zig.
Quick Start
Here's a basic way to get started. It currently targets the latest stable release of Zig (0.11.0).
<code>bash
git submodule update --init
cd raylib
mkdir build
cd build
cmake .. -D CMAKE_BUILD_TYPE=Release
cmake --build .
cd ../..
zi... | [] |
https://avatars.githubusercontent.com/u/17755880?v=4 | cortex_m.zig | rjsberry/cortex_m.zig | 2023-10-08T17:50:07Z | Startup code and low level abstraction layer in Zig for Cortex-M based microcontrollers. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/rjsberry/cortex_m.zig/tags | 0BSD | [
"arm",
"cortex-m",
"embedded",
"firmware",
"runtime",
"startup",
"zig"
] | 12 | false | 2023-11-01T17:10:49Z | true | false | unknown | github | [] | <em>cortex_m.zig</em>
Startup code and low level abstraction layer for Cortex-M microcontrollers.
Dual licensed under the 0BSD and MIT licenses. | [] |
https://avatars.githubusercontent.com/u/8464038?v=4 | zig-vb6_x86 | ezekielbaniaga/zig-vb6_x86 | 2023-09-23T12:40:30Z | Discover the compatibility of Zig and VB6 in this interoperability test. This project serves as a proof of concept, demonstrating how these technologies can work together effectively. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/ezekielbaniaga/zig-vb6_x86/tags | NOASSERTION | [
"dll",
"vb6",
"zig",
"ziglang"
] | 549 | false | 2023-11-01T17:24:56Z | false | false | unknown | github | [] |
Proof of Concept: Testing Interoperability Between <a>Zig</a> and <a>VB6</a>
Discover the compatibility of Zig and VB6 in this interoperability test. This project serves as a proof of concept, demonstrating how these technologies can work together effectively.
Code Features
This code demonstrates seve... | [] |
https://avatars.githubusercontent.com/u/17755880?v=4 | xtest.zig | rjsberry/xtest.zig | 2023-10-04T20:56:59Z | Run Zig tests on your microcontroller. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/rjsberry/xtest.zig/tags | 0BSD | [
"debugging",
"embedded",
"framework",
"microcontrollers",
"testing",
"tools",
"zig"
] | 455 | false | 2023-11-01T17:11:47Z | true | true | unknown | github | [
{
"commit": "d62df600900ec0e5a2856c43ea61d11c230567b5.tar.gz",
"name": "rtt",
"tar_url": "https://github.com/rjsberry/rtt.zig/archive/d62df600900ec0e5a2856c43ea61d11c230567b5.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/rjsberry/rtt.zig"
}
] | <em>xtest.zig</em>
An on-target testing framework for microcontrollers.
Dual licensed under the 0BSD and MIT licenses.
In Action
<code>xtest</code> is designed to be used with [<code>xrun</code>] to make it easy for you to run
your firmware tests. Use these two tools together to flash firmware onto your
microcontro... | [] |
https://avatars.githubusercontent.com/u/20910059?v=4 | zig_regex | AS400JPLPC/zig_regex | 2023-07-10T09:43:56Z | PCRE2-POSIX REGEX-ZIG | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/AS400JPLPC/zig_regex/tags | - | [
"pcre-regex",
"posix",
"regex-match",
"zig"
] | 5,848 | false | 2025-03-12T02:24:12Z | false | false | unknown | github | [] | ZIG_REGEX
PCRE2-POSIX
Using "regex" from the new PCRE2-Posix standard
https://github.com/mnemnion/mvzr new regex form ZIG
example:
Pay attention to the flag that is incumbent on you.
/i ignore case
/g global
/m multiline
```
const std = @import("std");
// tools regex
const reg = @import("match");
const all... | [] |
https://avatars.githubusercontent.com/u/252122?v=4 | zig-base32 | shavit/zig-base32 | 2023-05-12T07:59:41Z | Base32 encoder and decoder | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/shavit/zig-base32/tags | - | [
"base32",
"cli",
"zig"
] | 10 | false | 2024-07-14T02:53:49Z | true | false | unknown | github | [] | Zig Base32
<blockquote>
Base32 library
</blockquote>
Usage
<ol>
<li>
Encode
<code>$ zbase32 Hello
JBSWY3DP</code>
</li>
<li>
Decode
<code>$ zbase32 -d JBSWY3DP
Hello</code>
</li>
</ol> | [] |
https://avatars.githubusercontent.com/u/27089165?v=4 | subleq-linear | DivergentClouds/subleq-linear | 2023-05-05T15:11:31Z | An implementation of the Subleq OISC using only linear operations on half-precision (16 bit) IEEE-754 floats (and a loop). | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/DivergentClouds/subleq-linear/tags | BSD-3-Clause | [
"floating-point",
"half-precision",
"hfluint8",
"subleq",
"zig"
] | 19 | false | 2025-05-15T13:19:40Z | true | false | unknown | github | [] | An implimentation of the Subleq OISC using only linear operations on
half-precision (16 bit) IEEE-754 floats (and a loop).
Also contains a hfluint8 implimentation.
Dependencies:
- zig
- Built on 0.14.0
Instructions:
$ zig build -Doptimize=ReleaseSafe
$ zig-out/bin/subleq-linear [iterations [output file]]
Based on... | [] |
https://avatars.githubusercontent.com/u/7703829?v=4 | pubsuffix | jefromyers/pubsuffix | 2023-12-06T03:44:06Z | TLD & Domain parsing for URLs | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/jefromyers/pubsuffix/tags | MIT | [
"zig"
] | 85 | false | 2023-12-06T03:47:40Z | false | false | unknown | github | [] | Zig URL Parser with Domain and TLD Support
What's going on here?
This package is my first foray into Zig and is an ongoing project. It adds
domain and TLD parsing on top of the standard URI parser. The implementation
leverages the <a>Public Suffix List</a> to accurately
parse and identify the effective TLD and domain... | [] |
https://avatars.githubusercontent.com/u/11048462?v=4 | iptv-tools | eckelon/iptv-tools | 2023-02-26T21:07:18Z | Just a toy project to learn Zig (and to manage my m3u8 playlists) | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/eckelon/iptv-tools/tags | - | [
"iptv",
"iptv-m3u",
"zig",
"ziglang"
] | 2 | false | 2023-02-26T21:09:11Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/73784979?v=4 | hasm | pdegama/hasm | 2023-07-05T12:49:30Z | Computer Assembler For x86_64 / amd64 | Dev line... | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/pdegama/hasm/tags | Apache-2.0 | [
"amd64",
"asm",
"assembly",
"computer",
"x86-64",
"zig"
] | 52 | false | 2023-11-01T17:12:09Z | true | false | unknown | github | [] | hasm
Computer Assembler | [] |
https://avatars.githubusercontent.com/u/372301?v=4 | ziglings | hiroaqii/ziglings | 2023-11-18T09:07:36Z | Fork from https://codeberg.org/ziglings/exercises | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/hiroaqii/ziglings/tags | MIT | [
"zig",
"ziglang"
] | 1,320 | false | 2023-12-16T12:43:35Z | true | false | unknown | github | [] | Ziglings
⚠️ Ziglings has moved from GitHub to Codeberg!
You are looking at the current Ziglings repo if you are viewing
this at https://codeberg.org/ziglings/exercises/
You can also use the handy URL https://ziglings.org to get here!
Welcome to Ziglings! This project contains a series of tiny
broken programs (and... | [] |
https://avatars.githubusercontent.com/u/43842467?v=4 | cheesle | nonk123/cheesle | 2023-12-10T04:43:26Z | Cheesle is a Wordle clone imbued with cheese! | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/nonk123/cheesle/tags | MIT | [
"backend",
"cheese",
"css",
"frontend",
"html",
"javascript",
"web",
"wordle",
"zig"
] | 3,440 | false | 2025-03-18T09:14:31Z | true | false | unknown | github | [] | cheesle
A Worlde clone imbued with cheese! | [] |
https://avatars.githubusercontent.com/u/13604262?v=4 | yazbg | pkdindustries/yazbg | 2023-10-06T17:25:22Z | yet another zig block game | main | 4 | 0 | 0 | 0 | https://api.github.com/repos/pkdindustries/yazbg/tags | - | [
"blocks",
"game",
"linux",
"osx",
"raylib",
"tetraminos",
"windows",
"zig",
"ziglang"
] | 18,916 | false | 2025-05-22T05:23:59Z | true | true | unknown | github | [
{
"commit": "master",
"name": "raylib",
"tar_url": "https://github.com/raysan5/raylib/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/raysan5/raylib"
},
{
"commit": "master",
"name": "entt",
"tar_url": "https://github.com/prime31/zig-ecs/archive/master.tar.gz... | yazbg
yet another zig block game!
block games [tm] have always been my goto project for learning a new language. so here we are, my first zig program.
(it started as my first zig program, now it's also has a bunch of claude vibes)
raylib is used for graphics and input
zig-ecs for entities
https://www.raylib.com/... | [] |
https://avatars.githubusercontent.com/u/121770001?v=4 | zig-znippets | levenrok/zig-znippets | 2023-10-18T11:32:13Z | Zig Code Snippets for VSCode | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/levenrok/zig-znippets/tags | MIT | [
"snippets",
"visual-studio-code",
"vscode",
"vscode-extension",
"zig"
] | 249 | false | 2024-01-19T12:39:53Z | false | false | unknown | github | [] | <a></a>
<a></a>
<a></a>
Znippets
This extension contains code snippets for Ziglang for <a>VSCode</a>.
Snippets
Below is a list of all available snippets and the triggers of each one. Snippets are categorized into the following 📑:
<ul>
<li>Standard Library</li>
<li>Variables</li>
<li>Pointers</li>
<li>Types</li>
<l... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-ROM-Compress | bcrist/Zig-ROM-Compress | 2023-10-28T15:56:51Z | Simple compression scheme for sparse ROM data | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/bcrist/Zig-ROM-Compress/tags | MIT | [
"compression",
"compression-algorithm",
"embedded",
"encoding",
"rom",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 10 | false | 2024-06-22T15:18:22Z | true | true | 0.12.0-dev.2063+804cee3b9 | github | [
{
"commit": "98cfaaae0abfe7a8bc396846dcca148a75e0b6ed.tar.gz",
"name": "Zig-BitHelper",
"tar_url": "https://github.com/bcrist/Zig-BitHelper/archive/98cfaaae0abfe7a8bc396846dcca148a75e0b6ed.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/bcrist/Zig-BitHelper"
}
] | Zig-Rom-Compress
A simple algorithm for in-storage compression of potentially sparse data where the data will be fully uncompressed before usage.
The motivating use case is when using a microcontroller to bootstrap an SRAM at reset, which will thereafter function as a lookup table/ROM.
Often times such lookup tables ... | [] |
https://avatars.githubusercontent.com/u/8930210?v=4 | ztl | jacksonsalopek/ztl | 2024-01-10T01:45:28Z | Zig HTML templating -- made easy | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/jacksonsalopek/ztl/tags | - | [
"html",
"html-template",
"zig"
] | 33 | false | 2025-03-25T08:57:33Z | true | false | unknown | github | [] | ztl - Zig Templating Language
Zig HTML templating with no dependencies.
Core Features
<ol>
<li>HTML5-compatible</li>
<li>Accessible - <code>.aria</code> key available on Props</li>
<li>HTMX-compatible - <code>.hx</code> key available on Props</li>
<li>(Relatively) Easy to use.</li>
</ol>
Using ztl
Section in progre... | [
"https://github.com/BratishkaErik/zig-ebuilder"
] |
https://avatars.githubusercontent.com/u/135217?v=4 | zanzibar | gthvn1/zanzibar | 2023-11-24T09:21:39Z | 🐵 An interpreter of Monkey lang in Zig 🦎 | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/gthvn1/zanzibar/tags | GPL-3.0 | [
"interpreter",
"monkeyislang",
"zig"
] | 54 | false | 2024-08-18T19:17:25Z | true | false | unknown | github | [] | Zanzibar Red Colobus
Monkey Islang
The <strong>Zanzibar Red Colobus</strong> is a monkey endemic to Unguja, the main island of the Zanzibar Archipelago.
The name was chosen by reference to <a>Monkeylang</a>. And as you probably notice its
name starts with a 'Z' and its a reference to <a>Ziglang</a>.
Monkey is a prog... | [] |
https://avatars.githubusercontent.com/u/57828948?v=4 | mini-bb | ikasoba/mini-bb | 2023-03-13T13:27:17Z | small busybox like application | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ikasoba/mini-bb/tags | - | [
"zig"
] | 6 | false | 2023-03-13T14:34:38Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/49893724?v=4 | minigame-raylib | purple4pur/minigame-raylib | 2023-10-12T10:10:57Z | Minigames written in Zig and raylib. Practice Zig. Play with Zig. | master | 6 | 0 | 0 | 0 | https://api.github.com/repos/purple4pur/minigame-raylib/tags | MIT | [
"game",
"osu",
"raylib",
"zig"
] | 101 | false | 2023-11-01T17:10:58Z | true | true | unknown | github | [
{
"commit": "6094869e3e845e90e1e8ae41b98e889fb3e13e78.tar.gz",
"name": "raylib",
"tar_url": "https://github.com/raysan5/raylib/archive/6094869e3e845e90e1e8ae41b98e889fb3e13e78.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/raysan5/raylib"
}
] | Minigames in Zig and raylib
Practice Zig. Play with Zig.
Tested under:
<ul>
<li>Zig 0.11.0 <a><code>67709b6</code></a></li>
<li>raylib-zig <a><code>239d3a2</code></a></li>
<li>raylib v4.6-dev <a><code>6094869</code></a></li>
</ul>
To list all build targets:
<code>zig build -l</code>
Track progress: purple4pur/mini... | [] |
https://avatars.githubusercontent.com/u/71951273?v=4 | llvmball | garrisonhh/llvmball | 2023-09-26T17:51:00Z | nix flake to make development with llvm painless | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/garrisonhh/llvmball/tags | - | [
"llvm",
"llvm-project",
"nix",
"zig"
] | 5 | false | 2023-11-01T17:24:33Z | false | false | unknown | github | [] | llvmball
I don't want to build or even really touch llvm ever, if I can avoid it. this is
a nix flake that produces a nicely packaged llvm tarball for your project.
usage
llvmball unzips to contain the following structure:
- <code>llvmball/include</code> - llvm headers
- <code>llvmball/libs</code> - llvm static libr... | [] |
https://avatars.githubusercontent.com/u/89562141?v=4 | nuko | markjoshwel/nuko | 2023-10-25T22:31:39Z | nuko is a small file uploader to [litterbox.]catbox.moe | main | 1 | 0 | 0 | 0 | https://api.github.com/repos/markjoshwel/nuko/tags | Unlicense | [
"catbox",
"litterbox",
"zig"
] | 15 | false | 2024-09-06T11:14:09Z | true | true | unknown | github | [] | nuko
nuko is a small file uploader to and .
it is also an exercise in learning and writing <a>Zig</a>.
installing
TODO
usage
<blockquote>
<span class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300">NOTE</span>
album creation and management is not imp... | [] |
https://avatars.githubusercontent.com/u/337093?v=4 | vp8enc | tetsu-koba/vp8enc | 2023-05-07T14:02:39Z | VP8 video encoder for Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tetsu-koba/vp8enc/tags | - | [
"video-streaming",
"zig"
] | 1,592 | false | 2025-03-06T05:33:22Z | true | false | unknown | github | [] | VP8 video encoder for Zig with libvpx
Build
It requires header and lib files of libvpx.
For example, on Ubuntu:
<code>sudo apt install libvpx-dev</code>
Then,
<code>zig build</code>
How to use
See test files.
ToDo
Make this into a package when the official zig package manager is released. | [] |
https://avatars.githubusercontent.com/u/137691550?v=4 | octopus | octopus-os-org/octopus | 2023-06-25T10:32:41Z | An os writen in zig, regard linux as model, the vision is that be simple to understand and change while reliable and powerful, currently on the way going to v0.0.1 | dev | 0 | 0 | 0 | 0 | https://api.github.com/repos/octopus-os-org/octopus/tags | Apache-2.0 | [
"os",
"zig"
] | 5,486 | false | 2024-06-01T03:29:05Z | false | false | unknown | github | [] | octopus
on the way going to v 0.0.1
WIP | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | CMake | kassane/CMake | 2023-05-26T13:00:27Z | Mirror of CMake - Builded by Zig | zig | 0 | 0 | 0 | 0 | https://api.github.com/repos/kassane/CMake/tags | NOASSERTION | [
"cmake",
"zig"
] | 162,646 | true | 2024-10-29T16:26:45Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/50266711?v=4 | zig-spall | Altagos/zig-spall | 2023-12-06T19:45:10Z | [mirror] Zig library for generating spall-web profiling reports. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/Altagos/zig-spall/tags | MIT | [
"zig"
] | 20 | false | 2024-02-12T11:46:52Z | true | true | 0.12.0-dev.3522+b88ae8dbd | github | [] | zig-spall
<a></a>
Zig library for generating <a>spall-web</a> profiling reports.
Tested with Zig version <code>0.12.0-dev.2043+6ebeb85ab</code>
Installation
First add it as dependencie to your <code>build.zig.zon</code> file:
<code>zig
.dependencies = .{
.spall = .{
.url = "https://git.sr.ht/~altagos/z... | [] |
https://avatars.githubusercontent.com/u/17755880?v=4 | rpi_pico_examples.zig | rjsberry/rpi_pico_examples.zig | 2023-10-13T18:27:51Z | Example project in Zig for the Raspberry Pi Pico. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/rjsberry/rpi_pico_examples.zig/tags | 0BSD | [
"embedded",
"example",
"firmware",
"raspberry-pi",
"raspberry-pi-pico",
"zig"
] | 361 | false | 2023-11-01T17:11:35Z | true | true | unknown | github | [
{
"commit": "473e797fcc1a890aa13299ebdd22526eb5618193.tar.gz",
"name": "rp2040",
"tar_url": "https://github.com/rjsberry/rpi_pico.zig/archive/473e797fcc1a890aa13299ebdd22526eb5618193.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/rjsberry/rpi_pico.zig"
},
{
"commit": "530db... | <em>rpi_pico_examples.zig</em>
Example Zig project for the Raspberry Pi Pico microcontroller.
Building
To build the firmware:
<code>zig build</code>
The firmware will be placed in <code>zig-out/bin</code>.
Running the code
While you could upload code the USB bootloader, it's more fun to do everything
from <code>... | [] |
https://avatars.githubusercontent.com/u/16360444?v=4 | zig-bytepusher | hax0kartik/zig-bytepusher | 2023-12-30T09:34:22Z | VM for bytepusher in zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/hax0kartik/zig-bytepusher/tags | Unlicense | [
"bytepusher",
"zig"
] | 616 | false | 2023-12-31T04:31:38Z | true | true | unknown | github | [] | Zig-BytePusher
This is a WIP BytePusher VM written in zig as a exploratory exercise done to learn zig.
To know more about BytePusher, please read <a>this</a> page.
Building
This was most recently tested on Windows and confirmed working with Zig 0.12.0-dev.1849+bb0f7d55e
Dependencies
This project requires SDL2 to ... | [] |
https://avatars.githubusercontent.com/u/6429037?v=4 | zig_aoc | pascalruscher/zig_aoc | 2023-05-02T11:06:48Z | 🎄"Advent of Code" in Zig ⚡ | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/pascalruscher/zig_aoc/tags | - | [
"advent-of-code",
"advent-of-code-2015",
"adventofcode",
"adventofcode2015",
"aoc",
"aoc2015",
"zig",
"ziglang"
] | 32 | false | 2023-05-02T18:21:17Z | true | false | unknown | github | [] | Advent of Code
Personal solutions for <a>Advent of Code</a> in <a>Zig</a>.
How to run
<code>zig build -- <year> <day> <a|b></code>
<code>zig build run -- <year> <day> <a|b></code>
<code>zig build test -- <year> <day> <a|b></code>
<code>zig test <path_to_fil... | [] |
https://avatars.githubusercontent.com/u/24578855?v=4 | zpem | deatil/zpem | 2023-08-14T08:52:51Z | A pem parse and encode library for Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/deatil/zpem/tags | Apache-2.0 | [
"ecdsa-pem",
"parse-pem",
"pem",
"rsa-pem",
"zig",
"zig-pem"
] | 19 | false | 2025-03-07T11:15:20Z | true | true | 0.14.0-dev.3451+d8d2aa9af | github | [] | zpem
A pem parse and encode library for Zig.
Env
<ul>
<li>Zig >= 0.14.0-dev.3451+d8d2aa9af</li>
</ul>
### Adding zpem as a dependency
Add the dependency to your project:
<code>sh
zig fetch --save=zpem git+https://github.com/deatil/zpem#main</code>
or use local path to add dependency at <code>build.zig.zon</cod... | [] |
https://avatars.githubusercontent.com/u/17755880?v=4 | biquad.zig | rjsberry/biquad.zig | 2023-09-14T17:07:46Z | Biquad (second order IIR) filters in Zig. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/rjsberry/biquad.zig/tags | 0BSD | [
"digital-signal-processing",
"embbeded",
"zig"
] | 1,746 | false | 2023-11-01T17:25:13Z | false | false | unknown | github | [] | <em>biquad.zig</em>
Biquad (second order IIR) filters in Zig
Dual licensed under the 0BSD and MIT licenses.
Usage
```zig
const biquad = @import("biquad.zig");
const Biquad = biquad.Biquad;
const Coefficients = biquad.Coefficients;
const DirectFormI = biquad.DirectFormI;
const coeffs = Coefficients(f32).lowpass(.{... | [] |
https://avatars.githubusercontent.com/u/25585136?v=4 | bf-interpreter | DanikVitek/bf-interpreter | 2023-11-26T12:36:24Z | BrainFuck interpreter written in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/DanikVitek/bf-interpreter/tags | - | [
"bf",
"brainfuck",
"brainfuck-interpreter",
"zig",
"ziglang"
] | 8 | false | 2023-11-26T12:45:00Z | true | false | unknown | github | [] | bf-interpreter
To run the interpreter write your BF code in a separate file and provide the path to the file as an argument to the executable
```sh
<blockquote>
bf-interpreter .\examples\hello_world.b
```
</blockquote> | [] |
https://avatars.githubusercontent.com/u/533078?v=4 | els | harehare/els | 2023-02-13T13:29:24Z | els is a powerful ls for pros. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/harehare/els/tags | MIT | [
"command-line",
"ls",
"zig"
] | 84 | false | 2023-02-13T14:04:48Z | true | false | unknown | github | [] |
#
[](LICENSE)

els is a powerful ls for pros.
- shows useful icons next to file and folder names.
- environment variables can be used to change the default opt... | [] |
https://avatars.githubusercontent.com/u/85725475?v=4 | preimp | elijah-team/preimp | 2023-03-28T03:18:46Z | null | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/elijah-team/preimp/tags | - | [
"imgui",
"zig"
] | 6,822 | true | 2023-03-28T03:23:54Z | true | false | unknown | github | [] | Prototyping interactions for <a>imp</a> without getting bottlenecked on language design.
<code>bash
nix-shell
zig build test
zig build run_native</code> | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.