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/21127627?v=4 | wabt-zig | ytakhs/wabt-zig | 2023-04-25T13:30:40Z | WABT bindings for Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/ytakhs/wabt-zig/tags | Apache-2.0 | [
"webassembly",
"zig"
] | 33 | false | 2023-04-25T13:40:01Z | true | false | unknown | github | [] | wabt-zig
WIP | [] |
https://avatars.githubusercontent.com/u/19827734?v=4 | aoc-2023 | ezradiniz/aoc-2023 | 2023-11-27T02:51:39Z | Advent of Code 2023 in Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/ezradiniz/aoc-2023/tags | - | [
"aoc",
"aoc-2023",
"zig"
] | 145 | false | 2024-03-24T13:14:02Z | false | false | unknown | github | [] | Advent of Code 2023
My solutions for Advent of Code 2023 to learn <a>zig</a>.
https://adventofcode.com/2023/
Create Day
<code>console
$ ./create.sh <day></code> | [] |
https://avatars.githubusercontent.com/u/17427091?v=4 | zig-toxcore-c | TokTok/zig-toxcore-c | 2023-12-31T16:38:04Z | Zig wrapper for c-toxcore library. | master | 0 | 2 | 3 | 2 | https://api.github.com/repos/TokTok/zig-toxcore-c/tags | GPL-3.0 | [
"c",
"ffi",
"networking",
"tox",
"zig"
] | 70 | true | 2025-01-12T23:35:24Z | true | true | unknown | github | [
{
"commit": "56bef8abc59b6db7ce5a94ebce5d0843313d3ce2.tar.gz",
"name": "libsodium",
"tar_url": "https://github.com/jedisct1/libsodium/archive/56bef8abc59b6db7ce5a94ebce5d0843313d3ce2.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/jedisct1/libsodium"
},
{
"commit": "9f5eb260... | zig-toxcore-c
Zig wrapper for c-toxcore library.
build
<code>zig build run-local-test</code> | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-cookies | nektro/zig-cookies | 2023-02-28T04:19:10Z | null | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/nektro/zig-cookies/tags | MIT | [
"zig",
"zig-package"
] | 7 | false | 2025-05-21T20:33:28Z | false | false | unknown | github | [] | zig-cookies
<a></a>
<a></a>
<a></a>
<a></a>
A pure-Zig library for CRUDing HTTP Cookies. | [] |
https://avatars.githubusercontent.com/u/145422627?v=4 | string.zig | crispy-strawberry/string.zig | 2023-11-14T12:08:36Z | A Rust like String type for Zig | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/crispy-strawberry/string.zig/tags | Apache-2.0 | [
"string",
"zig",
"zig-package",
"ziglang"
] | 61 | false | 2023-12-24T09:56:37Z | true | true | unknown | github | [] | An allocated string type
Inspired by Rust's <code>String</code> type.
Implementation mostly ported from Rust.
Provides helper functions that make working with
strings easier.
I try to keep names consistent with <code>std.ArrayList</code>
Using with package manager
<ol>
<li>Create <code>build.zig.zon</code> in the p... | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | zig-signal | nektro/zig-signal | 2023-02-28T04:14:49Z | null | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/nektro/zig-signal/tags | MIT | [
"linux",
"zig",
"zig-package"
] | 5 | false | 2025-05-21T20:33:35Z | true | false | unknown | github | [] | zig-signal
<a></a>
<a></a>
<a></a>
<a></a>
Zig API for defining signal handlers. | [] |
https://avatars.githubusercontent.com/u/33480665?v=4 | arm-kernel | lowczarc/arm-kernel | 2023-09-20T21:21:44Z | 💾 An ARM kernel in Zig. | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/lowczarc/arm-kernel/tags | NOASSERTION | [
"arm",
"armv7-a",
"bare-metal",
"bcm2837",
"kernel",
"low-level",
"osdev",
"raspberry-pi",
"zig"
] | 118 | false | 2024-09-15T21:17:18Z | false | false | unknown | github | [] | ===============================================================================
LancelOS arm-kernel
===============================================================================
Description:
The goal is to write a simple ARM kernel for Raspberry (only Pi 2 for now but
it won't be too hard to port) in Zig.
I want to... | [] |
https://avatars.githubusercontent.com/u/16236219?v=4 | Scale | dylanlangston/Scale | 2023-11-02T23:33:30Z | Game Off 2023 - Theme "Scale" | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/dylanlangston/Scale/tags | MIT | [
"2023",
"game-off",
"gamejam",
"raylib",
"raylib-zig",
"zig"
] | 1,538 | false | 2024-06-07T02:00:34Z | 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"
}
] | <a></a>
<a></a>
<a></a>
<a></a>
<a>
</a>
This <a>Progressive Web App</a> is a submission to the 2023 <em>Game Off</em> event hosted by <a>GitHub</a> on <a>itch.io</a>, It was created by <a>@dylanlangston</a> using the following:
- <a>Zig</a>
- <a>Raylib</a> via <a>Raylib-Zig</a>
- <a>Raygui</a> via <a>Ray... | [] |
https://avatars.githubusercontent.com/u/1374?v=4 | zig-bgfx-example | Interrupt/zig-bgfx-example | 2023-08-27T21:46:49Z | A simple example of using BGFX with Zig | main | 1 | 2 | 1 | 2 | https://api.github.com/repos/Interrupt/zig-bgfx-example/tags | - | [
"bgfx",
"gamedev",
"shaders",
"zig"
] | 18,984 | true | 2024-09-19T08:00:13Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "zigstr",
"tar_url": "https://github.com/jecolon/zigstr/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/jecolon/zigstr"
}
] | Zig + BGFX Example Project
A small example project that shows how to use BGFX from Zig, based on Ziggy (https://github.com/heretique/ziggy)
Running
<ul>
<li>Compile shaders first with <code>zig build shaders</code></li>
<li>Then <code>zig build run</code></li>
</ul>
Notes
<ul>
<li>Building will build BGFX's shader... | [] |
https://avatars.githubusercontent.com/u/65205079?v=4 | zignr | ivansantiagojr/zignr | 2024-02-07T04:24:04Z | Generate .gitgnore files from command line with zignr | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/ivansantiagojr/zignr/tags | GPL-3.0 | [
"cli",
"git-ignore",
"zig"
] | 39 | false | 2025-03-18T21:48:20Z | true | true | 0.14.0 | github | [] | zignr
This is a CLI tool to generate <code>.gitgnore</code> files written in zig.
Installation
For now, you can install from our pre-built binary (Linux only):
<code>sh
curl -sSL https://raw.githubusercontent.com/ivansantiagojr/zignr/main/install.sh | bash -</code>
<blockquote>
To make <code>zignr</code> available... | [] |
https://avatars.githubusercontent.com/u/9091958?v=4 | tircli | avestura/tircli | 2024-01-04T15:45:45Z | ⏰ A HTTP CLI client for Time.ir, written in ⚡Zig | master | 0 | 2 | 2 | 2 | https://api.github.com/repos/avestura/tircli/tags | - | [
"hijri-calendar",
"iran",
"timeir",
"zig"
] | 4 | false | 2024-04-07T07:06:56Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/135145066?v=4 | donuts | dying-will-bullet/donuts | 2023-06-09T14:46:18Z | Beautiful spinners for terminal. | master | 1 | 2 | 2 | 2 | https://api.github.com/repos/dying-will-bullet/donuts/tags | MIT | [
"spinner",
"terminal-utilities",
"tui",
"zig",
"ziglang"
] | 29 | false | 2024-06-10T01:52:08Z | true | true | unknown | github | [] | donuts 🍩
<a></a>
Beautiful spinners for terminal.
Features
<ul>
<li>75 built-in spinners.</li>
<li>Supports ANSI Color.</li>
</ul>
Tutorial
Create a spinner with a text message.
```zig
const std = @import("std");
const Donuts = @import("donuts").Donuts;
pub fn main() !void {
// Create a spinner
var ... | [] |
https://avatars.githubusercontent.com/u/22280250?v=4 | export_ppm | Durobot/export_ppm | 2023-12-13T14:11:24Z | A couple of functions to export data as a PPM/PGM image file from your Zig code | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/Durobot/export_ppm/tags | MIT | [
"pgm",
"pgm-format",
"pgm-image",
"pgm-writer",
"ppm",
"ppm-format",
"ppm-image",
"zig",
"zig-package",
"ziglang"
] | 19 | false | 2025-01-07T23:48:10Z | true | true | 0.12.0-dev.3097+5c0766b6c | github | [] | export_ppm
Just a couple of functions in Zig that export image data, RGB/RGBA/grayscale/grayscale+alpha (but alpha channel is ignored), 8 or 16 bits per channel, as PPM/PGM files. Not enough code to be called a library.
PPM and PGM are very simple graphic file formats, but they are widespread enough for popular edito... | [] |
https://avatars.githubusercontent.com/u/480330?v=4 | zig-fsm-compiler | Cloudef/zig-fsm-compiler | 2024-01-01T11:24:02Z | Ragel compatible FSM compiler for Zig | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/Cloudef/zig-fsm-compiler/tags | MIT | [
"compiler",
"fsm",
"lexer",
"logic",
"parser",
"parsing",
"state",
"state-machine",
"state-management",
"tokenizer",
"zig"
] | 110 | false | 2025-03-01T18:03:15Z | true | true | unknown | github | [] | zig-fsm-compiler
Ragel compatible FSM compiler for Zig
<blockquote>
<span class="bg-red-100 text-red-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-red-900 dark:text-red-300">CAUTION</span>
This project is still in WIP stage.
You won't be able to use it yet.
Once the ragel language scanner itself can be ... | [] |
https://avatars.githubusercontent.com/u/7967463?v=4 | zf-wasm-playground | natecraddock/zf-wasm-playground | 2024-02-08T16:40:35Z | a simple web playground to demo zf | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/natecraddock/zf-wasm-playground/tags | - | [
"fuzzy-search",
"wasm",
"zig"
] | 97 | false | 2024-03-10T18:20:52Z | true | true | 0.12.0 | github | [
{
"commit": "fa11243c405ee2124c8f42bb0f6c3e7244bb39d1.tar.gz",
"name": "zf",
"tar_url": "https://github.com/natecraddock/zf/archive/fa11243c405ee2124c8f42bb0f6c3e7244bb39d1.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/natecraddock/zf"
}
] | zf wasm playground
See it live: https://nathancraddock.com/zf-playground/
Build
<code>$ zig build
$ mv zig-out/bin/zf.wasm .</code>
Run
Use a simple webserver like the one bundled with python
<code>$ python -m http.server</code> | [] |
https://avatars.githubusercontent.com/u/135145066?v=4 | deunicode | dying-will-bullet/deunicode | 2023-06-05T05:55:24Z | ASCII transliterations of Unicode text. | master | 1 | 2 | 1 | 2 | https://api.github.com/repos/dying-will-bullet/deunicode/tags | NOASSERTION | [
"ascii",
"deunicode",
"slugify",
"transliteration",
"unicode",
"unidecode",
"zig",
"ziglang"
] | 192 | false | 2025-01-08T13:03:58Z | true | true | unknown | github | [] | deunicode 🪚
<a></a>
The <code>deunicode</code> library(aka. <code>unidecode</code>) transliterates Unicode strings such as "Æneid" into pure
ASCII ones such as "AEneid."
This is an implementation of Rust's <a>deunicode</a> crate in Zig, using its own Unicode mapping data. Therefore, it is distributed under the ... | [] |
https://avatars.githubusercontent.com/u/55436060?v=4 | zuffy | arats-io/zuffy | 2023-10-14T14:19:42Z | null | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/arats-io/zuffy/tags | MIT | [
"logger",
"time",
"zig",
"zig-package",
"zoneinfo"
] | 540 | false | 2024-12-01T12:00:34Z | true | true | 0.13.0 | github | [] | Zig UFFY library
Current Zig UFFY library do offer bunch of extra functionality!
Work in progress...; If somewthing is not working, feel free to contribute or open a issue.
Require zig version: <strong>0.14.0-dev.850+ddcb7b1c1</strong>
Usage
Include the zuffy into the <code>build.zig.zon</code> file.
```
zig fetc... | [] |
https://avatars.githubusercontent.com/u/72992574?v=4 | ziggy | UDogg/ziggy | 2023-08-10T19:39:51Z | Learning Zig by writing simple but optimized programs | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/UDogg/ziggy/tags | - | [
"calculator",
"prime-numbers",
"zig"
] | 4,347 | false | 2024-03-11T01:22:03Z | false | false | unknown | github | [] |
(A) calc.zig
Program Overview
The <a><code>calc.zig</code></a> program is a simple calculator application written in the Zig programming language. It allows you to perform basic arithmetic operations such as addition, subtraction, multiplication, division, and quotient(integer) division all in one. The program... | [
"https://github.com/Arnau478/hevi",
"https://github.com/kristoff-it/zine"
] |
https://avatars.githubusercontent.com/u/7057784?v=4 | wasm2wasm2wasm | xonoxitron/wasm2wasm2wasm | 2023-05-30T09:24:00Z | 🤙 A bridge among Go, Rust and Zig WebAssembly runtimes 🦫 <-> 🦀 <-> ⚡ via JavaScript 🚀 | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/xonoxitron/wasm2wasm2wasm/tags | MIT | [
"golang",
"javascript",
"runtime",
"rust",
"wasm",
"web-assembly",
"zig"
] | 9 | false | 2024-12-23T20:24:58Z | false | false | unknown | github | [] | wasm2wasm2wasm: Go + Rust + Zig WASM Interop
wasm2wasm2wasm is a project that demonstrates WebAssembly (WASM) interoperation among Go, Rust and Zig modules using JavaScript as the intermediary. The project provides a web-based interface where users can perform addition, subtraction and multiplication operations using ... | [] |
https://avatars.githubusercontent.com/u/116491743?v=4 | Cellulator | efjimm/Cellulator | 2023-04-11T01:06:57Z | Spreadsheet program written in Zig | master | 4 | 2 | 0 | 2 | https://api.github.com/repos/efjimm/Cellulator/tags | GPL-3.0 | [
"spreadsheets",
"zig"
] | 3,140 | false | 2025-05-14T18:25:20Z | true | true | unknown | github | [
{
"commit": "master",
"name": "wcwidth",
"tar_url": "https://github.com/efjimm/zig-wcwidth/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/efjimm/zig-wcwidth"
},
{
"commit": "master",
"name": "shovel",
"tar_url": "https://github.com/efjimm/shovel/archive/mast... | Cellulator
Cellulator is a TUI spreadsheet calculator written in <a>Zig</a>.
Portability
Cellulator works on Linux and MacOS. Zig's standard library is currently missing some constants and
types for other POSIX compliant OS's that are required by Cellulator, and may or may not build for
them.
Terminal Compatibility... | [] |
https://avatars.githubusercontent.com/u/54369961?v=4 | fpaper.zig | ferhatgec/fpaper.zig | 2023-06-05T22:59:34Z | zig implementation of fpaper file format | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/ferhatgec/fpaper.zig/tags | MIT | [
"file-format",
"fpaper",
"zig"
] | 5 | false | 2023-06-05T23:04:06Z | false | false | unknown | github | [] | <a>fpaper</a>.zig
zig implementation of <a>fpaper</a> file format
see other implementations:
<ul>
<li><a>c++</a></li>
<li><a>rust</a></li>
<li><a>python</a></li>
<li><a>c++ (renderer)</a></li>
</ul>
fpaper.zig licensed under the terms of MIT License. | [] |
https://avatars.githubusercontent.com/u/6756180?v=4 | tracy-zig | kassane/tracy-zig | 2023-08-01T12:35:42Z | Tracy binding for Zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/kassane/tracy-zig/tags | - | [
"bindings",
"tracy",
"zig",
"ziglang"
] | 12 | false | 2023-08-01T17:07:44Z | true | false | unknown | github | [] | tracy-zig
Tracy binding for Zig (WiP)
Requirement
<ul>
<li>zig <a>v0.11</a> or higher</li>
<li>git (download <a>tracy</a>)</li>
</ul>
Reference
<ul>
<li><a>zls</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/54369961?v=4 | ffetch.zig | ferhatgec/ffetch.zig | 2023-06-04T20:25:36Z | ffetch in zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/ferhatgec/ffetch.zig/tags | MIT | [
"fetch",
"libcurl",
"request",
"zig"
] | 4 | false | 2023-06-04T20:33:53Z | false | false | unknown | github | [] | <a>fetch fetch</a>
simple web fetching in zig via curl
ffetch.zig licensed under the terms of MIT License. | [] |
https://avatars.githubusercontent.com/u/21037233?v=4 | zigget | zekexiao/zigget | 2023-05-30T09:47:11Z | zig clone and zig build | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/zekexiao/zigget/tags | - | [
"zig"
] | 7 | false | 2023-06-05T03:24:56Z | true | false | unknown | github | [] | zigget
a simple tool for clone and build zig sources,
do <code>zigget install zigtools/zls</code> command list:
<ol>
<li>git clone https://github.com/zigtools/zls $HOME/.zigget/source/zigtools/zls</li>
<li>zig build -Doptimize=ReleaseFast</li>
<li>ln -s $HOME/.zigget/source/zigtools/zls/zig-out/bin/zls $HOME/.zigget/... | [] |
https://avatars.githubusercontent.com/u/43040593?v=4 | zig_appimage | dantecatalfamo/zig_appimage | 2023-08-01T00:21:46Z | Tiny script that creates a single self-contained AppImage for zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/dantecatalfamo/zig_appimage/tags | - | [
"appimage",
"zig"
] | 2 | false | 2023-09-22T13:22:31Z | false | false | unknown | github | [] | zig_appimage
Tiny script that creates a single self-contained AppImage for zig.
The entire compiler and all of its files are merged into a single file.
Usage
<code>./create_all.sh</code> - Creates AppImages for x86-64 and arm64 | [] |
https://avatars.githubusercontent.com/u/10529756?v=4 | zig-weact-ch582f-bare | mejobloggs/zig-weact-ch582f-bare | 2023-06-08T10:39:08Z | Barebones led blink | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/mejobloggs/zig-weact-ch582f-bare/tags | - | [
"ch582",
"wch",
"weact",
"zig",
"ziglang"
] | 11 | false | 2023-11-01T17:11:27Z | true | false | unknown | github | [] | Board: https://github.com/WeActStudio/WeActStudio.WCH-BLE-Core
MCU: WCH CH582F
Barebones led blinkage without using a timer
build just with plain <code>zig build</code> command, build.zig has everything setup
flash with <code>wchisp flash ./zig-out/bin/weact-ch582f</code>
wchisp found here: https://ch32-rs.github.... | [] |
https://avatars.githubusercontent.com/u/59750184?v=4 | sqlp.zig | fremantle-industries/sqlp.zig | 2023-03-25T02:22:54Z | A generic SQL parser aiming to support all major dialects | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/fremantle-industries/sqlp.zig/tags | MIT | [
"sql",
"sql-parser",
"zig"
] | 2 | false | 2023-03-29T10:06:42Z | true | false | unknown | github | [] | sqlp.zig
A generic SQL parser aiming to support all major dialects
Development
<code>sh
make</code>
Test
<code>sh
make test</code>
Authors
<ul>
<li>Alex Kwiatkowski - alex+git@fremantle.io</li>
</ul>
License
<code>sqlp.zig</code> is released under the <a>MIT license</a> | [] |
https://avatars.githubusercontent.com/u/5215793?v=4 | aprender-zig | panda-coder/aprender-zig | 2023-02-10T16:56:32Z | Repositório para aprendizagem da linguagem zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/panda-coder/aprender-zig/tags | MIT | [
"programming",
"zig"
] | 5 | false | 2023-03-04T23:57:04Z | false | false | unknown | github | [] | Aprender zig
First steps
<ul>
<li>Check the <a>Getting start</a> official</li>
</ul>
<em>obs: I am currently using the snap installation for ubuntu</em>
Hello World
<ol>
<li><a>Exemplo de Hello World</a></li>
</ol>
Types and declaring variables
<ol>
<li><a>Declaring variables</a> ( <a>How to Run</a> )</li>
</ol>
L... | [] |
https://avatars.githubusercontent.com/u/74733047?v=4 | traitor | greytdepression/traitor | 2023-08-24T17:02:36Z | A small public-domain trait framework for zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/greytdepression/traitor/tags | 0BSD | [
"traits",
"zig"
] | 35 | false | 2023-11-01T17:24:32Z | true | false | unknown | github | [] | traitor
A small public-domain trait framework for zig
This software is in the public domain for jursidictions in which the public
domain exists. Alternatively, it is available under the Zero-Clause BSD
license.
Quick Start
Zig's standard library already has trait helpers in the form of std.meta.trait that
let you q... | [] |
https://avatars.githubusercontent.com/u/109755957?v=4 | JamLang | IsaacMcCracken/JamLang | 2023-02-12T21:34:29Z | The Jam Programing Language | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/IsaacMcCracken/JamLang/tags | - | [
"compiler",
"language",
"zig",
"ziglang"
] | 420 | false | 2023-02-13T05:10:21Z | true | false | unknown | github | [] | JamLang
Description:
The Jam Programing language is a language I created for the fun of learning.
Syntactically resembling go and zig. I have no current ambition to take over
in the language war. If you want a good new language to use I suggest zig.
I may or may not finish this project.
Progress:
Currently I h... | [] |
https://avatars.githubusercontent.com/u/110837479?v=4 | 12in2024 | jD2R/12in2024 | 2023-12-21T15:19:45Z | Coding growth project for 2024. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/jD2R/12in2024/tags | - | [
"bash",
"c",
"cpp",
"csharp",
"golang",
"kotlin",
"lua",
"python",
"ruby",
"rust",
"typescript",
"wasm",
"zig"
] | 12 | false | 2024-01-25T19:03:09Z | false | false | unknown | github | [] | 12 Languages in 2024
As part of my developer goals, there have been quite a few languages I've been meaning to learn thoroughly for a while now (I work way too much with plain, vanilla JS). Plus, I've always wanted to move beyond the borders of web development and gain a more general respect for programming overall - ... | [] |
https://avatars.githubusercontent.com/u/61627919?v=4 | nvim | nuIIpointerexception/nvim | 2023-07-23T18:42:52Z | ❄️ fast and minimal neovim config. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/nuIIpointerexception/nvim/tags | - | [
"neovim-config",
"nvim",
"ocaml",
"rust",
"typescript",
"zig"
] | 18 | false | 2023-08-01T16:10:51Z | false | false | unknown | github | [] | nvim | [] |
https://avatars.githubusercontent.com/u/50797868?v=4 | rc | maolonglong/rc | 2024-01-02T15:20:38Z | Reference counting in Zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/maolonglong/rc/tags | MIT | [
"atomic",
"memory-management",
"zig"
] | 5 | false | 2024-12-07T07:47:02Z | true | false | unknown | github | [] | Reference Counting
<a></a>
<a></a> | [] |
https://avatars.githubusercontent.com/u/67585967?v=4 | kiss-ng | git-bruh/kiss-ng | 2023-02-21T10:48:44Z | Next generation of the KISS Package manager | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/git-bruh/kiss-ng/tags | - | [
"kiss",
"landlock",
"package-manager",
"sandboxing",
"zig"
] | 78 | false | 2025-05-20T14:45:40Z | true | true | 0.14.0 | github | [
{
"commit": "1e1148f41afe2bc330cc2bbe6db7735f06ff68c8",
"name": "dag_zig",
"tar_url": "https://github.com/git-bruh/dag.zig/archive/1e1148f41afe2bc330cc2bbe6db7735f06ff68c8.tar.gz",
"type": "remote",
"url": "https://github.com/git-bruh/dag.zig"
}
] | kiss-ng
Next generation of the <a>KISS</a> package manager, aiming to be more robust and powerful (sandboxed builds, provides system, etc)
TODO
<br/><input type='checkbox' class='w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:rin... | [] |
https://avatars.githubusercontent.com/u/133017480?v=4 | ziglings-solutions | Leenuus/ziglings-solutions | 2023-12-04T14:20:23Z | Clone from Ziglings | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/Leenuus/ziglings-solutions/tags | MIT | [
"awesome",
"zig",
"ziglings"
] | 1,245 | false | 2024-12-20T16:41:55Z | true | false | unknown | github | [] | Ziglings Solution
<a>For the Origin Repo, here</a>
Some Learning Notes
Characteristic of Zig lang
<ol>
<li>A very extensive syntax, full of features from other languages.</li>
<li><code>defer</code> and <code>errdefer</code> keyword makes life easier</li>
<li>treat errors as return value in the form of <code>enum</c... | [] |
https://avatars.githubusercontent.com/u/11492844?v=4 | lineprofiles | fjebaker/lineprofiles | 2023-04-07T17:53:27Z | A Cunningham transfer-function integrator for building relativistic lineprofile models. | main | 4 | 1 | 1 | 1 | https://api.github.com/repos/fjebaker/lineprofiles/tags | MIT | [
"astrophysics",
"black-holes",
"general-relativity",
"lineprofiles",
"xspec",
"xspec-model",
"zig"
] | 183 | false | 2024-05-29T09:08:01Z | true | true | unknown | github | [
{
"commit": "main.tar.gz",
"name": "zfitsio",
"tar_url": "https://github.com/fjebaker/zigFITSIO/archive/main.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/fjebaker/zigFITSIO"
}
] |
klineprofiles
A Cunningham transfer function integrator written in the <a>Zig programming language</a>. Constructs relativistic lineprofile spectra for use with <a>SpectralFitting.jl</a>, HEASoft's <a>XSPEC</a>, and beyond. This code integrates pre-computed Green's function / Cunningham transfer functions with a... | [] |
https://avatars.githubusercontent.com/u/74559859?v=4 | life | Jabolol/life | 2023-12-30T18:08:48Z | A Game of Life implementation that runs on the browser | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/Jabolol/life/tags | MIT | [
"deno",
"webassembly",
"zig"
] | 154 | false | 2023-12-30T21:51:33Z | true | false | unknown | github | [] | life
A <a>Game of Life</a>
implementation in <code>Zig</code> and <code>WebAssembly</code>.
installation
Make sure you have both <a><code>Zig</code></a> and
<a><code>Deno</code></a> installed and on your <code>$PATH</code>.
<ol>
<li>Clone the repository</li>
</ol>
<code>bash
git clone https://github.com/Jabolol/lif... | [] |
https://avatars.githubusercontent.com/u/48321566?v=4 | aoc-2023 | twoneis/aoc-2023 | 2023-11-25T20:55:03Z | AdventOfCode 2023 in Zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/twoneis/aoc-2023/tags | - | [
"advent-of-code",
"advent-of-code-2023",
"zig"
] | 152,050 | false | 2024-04-04T20:01:24Z | false | false | unknown | github | [] | Advent of Code 2023
My attempt at advent of code 2023 in zig.
Goal
Get more familiar with zig and have some fun.
.. and not give up.
Notes
<ul>
<li>I added a template that provides more than the bare minimum and does it in a decently good way (as far as I can tell) after day 8.</li>
</ul> | [] |
https://avatars.githubusercontent.com/u/47727831?v=4 | httpz | darrensemusemu/httpz | 2023-02-16T20:50:08Z | A simple Go like http server implementation | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/darrensemusemu/httpz/tags | MIT | [
"http",
"http-server",
"zig"
] | 21 | false | 2023-10-29T21:45:29Z | true | false | unknown | github | [] | httpz
A simple Go like http server implementation. Note: WIP.
Example
Simple Server
```zig
// ....
const addr = try net.Address.parseIp("0.0.0.0", 8080);
var http_server = httpz.Server.init(allocator, addr);
defer http_server.close();
const t = struct {
fn handleHome(res: <em>httpz.Response, _: </em>httpz.Requ... | [] |
https://avatars.githubusercontent.com/u/12962448?v=4 | mbedtls | star-tek-mb/mbedtls | 2023-02-27T19:13:48Z | mbedtls zig build | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/star-tek-mb/mbedtls/tags | - | [
"https",
"mbedtls",
"tls",
"zig"
] | 1,277 | false | 2023-03-03T22:10:44Z | true | false | unknown | github | [] | Overview
mbedtls v3.3.0 with zig build system | [
"https://github.com/FranciscoLlobet/miso",
"https://github.com/allyourcodebase/curl",
"https://github.com/allyourcodebase/ffmpeg",
"https://github.com/jiacai2050/zig-curl",
"https://github.com/lishaduck/zig-curl",
"https://github.com/thomashn/libssh"
] |
https://avatars.githubusercontent.com/u/71920313?v=4 | webidl.zig | MidstallSoftware/webidl.zig | 2024-02-01T21:04:50Z | Webidl for Zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/MidstallSoftware/webidl.zig/tags | GPL-3.0 | [
"webidl",
"zig"
] | 64 | false | 2024-05-29T09:05:45Z | true | true | unknown | github | [
{
"commit": "358a028beb32ebb193dadb6f7a954965745892a7.tar.gz",
"name": "parser-toolkit",
"tar_url": "https://github.com/MasterQ32/parser-toolkit/archive/358a028beb32ebb193dadb6f7a954965745892a7.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/MasterQ32/parser-toolkit"
}
] | webidl.zig
Webidl for Zig | [] |
https://avatars.githubusercontent.com/u/565124?v=4 | w4-zig-bingosylt | peterhellberg/w4-zig-bingosylt | 2023-10-25T12:06:46Z | null | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/peterhellberg/w4-zig-bingosylt/tags | - | [
"gamedev",
"gamejam",
"wasm",
"wasm4",
"zig"
] | 283 | false | 2024-08-19T09:01:35Z | 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-zig-bingosylt :zap:
A game written in Zig for the <a>WASM-4</a> fantasy console.
Building
Build the cart by running:
<code>shell
make</code>
Then run it with:
<code>shell
make run</code>
Bundle for html, linux and windows using:
<code>shell
make bundle</code>
Sprites
I generate sprites from PNG files lik... | [] |
https://avatars.githubusercontent.com/u/52547?v=4 | flymake-zig | juergenhoetzel/flymake-zig | 2023-08-15T19:55:50Z | A zig backend for Flymake | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/juergenhoetzel/flymake-zig/tags | GPL-3.0 | [
"emacs",
"emacs-package",
"zig",
"ziglang"
] | 19 | false | 2023-08-17T15:36:24Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/3470288?v=4 | wws-zig-kit | kwlum/wws-zig-kit | 2023-02-19T07:57:22Z | A Zig wasm workers server kit. | main | 0 | 1 | 1 | 1 | https://api.github.com/repos/kwlum/wws-zig-kit/tags | MIT | [
"wasm",
"webassembly",
"zig"
] | 39 | false | 2024-10-14T16:41:58Z | true | false | unknown | github | [] | WWS kit in Zig
An experimental <a>WWS</a> kit written in zig.
Usage Examples
Hello World
```zig
const std = @import("std");
const kit = @import("wws-zig-kit");
fn handle(request: kit.Request, response: <em>kit.Response, _: </em>kit.Cache) !void {
try response.headers.put("content-type", "text/plain");
try ... | [] |
https://avatars.githubusercontent.com/u/52031254?v=4 | zig-learning-material | WeebNetsu/zig-learning-material | 2023-02-13T07:29:27Z | The learning material used for my Zig course | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/WeebNetsu/zig-learning-material/tags | MIT | [
"learn-zig",
"learntocode",
"zig"
] | 3 | false | 2023-11-01T17:12:20Z | false | false | unknown | github | [] | Zig Learning Material
These are all the lessons I created when learning Zig, they became my Zig course.
If you want to support the work I do, please consider donating to me on one of these platforms:
<a></a>
<a></a>
<a></a>
<a></a> | [] |
https://avatars.githubusercontent.com/u/12368711?v=4 | zig-animate | mjakeman/zig-animate | 2024-02-02T18:07:34Z | Animation, interpolation, and sequencing library for zig. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/mjakeman/zig-animate/tags | MIT | [
"animation",
"animation-library",
"interpolation",
"zig",
"zig-library"
] | 25 | false | 2024-09-21T23:35:28Z | true | true | unknown | github | [] | zig-animate
A property animation library in Zig.
Demo 1: Property Interpolation
Full demo code in <a><code>animator.zig</code></a>.
```zig
const start = Vec2{ .x = 0, .y = 0 };
const end = Vec2{ .x = 1, .y = 1 };
const anim = Animator(Vec2).init(start, end, EaseInCubicVec2);
// 2D Cubic Easing
try std.testing.exp... | [] |
https://avatars.githubusercontent.com/u/3594035?v=4 | game-boy | tsunaminoai/game-boy | 2023-08-09T01:02:31Z | An attempt to learn zig by emulating the LR35902 | main | 4 | 1 | 0 | 1 | https://api.github.com/repos/tsunaminoai/game-boy/tags | MIT | [
"8080",
"emulation",
"lr35902",
"zig",
"ziglang",
"ziglearn"
] | 637 | false | 2025-04-19T19:00:41Z | true | true | 0.11.0 | github | [] | game-boy
An attempt to learn zig while writing an emulator for a "simple" chip.
This is built and tested with Zig 0.11.0.
Developing
Clone the repo and run <code>zig build test</code> to build and test the emulator.
Credits
<ul>
<li><a>Zig</a></li>
<li><a>Gameboy CPU Manual</a></li>
<li>Inspiration from <a>Wuelle<... | [] |
https://avatars.githubusercontent.com/u/87582318?v=4 | zig-webp | koenigskraut/zig-webp | 2023-11-02T05:26:16Z | Zig binding for libwebp | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/koenigskraut/zig-webp/tags | - | [
"libwebp",
"webp",
"zig"
] | 26 | false | 2024-03-04T13:44:23Z | true | true | unknown | github | [
{
"commit": "81c90e3b5d6278ab564de3e81dd46588d83a88b3.tar.gz",
"name": "libwebp",
"tar_url": "https://github.com/koenigskraut/libwebp/archive/81c90e3b5d6278ab564de3e81dd46588d83a88b3.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/koenigskraut/libwebp"
}
] | zig-webp
Zig binding for libwebp, libwebp used is a fork with added Zig build system. It is added as a dependency and will be downloaded and built from source.
Quick start
<ol>
<li>
Add zig-webp as a dependency in your build.zig.zon as follows:
<code>diff
.{
.name = "your-project",
.version = "1.0.0",
.... | [] |
https://avatars.githubusercontent.com/u/139293750?v=4 | pieQ | bogwi/pieQ | 2023-08-05T00:34:03Z | Priority Queue for Zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/bogwi/pieQ/tags | MIT | [
"algorithms",
"data-structures",
"priority-queue",
"zig",
"zig-lang",
"zig-package"
] | 37 | false | 2024-11-17T16:57:53Z | true | true | unknown | github | [] | Priority Queue in ZIG
Foreword
How fast is PieQ? On the Apple M1 CPU, inserting in random order and removing 100,000,000 unsigned 32-bit integer pairs in ReleaseFast mode takes <code>1.5</code> seconds for insert and about <code>20</code> seconds for remove. The cumulative time stayed within <code>22</code> seconds f... | [] |
https://avatars.githubusercontent.com/u/252122?v=4 | zotp | shavit/zotp | 2023-04-25T18:07:18Z | Time-based one-time password generator | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/shavit/zotp/tags | - | [
"cli",
"totp-generator",
"zig"
] | 10 | false | 2025-03-04T11:21:36Z | true | false | unknown | github | [] | TOTP
<blockquote>
Generate TOTP codes RFC-6238
</blockquote>
CLI Quick Start
Add a provider and generate code:
```
$ zotp a
$ zotp g
123456
```
List all providers:
<code>$ zotp l
$ zotp list</code>
Delete a provider:
<code>$ zotp delete <server>
$ zotp d <server></code>
Uninstall:
<code>$ zotp uni... | [] |
https://avatars.githubusercontent.com/u/43842467?v=4 | zig-wadder | nonk123/zig-wadder | 2023-12-12T20:13:27Z | A map viewer for DOOM WADs | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/nonk123/zig-wadder/tags | MIT | [
"doom",
"map",
"raylib",
"viewer",
"wad",
"zig"
] | 25 | false | 2025-03-18T09:13:40Z | true | false | unknown | github | [] | zig-wadder
A WAD map-viewing experiment made with Zig. | [] |
https://avatars.githubusercontent.com/u/565124?v=4 | w4-shadows | peterhellberg/w4-shadows | 2023-11-29T07:43:10Z | null | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/peterhellberg/w4-shadows/tags | - | [
"gamedev",
"wasm",
"wasm4",
"zig"
] | 11 | false | 2025-04-28T09:21:55Z | 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-shadows :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/22245086?v=4 | zig-gl-learning | kyle-marshall/zig-gl-learning | 2023-06-04T19:59:37Z | Diving into https://learnopengl.com with zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/kyle-marshall/zig-gl-learning/tags | - | [
"examples",
"glfw",
"learning",
"opengl",
"zig"
] | 43,327 | false | 2023-06-12T02:23:50Z | false | false | unknown | github | [] | zig-gl-learning
So far, these examples just extend https://github.com/hexops/mach-glfw-opengl-example by following the "Getting started" chapters at https://learnopengl.com/.
In order to run the examples as they are, you will need to clone the repos <a>zigimg</a> and <a>mach-glfw</a> into "ref" so that symbolic links... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | zbox | bcrist/zbox | 2023-10-31T02:01:39Z | SVG Block Diagram Generator | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/bcrist/zbox/tags | MIT | [
"block-diagram",
"blockdiagram",
"svg",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 109 | false | 2024-06-22T14:41:00Z | true | true | 0.12.0-dev.1849+bb0f7d55e | github | [
{
"commit": "7f5cc0cc3d36545a6f9bcf34c1b5cc4f06a3cd56.tar.gz",
"name": "Zig-DeepHashMap",
"tar_url": "https://github.com/bcrist/Zig-DeepHashMap/archive/7f5cc0cc3d36545a6f9bcf34c1b5cc4f06a3cd56.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/bcrist/Zig-DeepHashMap"
}
] | ZBox
ZBox is a tool for programmatically creating SVG block diagrams in Zig. | [] |
https://avatars.githubusercontent.com/u/13811862?v=4 | libmocha | thechampagne/libmocha | 2023-09-26T10:50:35Z | A C library to parse mocha an elegant configuration language for both humans and machines. | main | 0 | 1 | 1 | 1 | https://api.github.com/repos/thechampagne/libmocha/tags | BSD-3-Clause-Clear | [
"c",
"library",
"mocha",
"parser",
"zig",
"ziglang"
] | 18 | false | 2024-02-18T04:54:13Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "mocha",
"tar_url": "https://github.com/hqnna/mocha/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/hqnna/mocha"
}
] | libmocha
<a></a> <a></a>
A C library to parse <strong>mocha</strong> an elegant configuration language for both humans and machines.
Example
This program output all tokens in text.
```c
include
include
int main(void) {
const char* text =
"defaults: { \
user_id: 0 \
start_id: user_id \... | [] |
https://avatars.githubusercontent.com/u/128398851?v=4 | scrolllockd | ry-diffusion/scrolllockd | 2023-05-27T01:05:52Z | The Scrolllockd led daemon for Linux | zig | 0 | 1 | 0 | 1 | https://api.github.com/repos/ry-diffusion/scrolllockd/tags | - | [
"daemon",
"evdev",
"linux",
"zig"
] | 32 | false | 2024-08-18T12:03:39Z | true | true | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/25558240?v=4 | protest | ibokuri/protest | 2023-11-19T05:11:52Z | A set of modules for easy testing in Zig | main | 0 | 1 | 3 | 1 | https://api.github.com/repos/ibokuri/protest/tags | MIT | [
"assert",
"assertions",
"require",
"testing",
"zig",
"ziglang"
] | 25,547 | false | 2024-06-12T14:04:41Z | true | true | unknown | github | [] | Protest
<a></a>
<a></a>
<a></a>
<a></a>
Protest is a set of modules for testing and validating Zig code. A
<a>testify</a> for Zig, if you will, cause testify's awesome!
<a><code>require</code></a> Module
The <code>require</code> module some provides helpful functions to help you write tests.
<ul>
<li>Descriptive an... | [
"https://github.com/getty-zig/getty",
"https://github.com/getty-zig/json"
] |
https://avatars.githubusercontent.com/u/69832658?v=4 | ZEngine | bluesillybeard/ZEngine | 2024-02-03T17:54:34Z | A basic game engine written in Zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/bluesillybeard/ZEngine/tags | MIT | [
"engine",
"game-development",
"game-engine",
"zig",
"ziglang"
] | 49 | false | 2024-05-24T05:03:19Z | true | false | unknown | github | [] | ZEngine
A basic game engine written in Zig. It's more of a basic foundation than anything.
Important notice
ZEngine is early in development. It may <em>seem</em> like an insanely tiny library, therefore it's impossible to get wrong. However, since this is a critical part of a game, despite its simplicity there is st... | [] |
https://avatars.githubusercontent.com/u/28833727?v=4 | aes-my-file | zzk13180/aes-my-file | 2023-05-14T04:08:58Z | ⚡Encrypt/decrypt files using the AES-256-GCM algorithm | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/zzk13180/aes-my-file/tags | MIT | [
"aes-256-gcm",
"encrypt",
"encryption-decryption",
"zig"
] | 7 | false | 2025-02-10T00:45:57Z | true | false | unknown | github | [] | Encrypt and decrypt your files using AES algorithm
Getting Started
<ul>
<li>Install <a>Zig</a>. zig_version 0.11.0</li>
</ul>
<code>bash
git submodule update --init</code>
<code>bash
zig build run</code>
Download
<ul>
<li><a>Windows</a></li>
</ul>
you can open system dialog to select file
| [] |
https://avatars.githubusercontent.com/u/141338245?v=4 | zig_fmt | wasm-fmt/zig_fmt | 2023-09-01T05:08:08Z | A WASM Based Zig Formatter | main | 2 | 1 | 0 | 1 | https://api.github.com/repos/wasm-fmt/zig_fmt/tags | MIT | [
"formatter",
"formatting",
"wasm",
"webassembly",
"zig"
] | 49 | false | 2025-03-15T18:48:37Z | true | false | unknown | github | [] | <a></a>
<a></a>
Install
<code>bash
npm install @wasm-fmt/zig_fmt</code>
Usage
```javascript
import init, { format } from "@wasm-fmt/zig_fmt";
await init();
const input = `
const std = @import("std");
pub fn main() !void
{
const stdout = std.io.getStdOut().writer();
var i: usize = 1;
while (i <= 16) : (... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-BitHelper | bcrist/Zig-BitHelper | 2023-10-28T05:50:38Z | Zig utilities for low-level bit manipulation | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/bcrist/Zig-BitHelper/tags | MIT | [
"util",
"utilities",
"utility-library",
"utils",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 4 | false | 2024-07-27T18:06:17Z | true | true | 0.12.0-dev.2063+804cee3b9 | github | [] | Zig-BitHelper
Provides some helper functions for dealing with integers as bit fields:
<ul>
<li>bits.as: Similar to @bitCast, but works with enums as well</li>
<li>bits.zx: Casts as unsigned and zero-extends to the requested size</li>
<li>bits._1x: Casts as unsigned and one-extends to the requested size</li>
<li>bits.s... | [
"https://github.com/bcrist/Zig-ROM-Compress"
] |
https://avatars.githubusercontent.com/u/7742806?v=4 | aoc-2023 | moutansos/aoc-2023 | 2023-12-03T08:39:12Z | Advent of Code 2023 | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/moutansos/aoc-2023/tags | - | [
"advent-of-code",
"advent-of-code-2023",
"advent-of-code-2023-zig",
"zig"
] | 35 | false | 2024-10-07T19:40:58Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/93522910?v=4 | zigist | 42LM/zigist | 2023-07-27T21:09:23Z | Update a gist with a random dev joke. Pure Zig⚡ | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/42LM/zigist/tags | MIT | [
"actions",
"continuous-integration",
"cron",
"cronjob",
"githubci",
"zig",
"ziglang"
] | 99 | false | 2025-05-08T12:02:45Z | true | false | unknown | github | [] | Zigist - Update a gist with a random dev joke
<a></a> <a></a>
Nothing fancy here. This is just a simple github action to update a gist with a random dev joke using <a>Zig ⚡️</a>.
Quick start
<code>yaml
uses: 42LM/zigist@v1
with:
gh-token: ${{ secrets.GH_TOKEN }}
gist-id: e35b7dfc8ec2c958a7f8f0c9938ffd60</code>
... | [] |
https://avatars.githubusercontent.com/u/2529002?v=4 | comptime | robinvandernoord/comptime | 2023-08-10T12:45:47Z | "Zig into Python's speed lane with Comptime – it's not a sprint; it's a compile!" | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/robinvandernoord/comptime/tags | MIT | [
"ast",
"compiler",
"comptime",
"python",
"zig"
] | 43 | false | 2024-08-28T22:45:26Z | false | false | unknown | github | [] | comptime
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
"Comptime" accelerates Python code by precomputing complex calculations, turning them into simple lookups for faster
execution.
<strong>Table of Contents</strong>
<ul>
<li><a>Installation</a></li>
<li><a>Usage</a></li>
<l... | [] |
https://avatars.githubusercontent.com/u/5161200?v=4 | monkey-lang | viddrobnic/monkey-lang | 2023-09-06T10:43:44Z | Interpreter for monkey language based on interpreterbook.com. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/viddrobnic/monkey-lang/tags | MIT | [
"rust",
"zig"
] | 279 | false | 2024-05-13T20:43:35Z | false | false | unknown | github | [] | Monkey Language
Interpreter for Monkey Language based on the <a>Writing An Interpreter In Go</a> book. This repository contains two implementations - one in Rust and one in Zig.
Project Structure
This repository contains two implementations of the interpreter. The primary implementation is the one in Rust, which imp... | [] |
https://avatars.githubusercontent.com/u/8881507?v=4 | zentropy | aalbacetef/zentropy | 2024-02-01T16:37:09Z | A tool to measure a file's Shannon entropy. Available on Linux, Mac, and Windows. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/aalbacetef/zentropy/tags | BSD-3-Clause | [
"shannon-entropy",
"zig"
] | 177 | false | 2024-10-06T20:40:01Z | true | true | unknown | github | [] | Introduction
<code>zentropy</code> is a tool to measure a file's Shannon entropy, which gives useful information such as theoretical minimum size, but also helpful in identifying specific kinds of files.
Note, various compression algorithms can reach sizes smaller than the one given by calculating Shannon entropy, as... | [] |
https://avatars.githubusercontent.com/u/1713384?v=4 | bug-free-enigma | exilesprx/bug-free-enigma | 2023-11-19T22:40:37Z | Ziglings | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/exilesprx/bug-free-enigma/tags | MIT | [
"zig",
"ziglings"
] | 1,413 | false | 2025-04-29T02:54:55Z | true | false | unknown | github | [] | Cheatsheet
Namespaces
<code>// methods declared in namespaces is also known as "decls"</code>
Pointers
<code>// FREE ZIG POINTER CHEATSHEET! (Using u8 as the example type.)
// +---------------+----------------------------------------------+
// | u8 | one u8 |... | [] |
https://avatars.githubusercontent.com/u/61315998?v=4 | widow | eddineimad0/widow | 2023-06-10T20:59:18Z | A Simple zig library for creating windows and getting inputs. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/eddineimad0/widow/tags | MIT | [
"input",
"window",
"windows",
"zig"
] | 9,126 | false | 2025-05-13T09:18:55Z | true | true | 0.14.0 | github | [
{
"commit": "d5f381759825ee0bac29bc294d47aa05be4ab7b5",
"name": "zigglgen",
"tar_url": "https://github.com/castholm/zigglgen/archive/d5f381759825ee0bac29bc294d47aa05be4ab7b5.tar.gz",
"type": "remote",
"url": "https://github.com/castholm/zigglgen"
}
] | Introduction
Widow is a simple windowing library written in zig.
Supported Platforms
Currently Widow supports windows Os.
Support for Linux isn't complete yet and still in work,
and there is no current plan to support any other platforms.
Examples
All API functions are well documented and you can check out the exa... | [] |
https://avatars.githubusercontent.com/u/1596350?v=4 | advent-of-code-zig | russmatney/advent-of-code-zig | 2023-11-24T23:40:13Z | null | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/russmatney/advent-of-code-zig/tags | - | [
"advent-of-code",
"adventofcode",
"zig"
] | 41 | false | 2025-02-19T17:50:51Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/139293750?v=4 | SortedMap | bogwi/SortedMap | 2023-11-29T04:12:49Z | Map for fast storing key-value pairs sorted by key | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/bogwi/SortedMap/tags | MIT | [
"map",
"skiplist",
"sorted-data",
"sorted-map",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 128 | false | 2024-10-25T08:43:07Z | true | true | unknown | github | [] | SortedMap in ZIG
Description
Sorted Map is a fast key-value table, an advance version of <a>skiplist ADT</a> as proposed by W.Pugh in 1989 for ordered mapping of keys to values.
Features
<ul>
<li>Takes any numeric key except the maximum possible value for the given type. </li>
<li>Takes any literal key of type <cod... | [] |
https://avatars.githubusercontent.com/u/968130?v=4 | zlox | iam-afk/zlox | 2023-04-19T14:10:43Z | The Lox language implementation in Zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/iam-afk/zlox/tags | MIT | [
"crafting-interpreters",
"zig"
] | 9 | false | 2023-04-19T19:51:20Z | true | false | unknown | github | [] | zlox
The Lox language implementation in Zig | [] |
https://avatars.githubusercontent.com/u/44898501?v=4 | zig-install | MinecraftPublisher/zig-install | 2023-09-09T13:48:28Z | Unofficial installer and downloader for zig. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/MinecraftPublisher/zig-install/tags | - | [
"installer",
"installer-script",
"zig",
"ziglang"
] | 3 | false | 2024-01-13T10:36:22Z | false | false | unknown | github | [] | zig-build
An installer script for zig, Written in Bun Javascript.
This script:
<ol>
<li>Fetches the release data from the official zig website</li>
<li>Obtains the build target for the current machine</li>
<li>Checks for an existing clone of the latest download ->
If yes, Jumps directly to Step 5.</li>
<li>Do... | [] |
https://avatars.githubusercontent.com/u/36560490?v=4 | zig-ws | thegeeko/zig-ws | 2023-10-25T19:15:39Z | websocket server implementation based on https://datatracker.ietf.org/doc/html/rfc6455 | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/thegeeko/zig-ws/tags | - | [
"websocket",
"websocket-server",
"zig"
] | 418 | false | 2024-03-12T23:43:39Z | true | false | unknown | github | [] | ZIG-WS:
a server implementaion of <a>RFC6455</a> in Zig it passes the whole <a>autobahn</a> test suite you can see the report inside the support folder
Test localy:
to start a simple echo server:
```bash
clone repo
git clone https://github.com/thegeeko/zig-ws && cd zig-ws
start the server
zig build run_... | [] |
https://avatars.githubusercontent.com/u/76531574?v=4 | zig_c_mixture | malespiaut/zig_c_mixture | 2023-06-30T07:05:06Z | Minimal working example of mixing Zig with C code. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/malespiaut/zig_c_mixture/tags | Unlicense | [
"c",
"c-interop",
"zig",
"zig-interop"
] | 5 | false | 2025-03-03T15:10:55Z | true | false | unknown | github | [] | Zig and C mixture
This repo contains a minimal working example, of a Zig program that also contains C files.
This is meant to show and teach you how can Zig code can call C code, and vice versa. | [] |
https://avatars.githubusercontent.com/u/30945458?v=4 | zig-glfw | FalsePattern/zig-glfw | 2023-06-17T17:10:45Z | Ziggified GLFW bindings with 100% API coverage, zero-fuss installation, cross compilation, and more. | main | 1 | 1 | 0 | 1 | https://api.github.com/repos/FalsePattern/zig-glfw/tags | NOASSERTION | [
"gamedev",
"glfw",
"zig",
"zig-package",
"ziglang"
] | 3,773 | true | 2025-05-20T07:35:29Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "glfw_c",
"tar_url": "https://github.com/falsepattern/glfw//archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/falsepattern/glfw/"
}
] | zig-glfw
Perfected GLFW bindings for Zig, with 100% API coverage, zero-fuss installation, cross compilation, and more.
Features
<ul>
<li>Zero-fuss installation, cross-compilation at the flip of a switch, and broad platform support.</li>
<li>100% API coverage. Every function, type, constant, etc. has been exposed in a... | [] |
https://avatars.githubusercontent.com/u/12397073?v=4 | yacli | IridescentRose/yacli | 2023-09-13T17:59:04Z | Yet Another CLI! | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/IridescentRose/yacli/tags | MIT | [
"cli",
"zig"
] | 9 | false | 2023-11-01T17:25:19Z | false | false | unknown | github | [] | yacli
Yet Another CLI Library (in Zig)
How do I use it?
Import the <code>yacli.zig</code> file:
<code>zig
const yacli = @import("yacli.zig");</code>
Now define your subroutines:
```zig
fn version_subroutine(arg_it: anytype) !void {
_ = arg_it;
std.debug.print("Version 1\n", .{});
}
pub fn main() {
//... | [] |
https://avatars.githubusercontent.com/u/81834798?v=4 | zilo | TheMetalStorm/zilo | 2023-08-13T18:48:38Z | kilo editor in zig, following along with https://viewsourcecode.org/snaptoken/kilo/index.html | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/TheMetalStorm/zilo/tags | - | [
"kilo",
"linux",
"programming",
"terminal",
"terminal-based",
"termios",
"text-editor",
"texteditor",
"ubuntu",
"zig",
"ziglang",
"zilo"
] | 66 | false | 2024-10-07T01:09:29Z | true | false | unknown | github | [] | zilo
kilo editor, ported from C to Zig!
Why?
I wanted to work on a project in my free time. A while back I watched a few parts of a Video Series in which someone was porting the Kilo Text Editor to Rust. I though that it would be a nice way to learn a new programming language and I also was interested in learning ho... | [] |
https://avatars.githubusercontent.com/u/138609742?v=4 | zig-pipeline | fluent-ci-templates/zig-pipeline | 2023-07-04T17:09:11Z | A ready-to-use CI/CD Pipeline for Zig projects. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/fluent-ci-templates/zig-pipeline/tags | MIT | [
"cicd",
"dagger",
"deno",
"deno-module",
"devops",
"pipeline",
"typescript",
"zig"
] | 158 | false | 2024-11-27T06:43:19Z | false | false | unknown | github | [] | Zig Pipeline
<a></a>
<a></a>
<a></a>
<a></a>
<a></a>
A ready-to-use CI/CD Pipeline for your <a>Zig</a> projects.
🚀 Usage
Run the following command in your project:
<code>bash
fluentci run zig_pipeline</code>
Or, if you want to use it as a template:
<code>bash
fluentci init -t zig</code>
This will create a <co... | [] |
https://avatars.githubusercontent.com/u/24578855?v=4 | zig-totp | deatil/zig-totp | 2023-10-22T06:24:40Z | A TOTP and HOTP library for zig. | main | 0 | 1 | 1 | 1 | https://api.github.com/repos/deatil/zig-totp/tags | Apache-2.0 | [
"hotp",
"otp",
"otp-generator",
"otp-verification",
"otpauth",
"totp",
"zig",
"zig-hotp",
"zig-otp",
"zig-totp"
] | 285 | false | 2025-05-21T03:55:19Z | true | true | 0.14.0-dev.3451+d8d2aa9af | github | [] | Zig-totp
A TOTP and HOTP library for zig.
Why One Time Passwords?
One Time Passwords (OTPs) are an mechanism to improve security over passwords alone. When a Time-based OTP (TOTP) is stored on a user's phone, and combined with something the user knows (Password), you have an easy on-ramp to <a>Multi-factor authenti... | [] |
https://avatars.githubusercontent.com/u/16594625?v=4 | cake.zig | purrie/cake.zig | 2023-10-06T11:45:18Z | UI toolkit written in Zig | master | 0 | 1 | 1 | 1 | https://api.github.com/repos/purrie/cake.zig/tags | MIT | [
"raylib",
"ui",
"zig"
] | 134 | false | 2024-09-01T15:39:55Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/8009085?v=4 | llama2.c | aahmed-se/llama2.c | 2023-11-25T03:39:02Z | Inference Llama 2 in one file of pure C | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/aahmed-se/llama2.c/tags | MIT | [
"zig",
"ziglang"
] | 1,189 | true | 2023-12-22T12:00:17Z | true | false | unknown | github | [] | llama2.c
Zig Build Support
This is fork of the original project with support for build.zig
Here are the instructions to use it
<code>cd llama2.c
zig build
wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.bin
mv ./zig-out/bin/run
./run stories15M.bin</code>
Tested with zig 0.11.0
Introduction... | [] |
https://avatars.githubusercontent.com/u/11492844?v=4 | wasmFITSIO | fjebaker/wasmFITSIO | 2023-04-18T15:52:19Z | Compiling CFITSIO for the browser. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/fjebaker/wasmFITSIO/tags | MIT | [
"astronomy",
"astrophysics",
"cfitsio",
"fits",
"wasm",
"zig"
] | 1,703 | false | 2024-01-12T11:49:06Z | true | false | unknown | github | [] | wasmFITSIO
Compiling <a>CFITSIO</a> for WASM with Zig.
Check out the up-to-date demo <a>here</a>. | [] |
https://avatars.githubusercontent.com/u/41441643?v=4 | codecrafters-bittorrent-zig | ImBIOS/codecrafters-bittorrent-zig | 2023-11-12T10:47:02Z | "Build Your Own BitTorrent" Challenge. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/ImBIOS/codecrafters-bittorrent-zig/tags | - | [
"bittorrent",
"zig",
"ziglang"
] | 6 | false | 2025-05-03T07:04:26Z | false | false | unknown | github | [] | <a></a>
This is a starting point for Zig solutions to the
<a>"Build Your Own BitTorrent" Challenge</a>.
In this challenge, you’ll build a BitTorrent client that's capable of parsing a
.torrent file and downloading a file from a peer. Along the way, we’ll learn
about how torrent files are structured, HTTP trackers, Bi... | [] |
https://avatars.githubusercontent.com/u/70819762?v=4 | zurl | MidasVanVeen/zurl | 2023-04-21T14:40:08Z | like curl, but zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/MidasVanVeen/zurl/tags | - | [
"httpclient",
"networking",
"socket",
"zig"
] | 10 | false | 2023-08-27T06:30:59Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/463136?v=4 | advent-of-code | guidoschmidt/advent-of-code | 2023-12-08T08:50:10Z | 🎄🖤🦎 Advent of Code 2023/2024 using zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/guidoschmidt/advent-of-code/tags | - | [
"advent-of-code",
"advent-of-code-2023",
"advent-of-code-2023-zig",
"advent-of-code-2024",
"advent-of-code-2024-zig",
"zig"
] | 405 | false | 2025-03-30T01:01:30Z | true | true | unknown | github | [] | Advent Of Code 🎄 <a>zig</a> solutions
<ol>
<li>Install <a>zig</a> (<a>.zigversion</a>), preferably using <a>zvm</a></li>
<li>Run <code>zig build run</code> to select a specific day</li>
<li>Run <code>zig build run -- DAY</code>, e.g. <code>zig build run -- 9</code> to run a specific day </li>
</ol>
AOC_COOKIE
To obt... | [] |
https://avatars.githubusercontent.com/u/2445604?v=4 | learn-zig | daggerok/learn-zig | 2024-02-07T02:59:44Z | Zig | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/daggerok/learn-zig/tags | MIT | [
"zig",
"zig-github-actions"
] | 27 | false | 2025-01-23T11:04:56Z | false | false | unknown | github | [] | learn-zig <a></a>
Learn zig programming language
getting started
install <a>zig-macos-aarch64-0.14.0-dev.2851+b074fb7dd</a> version
<code>bash
test ! -d ~/.dev/zig || mv -fv ~/.dev/zig ~/.dev/zig-$(date +%Y-%m-%d-%H-%M-%S)
mkdir -pv ~/.dev/zig
export ZIG_URL="https://ziglang.org/builds/zig-macos-aarch64-0.14.0-dev.... | [] |
https://avatars.githubusercontent.com/u/50797868?v=4 | evio-lite.zig | maolonglong/evio-lite.zig | 2023-11-02T04:55:00Z | Zig port of evio-lite (fast event-loop networking for Zig) | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/maolonglong/evio-lite.zig/tags | MIT | [
"epoll",
"kqueue",
"networking",
"zig"
] | 4 | false | 2023-11-03T02:01:26Z | true | false | unknown | github | [] | evio-lite
<code>evio-lite</code> is an event loop networking framework that is extra small and fast. It's the lite version of the <a>evio</a> package. | [] |
https://avatars.githubusercontent.com/u/145401770?v=4 | litha | wintermarstice-labratory/litha | 2023-06-19T06:21:42Z | [WIP] A library for machine learning, neural networks, artificial intelligence and deep learning – in Zig. | main | 41 | 1 | 0 | 1 | https://api.github.com/repos/wintermarstice-labratory/litha/tags | MIT | [
"artificial-intelligence",
"deep-learning",
"machine-learning",
"neural-network",
"open-source",
"zig"
] | 19 | false | 2024-04-14T20:46:09Z | true | false | unknown | github | [] |
Litha
<blockquote>
<em>Important!</em> This library is still under construction, so it might not be suitable for production use cases just yet. However, your contributions and feedback can help us expedite its readiness for broader usage. This README describes what Litha will become when it is ready. As of no... | [] |
https://avatars.githubusercontent.com/u/139293750?v=4 | eruzero | bogwi/eruzero | 2023-08-05T00:27:38Z | Bullet-Train fast hashmap for Zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/bogwi/eruzero/tags | MIT | [
"benchmark",
"data-structures",
"hashmap",
"hashtable",
"zig",
"zig-package",
"ziglang"
] | 41 | false | 2024-06-20T09:31:10Z | true | true | unknown | github | [] | eruZero
Bullet-Train fast hashmap for Zig.
eruZero aims to be a replacement for Zig's standard HashMap.
The motivation was to create a simple and fast map based on an implicit data structure that works well with any key out of the box, without providing context or a custom hasher. The only exceptions are .Float and ... | [] |
https://avatars.githubusercontent.com/u/43012445?v=4 | pixel-edit | cowboy8625/pixel-edit | 2024-01-09T02:24:49Z | a simple pixel editor | master | 6 | 1 | 0 | 1 | https://api.github.com/repos/cowboy8625/pixel-edit/tags | MIT | [
"pixel-editor",
"zig"
] | 276 | false | 2024-12-19T19:45:05Z | true | true | unknown | github | [
{
"commit": "2176d37bcc83af8acdabf4f8ce51fd93060f15b2.tar.gz",
"name": "raylib-zig",
"tar_url": "https://github.com/Not-Nik/raylib-zig/archive/2176d37bcc83af8acdabf4f8ce51fd93060f15b2.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Not-Nik/raylib-zig"
}
] | Pixel Edit
Building
<ul>
<li>built with version <code>0.13.0</code></li>
</ul>
<code>shell
git clone https://github.com/cowboy8625/pixel-edit &&
cd pixel-edit &&
zig build run</code>
TODO
<br/><input type='checkbox' class='w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-5... | [] |
https://avatars.githubusercontent.com/u/337093?v=4 | convert2i420 | tetsu-koba/convert2i420 | 2023-04-26T06:08:47Z | Utilities written in Zig to convert camera output to i420 video format | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/tetsu-koba/convert2i420/tags | - | [
"v4l2",
"video-streaming",
"zig"
] | 27 | false | 2024-05-18T05:48:57Z | true | false | unknown | github | [] | Video format converter to I420
Utilities written in Zig to convert camera output to I420 video format.
I420 is Planar YUV 4:2:0.
Supported input video format
<ul>
<li>YUYV (YUYV 4:2:2)</li>
<li>NV12 (Y/CbCr 4:2:0)</li>
<li>I422 (Planar YUV 4:2:2)</li>
</ul>
Caveat
This is optimized for a video stream from a video c... | [] |
https://avatars.githubusercontent.com/u/435029?v=4 | zig-js | footearth/zig-js | 2023-08-28T19:09:12Z | Access the JS host environment from Zig compiled to WebAssembly. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/footearth/zig-js/tags | MIT | [
"zig",
"zig-library",
"zig-package"
] | 223 | true | 2023-08-28T20:10:05Z | true | false | unknown | github | [] | zig-js
zig-js is a Zig library (and accompanying JS glue) that enables Zig
running in a WebAssembly environment to interact with a JavaScript-based
host.
Note this makes it particularly easy for Zig to call into JS. This
doesn't help for JS calling into Zig. This is more akin to Go's
<code>syscall/js</code> package a... | [] |
https://avatars.githubusercontent.com/u/3904240?v=4 | melo | almmiko/melo | 2023-09-27T10:17:36Z | Experimental JavaScript runtime | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/almmiko/melo/tags | - | [
"javascript",
"melo",
"zig"
] | 10 | false | 2023-11-01T19:07:36Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/98668553?v=4 | ZigThreeFingerDrag | EsportToys/ZigThreeFingerDrag | 2023-10-26T12:07:11Z | Enable three-finger drag for Precision Touchapds on Windows. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/EsportToys/ZigThreeFingerDrag/tags | GPL-3.0 | [
"precision-touchpad",
"rawinput",
"sendinput",
"three-finger-drag",
"windows",
"zig"
] | 32 | false | 2024-08-17T17:21:00Z | true | false | unknown | github | [] | ZigThreeFingerDrag
A rewrite of my <a>PrecisionThreeFingerDrag</a> AutoIt script in Zig. | [] |
https://avatars.githubusercontent.com/u/3759175?v=4 | fmtbuf | Hejsil/fmtbuf | 2023-02-28T15:15:55Z | Buffered formatting that figures out the buffer size for you | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/Hejsil/fmtbuf/tags | MIT | [
"buffer",
"formatting",
"zig",
"zig-lib",
"zig-library",
"zig-package"
] | 8 | false | 2024-09-13T12:23:30Z | true | false | unknown | github | [] |
fmtbuf
An alternative to <code>std.fmt.bufPrintZ</code> which can:
<ul>
<li>Automatically figure out the buffer size at compile time</li>
<li>Can be partially formatted, allowing for a prefix to be formatted and reused.</li>
</ul>
```zig
const FmtBuf = @import("fmtbuf").FmtBuf;
const std = @import("std");
test {
... | [] |
https://avatars.githubusercontent.com/u/1563110?v=4 | zig-simple-router | gabstv/zig-simple-router | 2023-08-24T22:06:06Z | A simple generic router for Zig | main | 0 | 1 | 1 | 1 | https://api.github.com/repos/gabstv/zig-simple-router/tags | MIT | [
"http",
"router",
"zap",
"zig"
] | 34 | false | 2024-11-25T14:48:03Z | true | true | unknown | github | [] | Simple Router
Grug wants simple router that works well with <a>Zap</a>.
Grug will probably deprecate this once Zap gets an official router implementation.
```zig
const std = @import("std");
const zap = @import("zap");
const router = @import("router");
fn dispatch_routes(r: zap.SimpleRequest) void {
// dispatch... | [] |
https://avatars.githubusercontent.com/u/17755880?v=4 | rp2040.zig | rjsberry/rp2040.zig | 2023-10-12T17:39:54Z | Startup and basic peripheral access for the RP2040 MCU in Zig. | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/rjsberry/rp2040.zig/tags | 0BSD | [
"embedded",
"example",
"quickstart",
"raspberry-pi-pico",
"rp2040",
"zig"
] | 6 | false | 2024-06-25T20:16:00Z | true | true | unknown | github | [
{
"commit": "db538e12b6dea9f22a6f711543a8a1eb765d1870.tar.gz",
"name": "cortex_m",
"tar_url": "https://github.com/rjsberry/cortex_m.zig/archive/db538e12b6dea9f22a6f711543a8a1eb765d1870.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/rjsberry/cortex_m.zig"
}
] | <em>rp2040.zig</em>
Startup and basic peripheral access for the RP2040 MCU in Zig.
License
If you use the <code>rp2040_startup</code> module a pre-compiled second stage bootloader
is embedded into your firmware. This is licensed under the 3BSD license. For
more info see <a>startup/bin</a>.
All other files are dual ... | [] |
https://avatars.githubusercontent.com/u/135145066?v=4 | bktree | dying-will-bullet/bktree | 2023-07-19T13:46:10Z | BK-Tree for Zig. | master | 1 | 1 | 2 | 1 | https://api.github.com/repos/dying-will-bullet/bktree/tags | - | [
"bktree",
"close-matches",
"hamming-distance",
"levenshtein-distance",
"spellcheck",
"zig",
"ziglang"
] | 13 | false | 2024-10-25T08:40:31Z | true | true | unknown | github | [
{
"commit": "refs",
"name": "deque",
"tar_url": "https://github.com/Hanaasagi/zig-deque/archive/refs.tar.gz",
"type": "remote",
"url": "https://github.com/Hanaasagi/zig-deque"
}
] | BK-tree
<a></a>
Implementing a Brukhard Keller tree data structure that allows for querying of "close" matches on discrete distances.
Feature
<ul>
<li><code>HammingDistance</code>: int type and unicode bytes.</li>
<li><code>LevenshteinDistance</code>: unicode bytes.</li>
</ul>
Example
```zig
const std = @import("... | [] |
https://avatars.githubusercontent.com/u/2828351?v=4 | Zig-DeepHashMap | bcrist/Zig-DeepHashMap | 2023-10-28T04:43:58Z | Zig std.HashMaps with deep keys | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/bcrist/Zig-DeepHashMap/tags | MIT | [
"hashmap",
"utilities",
"utility-library",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 6 | false | 2025-02-14T02:02:27Z | true | true | 0.14.0-dev.3217+5b9b5e45c | github | [] | Zig-DeepHashMap
Provides versions of <code>AutoHashMap</code>, etc. that follow pointers when hashing and comparing. | [
"https://github.com/bcrist/zbox"
] |
https://avatars.githubusercontent.com/u/8464038?v=4 | zig-raylib-template | ezekielbaniaga/zig-raylib-template | 2023-09-05T11:35:05Z | This represents a straightforward application of the raylib library in Zig version 0.11.0. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/ezekielbaniaga/zig-raylib-template/tags | NOASSERTION | [
"zig",
"ziglang"
] | 611 | false | 2024-09-27T16:21:10Z | true | false | unknown | github | [] |
A simple <a>zig</a> + <a>raylib</a> template
This represents a straightforward application of the raylib library in Zig version 0.11.0.
Quick GIT Note: The libraries included here are cloned using git submodule, which means that when you clone this project, you won't receive the latest version of raylib... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.