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/96076981?v=4
ZigMold
JohanRimez/ZigMold
2024-08-21T10:44:42Z
Graphic demonstration featuring ZIG & SDL2
main
0
0
0
0
https://api.github.com/repos/JohanRimez/ZigMold/tags
MIT
[ "sdl2", "zig" ]
9
false
2024-09-18T11:34:02Z
true
true
0.13.0
github
[]
404
[]
https://avatars.githubusercontent.com/u/93116510?v=4
clig
Klus3kk/clig
2024-12-16T20:09:19Z
A lightweight CLI tool for file compression and decompression, written in Zig.
main
0
0
0
0
https://api.github.com/repos/Klus3kk/clig/tags
-
[ "cli", "compression", "decompression", "zig" ]
8
false
2024-12-17T22:36:19Z
true
false
unknown
github
[]
clig <strong>CLIG</strong> is a command-line tool for compressing and decompressing text files using a combination of <strong>Run-Length Encoding (RLE)</strong> and <strong>dictionary-based compression</strong>. It efficiently reduces file size for repetitive and common text patterns. <strong>Features</strong> <ol> <...
[]
https://avatars.githubusercontent.com/u/20323081?v=4
ringbuffer
ngynkvn/ringbuffer
2024-10-25T19:28:14Z
Simply std.RingBuffer but generic
main
0
0
0
0
https://api.github.com/repos/ngynkvn/ringbuffer/tags
MIT
[ "zig" ]
9
false
2024-11-02T20:41:19Z
true
true
unknown
github
[]
ringbuffer This is just a direct rip of <a>RingBuffer</a> but with a generic type parameter so I can use it for floats <em>I would not use this</em>, RingBuffer is small enough you can / should just copy the code instead of pulling this as a dependency.
[]
https://avatars.githubusercontent.com/u/89275?v=4
zOS
dgv/zOS
2025-01-08T23:12:40Z
null
main
0
0
0
0
https://api.github.com/repos/dgv/zOS/tags
MIT
[ "learning-exercise", "riscv", "unikernel", "zig" ]
4
false
2025-01-10T23:58:16Z
true
false
unknown
github
[]
zOS <a></a> <a></a> <a></a> just reimplementation of <a>OS in 1k lines</a> setup <strong>linux</strong> <code>sh sudo apt update &amp;&amp; sudo apt install -y snapd qemu-system-misc curl sudo snap install zig --beta --classic git clone https://github.com/dgv/zOS; cd zOS curl -LO https://github.com/qemu/qemu/raw/v8...
[]
https://avatars.githubusercontent.com/u/36482619?v=4
xpose
jkoop/xpose
2024-11-01T05:11:25Z
Configures an X output to compensate for a dim picture
main
0
0
0
0
https://api.github.com/repos/jkoop/xpose/tags
MIT
[ "autoexposure", "ffmpeg", "stupid-shit", "x11", "zig" ]
5
false
2025-02-03T02:27:47Z
true
true
0.13.0
github
[]
Xpose Xpose is a tool that captures the screen, sorts the pixel values, and then configures the output to compensate for a dim picture. Installation Download the deb package from the releases page and install it. Usage <code>xpose &lt;output&gt; [&lt;framerate&gt;] [&lt;smoothing&gt;] [&lt;percentile&gt;] [&lt;wid...
[]
https://avatars.githubusercontent.com/u/24510271?v=4
ipcalc
andreiyard/ipcalc
2024-12-28T10:59:18Z
Simple command line utility that takes network CIDR (in prefix format or netmask format) and prints information about this network.
main
0
0
0
0
https://api.github.com/repos/andreiyard/ipcalc/tags
GPL-3.0
[ "networking", "zig" ]
25
false
2025-01-28T16:31:10Z
true
true
unknown
github
[]
What is "ipcalc"? "ipcalc" is a simple command line utility that takes network CIDR (in prefix format or netmask format) and prints information about this network. Informaiton include: - Address - Netmask - Wildcard netmask - Broadcast - First available host - Last available host - Possible number of hosts
[]
https://avatars.githubusercontent.com/u/24943868?v=4
SDL.zig
jethrodaniel/SDL.zig
2024-09-04T16:24:32Z
SDL + SDL_ttf, built with Zig
main
1
0
2
0
https://api.github.com/repos/jethrodaniel/SDL.zig/tags
-
[ "sdl", "sdl-ttf", "sdl3", "sdl3-ttf", "zig" ]
130
false
2025-02-03T11:14:51Z
true
true
unknown
github
[ { "commit": "master", "name": "sdl", "tar_url": "https://github.com/libsdl-org/SDL/archive/master.tar.gz", "type": "remote", "url": "https://github.com/libsdl-org/SDL" }, { "commit": "master", "name": "sdl_ttf", "tar_url": "https://github.com/libsdl-org/SDL_ttf/archive/master.tar...
SDL.zig Build <a>SDL</a> using <a>zig</a> (version 0.13.0). Also includes <ul> <li><a>SDL_ttf</a></li> </ul> Usage TODO Tests Build all of SDL's test programs: <code>zig build sdl-test</code> Build and run a specific SDL test: <code>zig build sdl-test-testaudiohotplug zig build sdl-test-testcamera -- --camer...
[]
https://avatars.githubusercontent.com/u/145479366?v=4
fuizon
hiegz/fuizon
2025-01-26T09:14:01Z
A cross-platform TUI library for Zig
main
0
0
0
0
https://api.github.com/repos/hiegz/fuizon/tags
MIT
[ "crossterm", "terminal", "tui", "zig" ]
125
false
2025-03-30T21:05:44Z
true
true
unknown
github
[ { "commit": "2d7e60552bc59a6743714c78313f8199b1e7b888.zip", "name": "kiwi", "tar_url": "https://github.com/nucleic/kiwi/archive/2d7e60552bc59a6743714c78313f8199b1e7b888.zip.tar.gz", "type": "remote", "url": "https://github.com/nucleic/kiwi" }, { "commit": "94ed6af7b2aaaeab987fbf87fcee410...
Fuizon A cross-platform TUI library for Zig Requirements <ul> <li>Zig 0.14.0</li> <li>Rust/Cargo</li> </ul> Installation <ol> <li>Fetch:</li> </ol> <code>sh zig fetch --save https://github.com/byut/fuizon/archive/&lt;git-ref-here&gt;.tar.gz</code> <ol> <li>Link to your executable or module:</li> </...
[]
https://avatars.githubusercontent.com/u/442455?v=4
cimspinner
dinau/cimspinner
2025-02-08T12:11:01Z
ImSpinner bindings for C language
main
0
0
0
0
https://api.github.com/repos/dinau/cimspinner/tags
MIT
[ "bindings", "cimgui", "cimspinner", "dear-imgui", "imgui", "imspinner", "nelua", "nim", "spinner", "wrapper", "zig" ]
8,803
false
2025-05-16T09:30:26Z
false
false
unknown
github
[]
<ul> <li><a>CImSpinner</a></li> <li><a>Prerequisites</a></li> <li><a>Build and run demo</a></li> <li><a>Similar project ImGui / CImGui</a></li> <li><a>SDL Game tutorial Platfromer</a></li> </ul> CImSpinner Amazing <a>ImSpinner</a> ! CImSpinner is C language bindings for ImSpinner. Prerequisites <ul> <li...
[]
https://avatars.githubusercontent.com/u/28966224?v=4
inez
weskoerber/inez
2024-11-23T00:28:40Z
Inez - A fast INI parser
main
3
0
0
0
https://api.github.com/repos/weskoerber/inez/tags
MIT
[ "tools", "zig", "zig-package" ]
20
false
2024-12-28T22:24:26Z
true
true
unknown
github
[]
<a></a> <a></a> Inez - A fast INI parser Quickstart <ol> <li> Fetch <em>inez</em> using Zig's package manager <code>shell zig fetch --save git+https://github.com/weskoerber/inez#main</code> </li> <li> Add <em>inez</em> to your artifacts in <code>build.zig</code> ```zig const std = @import("std"); pub fn build(b:...
[]
https://avatars.githubusercontent.com/u/14016375?v=4
haiya
thislight/haiya
2024-09-09T10:45:56Z
Experimental HTTP server with Config-as-code and low-cost scripting.
master
2
0
0
0
https://api.github.com/repos/thislight/haiya/tags
-
[ "http", "http-server", "library", "zig" ]
123
false
2024-10-04T17:13:35Z
true
true
unknown
github
[ { "commit": null, "name": "parkinglot", "tar_url": null, "type": "relative", "url": "parkinglot" }, { "commit": null, "name": "typetool", "tar_url": null, "type": "relative", "url": "typetool" }, { "commit": null, "name": "rio", "tar_url": null, "type"...
Haiya - Extendable HTTP Server Haiya is a extendable HTTP server inspired by Web frameworks - with full-speed running and development. <ul> <li>Improve you application as you needed. No need to be "correct" at the first try.</li> <li>Simple execution model and guided APIs. Use the default as you pleased, and drive at ...
[]
https://avatars.githubusercontent.com/u/6032168?v=4
n_queens_problem_zig
andreashdez/n_queens_problem_zig
2024-08-12T22:15:24Z
N-Queens problem with genetic algorithm in Zig
main
0
0
0
0
https://api.github.com/repos/andreashdez/n_queens_problem_zig/tags
MIT
[ "genetic-algorithm", "zig" ]
8
false
2024-08-12T23:15:43Z
true
true
unknown
github
[]
N-Queens Problem in Zig ~~~text ╔════╤════╤════╤════╤════╤════╤════╤════╗ ║ │ │ │ │ │ 01 │ │ ║ ╟────┼────┼────┼────┼────┼────┼────┼────╢ ║ │ │ │ │ │ │ │ 00 ║ ╟────┼────┼────┼────┼────┼────┼────┼────╢ ║ │ │ 02 │ │ │ │ │ ║ ╟────┼────┼────┼────┼────┼────┼────...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
kassane.github.io
kassane/kassane.github.io
2025-01-19T19:25:53Z
Personal website
main
0
0
0
0
https://api.github.com/repos/kassane/kassane.github.io/tags
-
[ "static-site", "zig", "zine-ssg" ]
26
false
2025-01-20T18:37:54Z
true
true
0.13.0
github
[ { "commit": "7feb9e2389f015f56fc86cc90ab581b9ba3a21c6", "name": "zine", "tar_url": "https://github.com/kristoff-it/zine/archive/7feb9e2389f015f56fc86cc90ab581b9ba3a21c6.tar.gz", "type": "remote", "url": "https://github.com/kristoff-it/zine" } ]
kassane.github.io
[]
https://avatars.githubusercontent.com/u/11700503?v=4
underfire
braheezy/underfire
2025-01-14T07:24:40Z
🔥🔥🔥 your desktop never stood a chance
main
0
0
0
0
https://api.github.com/repos/braheezy/underfire/tags
-
[ "doom-fire-effect", "go", "zig" ]
66,523
false
2025-05-16T04:46:39Z
false
false
unknown
github
[]
underfire Put your desktop on fire and overheat your computer, all at the same time! https://github.com/user-attachments/assets/d6a745b2-11c3-4a3e-8666-4b2ab4058cf5 <em>Your CPU cycles are not important</em> Install I did it twice, choose one. The Zig is faster I think and produces a smaller binary, probably caus...
[]
https://avatars.githubusercontent.com/u/96076981?v=4
ZigConway
JohanRimez/ZigConway
2024-09-12T08:10:28Z
Graphic demonstration featuring ZIG & SDL2
main
0
0
0
0
https://api.github.com/repos/JohanRimez/ZigConway/tags
MIT
[ "sdl2", "sdl2-ttf", "zig" ]
12
false
2024-09-18T11:33:28Z
true
true
0.13.0
github
[]
404
[]
https://avatars.githubusercontent.com/u/96076981?v=4
ZigFlowers
JohanRimez/ZigFlowers
2024-08-20T13:23:35Z
Graphic demonstration featuring ZIG & SDL2
master
0
0
0
0
https://api.github.com/repos/JohanRimez/ZigFlowers/tags
MIT
[ "sdl2", "zig" ]
13
false
2024-09-18T11:33:40Z
true
true
0.13.0
github
[]
404
[]
https://avatars.githubusercontent.com/u/90490253?v=4
ziglings
aroramrinaal/ziglings
2024-10-04T06:46:50Z
Learn the ⚡Zig programming language by fixing tiny broken programs.
main
0
0
0
0
https://api.github.com/repos/aroramrinaal/ziglings/tags
-
[ "zig", "ziglings" ]
14,281
false
2024-10-16T18:35:37Z
true
true
unknown
github
[]
[]
https://avatars.githubusercontent.com/u/179981696?v=4
zigstone-grpc
ziglana/zigstone-grpc
2024-10-24T23:00:25Z
⚡️blazigly fast⚡️ gayser zig Dragon's Mouth service (zig rewrite WIP)
master
0
0
0
0
https://api.github.com/repos/ziglana/zigstone-grpc/tags
AGPL-3.0
[ "blazigly", "geyser", "zig", "ziglana" ]
2,227
true
2024-10-25T00:21:23Z
false
false
unknown
github
[]
Yellowstone Dragon's Mouth - a Geyser based gRPC interface for Solana This repo contains a fully functional gRPC interface for Solana. It is built around Solana's Geyser interface. In this repo we have the plugin as well as sample clients for multiple languages. It provides the ability to get slots, blocks, transacti...
[]
https://avatars.githubusercontent.com/u/124390044?v=4
zig-regex-parser
sweiglbosker/zig-regex-parser
2025-01-06T18:04:19Z
regex parser coded live on twitch
main
0
0
0
0
https://api.github.com/repos/sweiglbosker/zig-regex-parser/tags
ISC
[ "parser", "parsing", "zig" ]
12
false
2025-03-14T00:54:40Z
true
true
unknown
github
[]
toy regex parser written live on <a>twitch</a> <ol> <li><a>vod 1</a>: quickstart</li> <li><a>vod 2</a>: writing the code</li> <li><a>vod 3</a>: fixing errors</li> </ol>
[]
https://avatars.githubusercontent.com/u/2828351?v=4
Amosis
bcrist/Amosis
2024-08-17T06:34:23Z
40% Keywell Keyboard
main
0
0
0
0
https://api.github.com/repos/bcrist/Amosis/tags
MIT
[ "keyboard", "zig" ]
808
false
2024-08-27T04:53:42Z
true
true
0.13.0
github
[ { "commit": "756c52e3bc64a120d192fb826c5557436ecf5dc3", "name": "microbe", "tar_url": "https://github.com/bcrist/microbe/archive/756c52e3bc64a120d192fb826c5557436ecf5dc3.tar.gz", "type": "remote", "url": "https://github.com/bcrist/microbe" }, { "commit": "54fc547bdbf3c04fdd497793a936dd6d...
Amosis Keyboard The Amosis is a 40% split keywell board with a Cirque trackpad built into each side. The case is 3D printed, and features a keywell shape similar to Kinesis or Dactyl keyboards, except with only three rows. Controller This keyboard uses custom controller firmware written from scratch in Zig, and run...
[]
https://avatars.githubusercontent.com/u/147030074?v=4
example-zig
noprd/example-zig
2024-08-23T10:20:51Z
A hello world example project in zig
main
0
0
0
0
https://api.github.com/repos/noprd/example-zig/tags
-
[ "hello-world", "zig" ]
29
false
2024-08-23T15:22:37Z
false
false
unknown
github
[]
<a></a> <a></a> <a></a> <a></a> <a></a> Example Zig This repository provides a simple Hello-World example for the <a>zig</a> language, which in recent times has become quite a hot option as a simpler alternative to Rust and C++. Installation of Zig <ul> <li> Unpack an appropriate distribution from <a>https://zigl...
[]
https://avatars.githubusercontent.com/u/51777148?v=4
scratchapixel-code-zig
fautore/scratchapixel-code-zig
2024-11-04T23:43:48Z
WIP Unofficial Scratchapixel website's code repo ported to the Zig programming language.
main
1
0
0
0
https://api.github.com/repos/fautore/scratchapixel-code-zig/tags
-
[ "graphics-programming", "scratchapixel", "zig", "zig-build", "ziglang" ]
44,387
false
2024-11-21T19:02:07Z
false
false
unknown
github
[]
⚡⚡ scratchaplixel-code-zig ⚡⚡ Unofficial <a>Scratchapixel</a> website's <a>code repo</a> ported to the <a>Zig programming language</a>. <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> I am in no way affiliated to <a>sc...
[]
https://avatars.githubusercontent.com/u/30575805?v=4
zig-rest-api
Ashu11-A/zig-rest-api
2024-11-22T18:50:21Z
Basic implementation of a rest api with zig endpoints
master
0
0
0
0
https://api.github.com/repos/Ashu11-A/zig-rest-api/tags
AGPL-3.0
[ "basic-api", "rest", "rest-api", "zap", "zig" ]
23
false
2024-11-24T06:55:34Z
true
true
unknown
github
[ { "commit": "master", "name": "zap", "tar_url": "https://github.com/zigzap/zap/archive/master.tar.gz", "type": "remote", "url": "https://github.com/zigzap/zap" } ]
# Zig REST API ![license-info](https://img.shields.io/github/license/Ashu11-A/zig-rest-api?style=for-the-badge&amp;colorA=302D41&amp;colorB=f9e2af&amp;logoColor=f9e2af) ![stars-infoa](https://img.shields.io/github/stars/Ashu11-A/zig-rest-api?colorA=302D41&amp;colorB=f9e2af&amp;style=for-the-badge) ![Last-Comitt](ht...
[]
https://avatars.githubusercontent.com/u/119787571?v=4
numple
B1nus/numple
2024-09-29T17:02:37Z
A simple number oriented programming language.
main
0
0
0
0
https://api.github.com/repos/B1nus/numple/tags
-
[ "basic-funcionality", "concise", "math", "mathematics", "programming-language", "proof-of-concept", "rudimentary", "simple", "zig" ]
151
false
2024-10-10T21:56:14Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/4337696?v=4
jolt
nikneym/jolt
2025-01-01T19:42:12Z
[WIP] Asynchronous I/O for Zig ⚡
main
0
0
0
0
https://api.github.com/repos/nikneym/jolt/tags
-
[ "async", "asynchronous", "io", "nonblocking", "zig", "ziglang" ]
164
false
2025-03-03T11:46:20Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/21039159?v=4
JZlog
johmaru/JZlog
2024-11-28T16:22:49Z
No dependent Simple zig logging library
main
0
0
0
0
https://api.github.com/repos/johmaru/JZlog/tags
-
[ "library", "logging", "zig", "zig-package", "ziglang" ]
19
false
2024-12-24T12:31:11Z
true
true
unknown
github
[]
JZlog No dependent Simple zig logging library library v 0.0.3 on zig version 0.13.0 ※Version 0.0.3 linux supported how to install <code>zig fetch --save https://github.com/johmaru/JZlog/archive/refs/tags/v0.0.3.zip</code> edit build.zig ```zig const jzlog_dep = b.dependency("JZlog", .{}); const jzlog_mod...
[]
https://avatars.githubusercontent.com/u/5885545?v=4
doczy
JacobCrabill/doczy
2024-11-26T02:40:14Z
Doczy: Markdown Documentation Browser
main
0
0
0
0
https://api.github.com/repos/JacobCrabill/doczy/tags
-
[ "zig", "zig-package" ]
59
false
2025-02-06T00:11:05Z
true
true
0.13.0
github
[ { "commit": "ae70fa8119e9f8ef3d090a85552edb726040d7cd.tar.gz", "name": "zigdown", "tar_url": "https://github.com/jacobcrabill/zigdown/archive/ae70fa8119e9f8ef3d090a85552edb726040d7cd.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/jacobcrabill/zigdown" } ]
Doczy: Markdown Documentation Browser <blockquote> Instantly view your Markdown docs in the browser! </blockquote> Looking for a better way to browse your Markdown docs quickly and easily without jumping through the hoops of setting up <a>mdBook</a>, <a>Sphinx</a>, or some other toolchain? Use <strong>Doczy!</strong...
[]
https://avatars.githubusercontent.com/u/61393936?v=4
Zapped
Sudo-Ivan/Zapped
2025-01-01T06:36:12Z
A secure and fast Zig-Zap web server with HTTPS, I2P, Tor.
main
0
0
0
0
https://api.github.com/repos/Sudo-Ivan/Zapped/tags
MIT
[ "http", "i2p", "server", "tor", "web", "zap", "zig" ]
404
false
2025-02-16T21:33:12Z
true
true
unknown
github
[ { "commit": "master", "name": "zap", "tar_url": "https://github.com/zigzap/zap/archive/master.tar.gz", "type": "remote", "url": "https://github.com/zigzap/zap" } ]
Zapped A secure and fast <a>Zig Zap</a> web server with built-in privacy features. <blockquote> <span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span> Still early development and security testing, Use at your own risk. </blockq...
[]
https://avatars.githubusercontent.com/u/88252053?v=4
zig-master-netbsd
hellium6/zig-master-netbsd
2025-02-07T09:59:19Z
NetBSD pkgsrc collection to run Zig master (0.14.0 and up to 0.15.0-dev.77 tested) and ZLS when it's not in official repos
main
3
0
0
0
https://api.github.com/repos/hellium6/zig-master-netbsd/tags
-
[ "lsp", "lsp-server", "makefile", "netbsd", "netbsd-pkgsrc", "packages", "unix-like", "zig", "ziglang" ]
663
false
2025-03-27T22:57:18Z
false
false
unknown
github
[]
Zig master for NetBSD <code>pkgsrc</code> packages to run Zig master on NetBSD. Tested on NetBSD 10.1. <blockquote> /!\ WARNING: This repo deals with bleeding edge software that might affect the stability of your system. Avoid using this repo if it is not absolutely necessary. This is meant for tinkerers. There is n...
[]
https://avatars.githubusercontent.com/u/48999343?v=4
camellia-zig
sorairolake/camellia-zig
2024-12-16T23:35:15Z
Camellia block cipher written in pure Zig
develop
0
0
1
0
https://api.github.com/repos/sorairolake/camellia-zig/tags
Apache-2.0
[ "block-cipher", "camellia", "cipher", "cryptography", "zig", "zig-library", "ziglang" ]
640
false
2025-05-14T11:01:14Z
true
true
0.14.0
github
[]
camellia-zig <a></a> <strong>camellia-zig</strong> is an implementation of the <a>Camellia</a> block cipher written in pure <a>Zig</a>. Usage Add this package to your <code>build.zig.zon</code>: <code>sh zig fetch --save git+https://github.com/sorairolake/camellia-zig.git</code> Add the following to your <code>...
[]
https://avatars.githubusercontent.com/u/67513038?v=4
zig-snippets
YoungHaKim7/zig-snippets
2024-11-24T06:05:26Z
zig
main
0
0
0
0
https://api.github.com/repos/YoungHaKim7/zig-snippets/tags
-
[ "debugging", "zig" ]
24
false
2024-11-24T12:18:38Z
false
false
unknown
github
[]
link <ul> <li> <a>.gitignore</a> </li> <li> <a>justfile(Debugging auto input (VSCode))</a> </li> </ul> <ul> <li>https://github.com/YoungHaKim7/zig_lang_exercises</li> </ul> gitignore<a>|🔝|</a> ```git https://github.com/ziglang/zig/blob/master/.gitignore .DS_Store This file is for zig-specific bui...
[]
https://avatars.githubusercontent.com/u/40872910?v=4
Boo
Wordluc/Boo
2025-01-20T19:34:57Z
Stuff to learn SDL2 and Zig
master
0
0
0
0
https://api.github.com/repos/Wordluc/Boo/tags
-
[ "sdl2", "snake", "zig" ]
4,954
false
2025-02-01T09:37:57Z
true
true
unknown
github
[ { "commit": "refs", "name": "SDL", "tar_url": "https://github.com/allyourcodebase/SDL/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/SDL" } ]
404
[]
https://avatars.githubusercontent.com/u/68057?v=4
zigltf
ousttrue/zigltf
2024-09-22T01:05:56Z
zig gltf
master
0
0
0
0
https://api.github.com/repos/ousttrue/zigltf/tags
MIT
[ "gltf", "sokol", "zig" ]
239
false
2025-01-22T05:28:16Z
true
true
unknown
github
[ { "commit": null, "name": "zigltf", "tar_url": null, "type": "relative", "url": "deps/zigltf" }, { "commit": null, "name": "sokol_samples", "tar_url": null, "type": "relative", "url": "deps/sokol_samples" }, { "commit": "149035fc555ba520b07f40fbad6a884ad09494a2", ...
zigltf zig gltf library. build <code>zig-0.13.0</code> ```sh <blockquote> zig build -Dsokol run-minimal ``` </blockquote> wasm build. ```sh <blockquote> zig build -Dsokol -Dtarget=wasm32-emscripten ``` </blockquote> features <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300...
[ "https://github.com/ousttrue/zigltf" ]
https://avatars.githubusercontent.com/u/54745129?v=4
caps2esc
krish-r/caps2esc
2024-10-23T17:16:33Z
Remap `CAPS LOCK` to `ESC` in Linux systems.
main
0
0
0
0
https://api.github.com/repos/krish-r/caps2esc/tags
MIT
[ "zig" ]
17
false
2025-04-27T09:57:15Z
true
true
0.14.0
github
[ { "commit": "fe8c7599157e6c2530b60d32a1756549af502d53", "name": "libevdev", "tar_url": "https://github.com/krish-r/libevdev/archive/fe8c7599157e6c2530b60d32a1756549af502d53.tar.gz", "type": "remote", "url": "https://github.com/krish-r/libevdev" } ]
caps2esc Remap <code>CAPS LOCK</code> to <code>ESC</code> in Linux systems. Overview This is inspired by / based on <a>evremap</a> by <a>wez</a>. Uses <a><code>libevdev</code></a> to grab exclusive access to the input device, reads input events, remaps <code>CAPS LOCK</code> to <code>ESC</code> and writes them back...
[]
https://avatars.githubusercontent.com/u/151991041?v=4
candie
yashtajne/candie
2025-01-14T10:52:28Z
a simple c/c++ build tool
main
0
0
0
0
https://api.github.com/repos/yashtajne/candie/tags
Apache-2.0
[ "build-tool", "c", "cpp", "zig" ]
83
false
2025-03-21T13:57:42Z
false
false
unknown
github
[]
Candie.kit A Simple C/C++ Build tool. which uses Zig as a drop-in compiler for compiling .c and .cpp files. No Build system needed, Does not generate Makefiles. List of contents <ul> <li><a>Installation</a></li> <li><a>Getting started</a></li> <li><a>Documentation</a></li> </ul> Installation Candie.kit is is avai...
[]
https://avatars.githubusercontent.com/u/82689821?v=4
aoc2024
benjuh/aoc2024
2025-02-05T08:49:09Z
2024 Advent of Code [Zig]
main
0
0
0
0
https://api.github.com/repos/benjuh/aoc2024/tags
-
[ "advent-of-code-2024", "adventofcode", "algorithms", "data-structures", "zig", "ziglang" ]
200
false
2025-02-26T22:18:52Z
false
false
unknown
github
[]
<a>Advent of Code [2024]</a> This is my first year ever doing AoC and I chose to do it in <a>Zig</a> Overall I had a ton of fun and learned a lot about the language as well as new algorithms. The language has some areas that are a bit confusing or unintuitive but for a language not even at its 1.0 release it was very...
[]
https://avatars.githubusercontent.com/u/117574639?v=4
todo
nidexingg/todo
2024-10-13T10:56:16Z
To-Do List application implemented in various programming languages.
master
0
0
0
0
https://api.github.com/repos/nidexingg/todo/tags
MIT
[ "c", "cpp", "csharp", "elixir", "erlang", "golang", "java", "javascript", "js", "programming-language", "python", "rust", "starter", "todo", "todoapp", "todolist", "ts", "typescript", "zig" ]
19
false
2024-12-05T09:32:17Z
false
false
unknown
github
[]
Nidexingg To-Do Welcome to the To-Do List Application repository! This project showcases a simple yet effective To-Do List application implemented in various programming languages. The goal of this project is to demonstrate how similar functionality can be achieved using different programming paradigms and features of...
[]
https://avatars.githubusercontent.com/u/48649516?v=4
Voxel
waaverecords/Voxel
2024-08-09T19:29:15Z
Ray traced voxel engine.
master
0
0
0
0
https://api.github.com/repos/waaverecords/Voxel/tags
-
[ "opengl", "ray-tracing", "voxel-engine", "zig" ]
276
false
2025-01-29T14:11:15Z
true
true
0.13.0
github
[ { "commit": "master", "name": "zigglgen", "tar_url": "https://github.com/castholm/zigglgen/releases/download/v0.2.3/zigglgen.tar.gz/archive/master.tar.gz", "type": "remote", "url": "https://github.com/castholm/zigglgen/releases/download/v0.2.3/zigglgen.tar.gz" } ]
404
[]
https://avatars.githubusercontent.com/u/38505104?v=4
ztoml
strvdr/ztoml
2025-01-27T04:38:56Z
A bad toml parser written in Zig
main
0
0
0
0
https://api.github.com/repos/strvdr/ztoml/tags
-
[ "toml-parser", "toml-parsing", "zig", "ziglang" ]
13
false
2025-01-29T13:40:08Z
true
false
unknown
github
[]
ztoml It's bad right now, so don't use it if you can avoid it in any way possible. You will have to modify a bunch of things :) Usage: Move your toml file into the ztoml folder and from the project root: <code>zig build ./zig-out/bin/ztoml yourfile.toml</code> but don't use it
[]
https://avatars.githubusercontent.com/u/290647?v=4
zzbox
mark-rushakoff/zzbox
2024-11-06T04:32:56Z
null
main
0
0
0
0
https://api.github.com/repos/mark-rushakoff/zzbox/tags
MIT
[ "unix", "zig" ]
7
false
2024-11-06T04:34:00Z
true
true
unknown
github
[]
zzbox zzbox is intended to be a core collection of Unix utilities that pedantically follow <a>POSIX.1-2024</a>. What do we mean by pedantic? For one example, check the <a>Exit Status section of the specification for <code>false</code></a>: <blockquote> The false utility shall always exit with a value between 1 and 1...
[]
https://avatars.githubusercontent.com/u/4637356?v=4
ZiPID
CreoOne/ZiPID
2024-12-17T20:08:46Z
PID controller in ZIG. Driven by discrete time series. Protected from integral part run-out and overflow. Tested.
master
0
0
0
0
https://api.github.com/repos/CreoOne/ZiPID/tags
MIT
[ "pid", "pid-controller", "zig", "ziglang" ]
5
false
2025-01-02T13:11:06Z
false
false
unknown
github
[]
ZiPID PID controller implementation in ZIG <em>Supports integral clamping and overflow protection</em> Usage <code>zig var pid: ziPID = .{ .proportional = 1.0, .integral = 0.1, .derivative = 1.0 }; const deviation = -0.4; // control value -4/10th measurement units away from target/setpoint const delta = 16e-3; /...
[]
https://avatars.githubusercontent.com/u/35458851?v=4
aoc-2024-zig
BrandonHowe/aoc-2024-zig
2024-11-25T15:31:15Z
My solutions for Advent of Code in 2024, written in Zig
master
0
0
0
0
https://api.github.com/repos/BrandonHowe/aoc-2024-zig/tags
MIT
[ "advent-of-code", "zig" ]
76
false
2024-12-25T11:33:35Z
true
true
unknown
github
[]
Advent Of Code Zig Template This repo provides a template for Advent of Code participants using Zig. It contains a main file for each day, a build.zig file set up with targets for each day, and Visual Studio Code files for debugging. This template has been tested with Zig <code>0.13.0</code> and <code>0.14.0-dev.219...
[]
https://avatars.githubusercontent.com/u/177735651?v=4
learning-zig-ukr
sonicfromnewyoke/learning-zig-ukr
2024-08-17T10:24:54Z
Ukrainian translation of "Learning Zig" blog series by Karl Seguin
main
0
1
0
1
https://api.github.com/repos/sonicfromnewyoke/learning-zig-ukr/tags
CC-BY-SA-4.0
[ "learning", "ukrainian", "zig", "zine" ]
1,208
false
2025-04-27T11:24:53Z
true
true
unknown
github
[ { "commit": "7feb9e2389f015f56fc86cc90ab581b9ba3a21c6", "name": "zine", "tar_url": "https://github.com/kristoff-it/zine/archive/7feb9e2389f015f56fc86cc90ab581b9ba3a21c6.tar.gz", "type": "remote", "url": "https://github.com/kristoff-it/zine" } ]
Вивчаємо Zig Цей репозиторій містить файли перекладу книги "Вивчаємо Zig", написаної <a>Карлом Сегуїном</a> <blockquote> This repository contains the translation files of the book "Learning Zig" written by Karl Seguin </blockquote> Оригінальна версія Серія публікацій «Learning Zig» спочатку була створена Карлом Сег...
[]
https://avatars.githubusercontent.com/u/111590258?v=4
rufus
mubashir1osmani/rufus
2025-01-31T04:56:08Z
custom operating system for an embedded systems device
master
0
1
0
1
https://api.github.com/repos/mubashir1osmani/rufus/tags
MIT
[ "embedded-systems", "ipodtouch", "systems-programming", "zig" ]
6,917
false
2025-05-12T05:14:04Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/179981696?v=4
zolt
ziglana/zolt
2024-10-29T02:26:51Z
Zigged[WIP] High-performance, Composable framework for Fully On Chain Games and Autonomous Worlds
main
0
1
0
1
https://api.github.com/repos/ziglana/zolt/tags
MIT
[ "bolt", "ecs", "gamedev", "solana", "uwu", "zig", "ziglana", "zolt" ]
7,688
true
2024-10-29T03:05:16Z
false
false
unknown
github
[]
Bolt <strong>A high-performance and composable SVM-based framework for Fully On-chain games and Autonomous Worlds. </strong> <a></a> <a></a> <a></a> <a></a> Bolt is a high-performance, scalable SVM-based framework designed for Fully On Chain (FOC) Games and Autonomous W...
[]
https://avatars.githubusercontent.com/u/157028493?v=4
Programming-Language-Benchmark
YeonguChoe/Programming-Language-Benchmark
2024-08-30T08:53:23Z
I conducted a benchmark on multiple programming languages.
main
0
1
0
1
https://api.github.com/repos/YeonguChoe/Programming-Language-Benchmark/tags
-
[ "c", "cpp", "csharp", "go", "java", "kotlin", "nodejs", "python", "rust", "swift", "zig" ]
120
false
2024-10-22T21:23:30Z
true
false
unknown
github
[]
Programming Language Benchmark <ul> <li>Tester: Yeongu Choe</li> <li>Enviroment</li> </ul> | Programming Language | Environment | | -------------------- | ----------- | | C | clang | | C++ | clang++ | | Java | openjdk | | C# | dotnet ...
[]
https://avatars.githubusercontent.com/u/193609885?v=4
directed-graph
frej-dahlin/directed-graph
2025-01-03T14:16:44Z
A generic directed graph structure for Zig with edge weight and node values.
master
0
1
0
1
https://api.github.com/repos/frej-dahlin/directed-graph/tags
-
[ "graph", "zig" ]
23
false
2025-05-01T12:26:45Z
false
false
unknown
github
[]
Introduction A generic directed graph structure for Zig. It is intended for in-memory dynamic usage and supports O(1) node insertions, edge insertions, and edge removal; node removal is O(|E|) where |E| is the number of edges from and to the node being removed. In addition graph reversal is O(|V|), where |V| is the nu...
[]
https://avatars.githubusercontent.com/u/54745129?v=4
proximity-sort
krish-r/proximity-sort
2024-09-17T19:27:10Z
Zig implementation of @jonhoo's proximity-sort.
main
0
1
0
1
https://api.github.com/repos/krish-r/proximity-sort/tags
Apache-2.0
[ "zig" ]
14
false
2025-05-17T14:28:04Z
true
true
unknown
github
[]
proximity-sort Zig implementation of <a>@jonhoo</a>'s <a>proximity-sort</a>. Why? I just started learning Zig. And, proximity-sort felt like a good first project. Overview The command-line utility sorts the inputs (from stdin) by their path proximity (number of shared leading path components) to a given path. Exa...
[]
https://avatars.githubusercontent.com/u/109687654?v=4
testing-xtp-plugins
dylibso/testing-xtp-plugins
2024-08-20T17:35:53Z
An end-to-end example of testing XTP plugins which call host functions + example mocked host functions.
main
0
1
0
1
https://api.github.com/repos/dylibso/testing-xtp-plugins/tags
BSD-3-Clause
[ "example", "golang", "host", "mock", "testing", "typescript", "wasm", "xtp", "zig" ]
22
false
2025-02-26T05:46:26Z
false
false
unknown
github
[]
Testing XTP Plugins with Host Functions Repository Overview <code>mock</code> This directory contains the implementation of the mocked host functions. Note that these functions are Extism plugin exports, which become imports to the plugin that calls the host functions. <code>plugin</code> This directory contains a...
[]
https://avatars.githubusercontent.com/u/2675542?v=4
izig.c
golddranks/izig.c
2024-11-13T12:49:09Z
izig.c: A Zig interpreter written in ISO C99
main
0
1
0
1
https://api.github.com/repos/golddranks/izig.c/tags
-
[ "bootstrapping", "c", "interpreter", "zig" ]
35
false
2024-11-28T06:58:17Z
false
false
unknown
github
[]
izig.c: A Zig interpreter written in ISO C99 Work in progress. Progress: <ul> <li>2024-11-13 Project started.</li> <li>2024-11-18 Hello world (<a>test/hello.zig</a>) works.</li> </ul> Plans: <ul> <li>Continue adding test cases and make them pass.</li> <li>Continue learning Zig &amp; C...</li> <li>Bootstrap Zig compi...
[]
https://avatars.githubusercontent.com/u/78207109?v=4
xxz
walltime1/xxz
2025-01-15T06:00:30Z
My learn-by-doing attempt to get into Zig by creating a hexdump utility. STD library only. Many thanks to ziglings project.
main
0
1
0
1
https://api.github.com/repos/walltime1/xxz/tags
Apache-2.0
[ "zig" ]
26
false
2025-02-04T20:54:05Z
true
true
unknown
github
[]
My learn-by-doing attempt to get into Zig by creating a hexdump utility.; STD library only. Many thanks to ziglings project. Milestones: - [] Implement basic functions; <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...
[]
https://avatars.githubusercontent.com/u/100683661?v=4
Lean
ANDRVV/Lean
2024-11-28T18:56:43Z
⚡ Blazing fast scientific computing library for Zig
main
0
1
0
1
https://api.github.com/repos/ANDRVV/Lean/tags
MIT
[ "computing", "linear-algebra", "math", "thread", "zig", "zig-package", "ziglang" ]
53
false
2025-04-07T18:22:34Z
true
true
0.0.1
github
[]
Documentation coming soon, you can use this version from self-reading. Consider using <code>test.zig</code> to understand how to use <strong>Lean</strong>.
[]
https://avatars.githubusercontent.com/u/6793008?v=4
zig-assembly-test
ndrean/zig-assembly-test
2024-11-24T22:25:19Z
Zig compiled to WebAssembly rendered in Phoenix Liveview
main
0
1
0
1
https://api.github.com/repos/ndrean/zig-assembly-test/tags
MIT
[ "mandelbrot-viewer", "phoenix", "phoenix-liveview", "webassembly", "zig" ]
344
false
2024-11-28T05:02:34Z
false
false
unknown
github
[]
Zig-assembly-test Zig code compiled to WebAssembly and rendered in Phoenix Liveview and as a standalone app. The Zig code will compute some RGBA values for each point of a quantitized area of the 2D-plan. We have a canvas whose pixels <code>(i,j)</code> are in correspondance with a point <code>(x,y)</code> of the 2D...
[]
https://avatars.githubusercontent.com/u/93522910?v=4
zig-package-manager-example
42LM/zig-package-manager-example
2025-01-18T15:16:07Z
Zig ⚡️ - Package Manager Example
main
0
1
0
1
https://api.github.com/repos/42LM/zig-package-manager-example/tags
MIT
[ "build-zig", "dependecy", "package-manager", "zig", "zig-fetch", "zig-zon", "ziglang", "zon" ]
37
false
2025-05-12T08:58:13Z
true
true
0.14.0
github
[]
<a></a> <a></a> <a></a> <a></a> <a></a> zig-package-manager-example This is a small and simple example/demonstration of the zig package manager aka <code>zig.zon</code>. It provides an example on how to provide a zig ligrary and how to use it in a different project. <blockquote> <span class="bg-green-100 text-gree...
[]
https://avatars.githubusercontent.com/u/3405876?v=4
veclib-zig
ymd-h/veclib-zig
2024-10-08T14:21:23Z
SIMD based Vector Library for Zig
master
0
1
0
1
https://api.github.com/repos/ymd-h/veclib-zig/tags
MIT
[ "simd", "zig" ]
193
false
2024-10-23T10:31:42Z
true
true
unknown
github
[]
veclib.zig: SIMD based Vector Computing Library <blockquote> <span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span> This project is still under development. </blockquote> veclib utilizes Zig standard SIMD vector calculation. As...
[]
https://avatars.githubusercontent.com/u/12107095?v=4
zig-8
mattkolega/zig-8
2024-08-27T08:28:05Z
🕹️ CHIP-8 interpreter written in Zig
main
0
1
0
1
https://api.github.com/repos/mattkolega/zig-8/tags
MIT
[ "chip-8", "chip8", "emulator", "retro", "sokol", "zig" ]
96
false
2025-01-30T11:25:47Z
true
true
0.13.0
github
[ { "commit": "e190830fd57293addc64019ca61d7fcf38dcdf5f", "name": "sokol", "tar_url": "https://github.com/floooh/sokol-zig/archive/e190830fd57293addc64019ca61d7fcf38dcdf5f.tar.gz", "type": "remote", "url": "https://github.com/floooh/sokol-zig" }, { "commit": "ad81729d33da30d5f4fd23718debec...
ZIG-8 A rewrite of my CHIP-8 interpreter using Zig. In 2023, I wrote a CHIP-8 interpreter in C. I recently had another look at the code and thought it would a cool exercise to rewrite it in a different language. Zig was chosen to be used because it's fairly similar to C and I thought this project would provide a good...
[]
https://avatars.githubusercontent.com/u/89778787?v=4
voxel-engine
Selveris/voxel-engine
2024-09-13T22:39:34Z
Voxel-engine written in Zig with Vulkan and SDL2
main
0
1
0
1
https://api.github.com/repos/Selveris/voxel-engine/tags
MIT
[ "sdl2", "voxel-engine", "vulkan", "zig" ]
152
false
2024-10-22T14:40:30Z
true
true
0.13.0
github
[ { "commit": "vulkan-sdk-1.3.290.0.tar.gz", "name": "vulkan_headers", "tar_url": "https://github.com/KhronosGroup/Vulkan-Headers/archive/vulkan-sdk-1.3.290.0.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/KhronosGroup/Vulkan-Headers" }, { "commit": "zig-0.13-compat.tar.gz", ...
<em>Disclaimer: this is a personal project which main goal is to learn Zig and graphics programming</em> Dependencies <ul> <li><a>Zig v.0.13</a></li> <li><a>vulkan-zig wrapper</a></li> <li><a>sdl2 zig wrapper</a></li> <li>libsdl2 and libvulkan</li> </ul> Roadmap Features <br/><input type='checkbox' class='w-4 h-4 t...
[]
https://avatars.githubusercontent.com/u/61390950?v=4
whisper.zig
thewh1teagle/whisper.zig
2024-11-16T02:33:07Z
Transcribe audio with whisper in zig
main
1
1
1
1
https://api.github.com/repos/thewh1teagle/whisper.zig/tags
-
[ "asr", "openai", "whisper", "zig" ]
15
false
2024-11-18T08:57:54Z
true
true
unknown
github
[ { "commit": "01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93", "name": "whisper", "tar_url": "https://github.com/ggerganov/whisper.cpp/archive/01d3bd7d5ccd1956a7ddf1b57ee92d69f35aad93.tar.gz", "type": "remote", "url": "https://github.com/ggerganov/whisper.cpp" }, { "commit": "0d3f80b7394368623d...
whisper.zig Transcribe audio with whisper in Zig Building See <a>Building.md</a>
[]
https://avatars.githubusercontent.com/u/30439029?v=4
zig-book
EinoPlasma/zig-book
2024-12-22T14:54:07Z
【中文翻译】一本开源的 Zig 语言入门书
main
0
1
0
1
https://api.github.com/repos/EinoPlasma/zig-book/tags
NOASSERTION
[ "programming-language", "programming-languages", "translation", "zig" ]
27,680
true
2025-01-04T03:29:54Z
false
false
unknown
github
[]
《Zig语言入门》(Introduction to Zig) 正在翻译中 <a></a> 嘿!这是Pedro Duarte Faria写的《Zig语言入门:一本基于项目的书》的官方仓库(的非官方中文翻译)。 想知道更多关于这本书的事儿吗?往下看看<a>关于本书</a>这部分就行。 你可以在浏览器里直接阅读本书的最新版:<a>https://pedropark99.github.io/zig-book/</a>。 本书用的是<a>Quarto</a>出版系统,还加了一点R代码(<code>zig_engine.R</code>),负责调用Zig编译器来编译和运行那些Zig代码例子。 支持这个项目! 如果你觉得这个项目不...
[]
https://avatars.githubusercontent.com/u/54503497?v=4
zigsay
RetroDev256/zigsay
2024-10-07T22:21:34Z
zigsay - the zig version of cowsay
master
0
1
0
1
https://api.github.com/repos/RetroDev256/zigsay/tags
MIT
[ "zig" ]
6
false
2025-03-04T23:44:01Z
true
true
unknown
github
[]
zigsay ``` &lt; All your text are belong to us &gt; <code>\ _ /"\ /o o\ </code> <em>\/ \ / \/</em> \,<em>\ _,// '---. .-' \ \ / \ ^ | | |\ .__\ /__. | \ </em>//--. .---\_ / / /\ \ \ /\ / / \ .<strong><em>,/ / ...
[]
https://avatars.githubusercontent.com/u/41264578?v=4
zig-mpi-alogrithms
sinhaparth5/zig-mpi-alogrithms
2025-01-14T18:51:53Z
MPI processing algorithms in Zig
master
0
1
0
1
https://api.github.com/repos/sinhaparth5/zig-mpi-alogrithms/tags
-
[ "dsa", "mpi", "zig" ]
6
false
2025-03-31T14:41:17Z
true
true
unknown
github
[]
MPI Algorithms in Zig This project implements parallel algorithms using MPI (Message Passing Interface) in Zig. Currently, it includes a parallel merge sort implementation. Prerequisites <ul> <li>Zig (0.11.0 or later)</li> <li>OpenMPI or MPICH</li> <li>C compiler (gcc/clang)</li> </ul> Installing Prerequisites For ...
[]
https://avatars.githubusercontent.com/u/105504350?v=4
zig-evdev
futsuuu/zig-evdev
2024-08-19T01:53:20Z
libevdev bindings for Zig
main
0
1
1
1
https://api.github.com/repos/futsuuu/zig-evdev/tags
MIT
[ "evdev", "uinput", "zig" ]
65
false
2025-03-08T08:50:24Z
true
true
0.14.0
github
[ { "commit": null, "name": "libevdev", "tar_url": null, "type": "remote", "url": "https://gitlab.freedesktop.org/libevdev/libevdev/-/archive/libevdev-1.13.3/libevdev-libevdev-1.13.3.tar.gz" } ]
zig-evdev A Zig wrapper for <a>libevdev</a> with High-Level API Installation Build dependencies <ul> <li>Zig</li> <li>Python3</li> </ul> Python3 is used to run <a>libevdev/make-event-names.py</a>. Status <ul> <li>Initialization and setup <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 bor...
[]
https://avatars.githubusercontent.com/u/576065?v=4
minijinja.zig
thekorn/minijinja.zig
2024-10-19T06:43:22Z
zig bindings for minijinja
main
0
1
0
1
https://api.github.com/repos/thekorn/minijinja.zig/tags
Apache-2.0
[ "bindings", "zig", "zig-package" ]
82
false
2025-04-06T15:36:10Z
true
true
0.14.0
github
[ { "commit": "master", "name": "minijinja", "tar_url": "https://github.com/mitsuhiko/minijinja/archive/master.tar.gz", "type": "remote", "url": "https://github.com/mitsuhiko/minijinja" } ]
minijinja.zig zig bindings for the amazing <a>minijinja</a> templating engine. It's a thin wrapper around the C ABI of minijinja. <strong>NOTE</strong>: this is a work in progress and mac only at the moment. Requirements <ul> <li>zig &gt;= 0.14</li> <li>rustup (for building minijinja-capi) or</li> <li>a nix enviro...
[]
https://avatars.githubusercontent.com/u/191431411?v=4
VidWeave
QubitSync/VidWeave
2025-01-16T12:42:04Z
Efficient Zig-based backend for video processing, handling transcoding, quality chunking, and optimization for seamless streaming applications
main
0
1
0
1
https://api.github.com/repos/QubitSync/VidWeave/tags
NOASSERTION
[ "ffmpeg", "server", "sqlite", "zig" ]
41
false
2025-03-18T05:29:12Z
true
true
unknown
github
[ { "commit": "master", "name": "zap", "tar_url": "https://github.com/zigzap/zap/archive/master.tar.gz", "type": "remote", "url": "https://github.com/zigzap/zap" }, { "commit": "47a9c0d42ff5c083a9b04b04a5a1aeb0a777e153", "name": "sqlite", "tar_url": "https://github.com/vrischmann/z...
VidWeave VidWeave is a lightweight, Zig-powered backend designed for efficient video processing. It handles tasks like transcoding, chunking videos into multiple quality levels, and saving metadata to an SQLite database. VidWeave also provides a REST API for seamless integration with other services. Features <ul> <li...
[]
https://avatars.githubusercontent.com/u/184568612?v=4
zlugify
zigzedd/zlugify
2025-01-08T22:19:41Z
[MIRROR] Generate ASCII slugs from unicode strings.
main
0
1
1
1
https://api.github.com/repos/zigzedd/zlugify/tags
MIT
[ "ascii", "emoji", "normalization", "slug", "slugify", "transliteration", "unicode", "unidecode", "utf8", "zig", "zig-library", "zig-package" ]
10
false
2025-04-12T10:40:01Z
true
true
unknown
github
[ { "commit": null, "name": "anyascii", "tar_url": null, "type": "remote", "url": "https://code.zeptotech.net/zedd/anyascii.zig/archive/v1.2.0.tar.gz" } ]
zlugify Generate ASCII slugs from unicode strings zlugify is part of <a><em>zedd</em></a>, a collection of useful libraries for zig. zlugify <em>zlugify</em> is a library to generate slugs from all types of UTF-8 encoded strings. It uses <a>anyascii.zig</a> to convert UTF-8 encoded strings into ASCII-...
[]
https://avatars.githubusercontent.com/u/139875399?v=4
zig-code-flow
gaskam/zig-code-flow
2024-11-13T16:46:54Z
A comprehensive VS Code extension providing Zig language support with powerful snippets to enhance your Zig development experience.
master
0
1
0
1
https://api.github.com/repos/gaskam/zig-code-flow/tags
MIT
[ "snippets", "vscode-snippets", "zig", "ziglang" ]
222
false
2025-05-16T11:28:43Z
false
false
unknown
github
[]
Zig Code Flow A comprehensive VS Code extension providing Zig language support with powerful snippets to enhance your Zig development experience. As we all know, writing zig code can sometimes be tedious, as there are a lot of long common patterns. Who remembers how to properly create an allocator? This extension t...
[]
https://avatars.githubusercontent.com/u/115993332?v=4
ziglings
vhyran/ziglings
2024-12-21T16:56:18Z
Data Structures and Algorithms in Zig
main
0
1
0
1
https://api.github.com/repos/vhyran/ziglings/tags
MIT
[ "dsa", "learn-to-code", "learning", "learning-by-doing", "markdown", "markdown-documentation", "markdown-zig", "practice", "zig", "zig-learn", "ziglang", "ziglings" ]
156
false
2025-04-16T15:21:02Z
false
false
unknown
github
[]
Data Structures and Algorithms in Zig Welcome to the <strong>Data Structures and Algorithms (DSA)</strong> repository implemented in the Zig programming language! This repository serves as a resource for anyone interested in learning about fundamental DSA concepts and their implementations in Zig. Introduction This ...
[]
https://avatars.githubusercontent.com/u/51416554?v=4
size.zig
hendriknielaender/size.zig
2024-12-25T19:47:46Z
null
main
4
1
0
1
https://api.github.com/repos/hendriknielaender/size.zig/tags
MIT
[ "analyzer", "binary", "size", "symbol", "treemap", "zig", "zig-package", "ziglang" ]
9
false
2025-02-18T21:09:52Z
true
true
unknown
github
[]
size.zig
[]
https://avatars.githubusercontent.com/u/1387056?v=4
c_with_zig
ewaldhorn/c_with_zig
2024-09-29T16:05:10Z
Compiling C programs with Zig
main
0
1
0
1
https://api.github.com/repos/ewaldhorn/c_with_zig/tags
MIT
[ "c", "zig" ]
7
false
2025-02-19T16:41:56Z
true
false
unknown
github
[]
Basic C Template This is a simple C template I use for new projects. It assumes <a>Zig</a> and <a>Task</a> are installed. Zig is used as the compiler / runner of the C code while Task is used instead of the traditional Make file. Why? Because I like Task, that's why! Zig I'm using Zig 0.13.0 as the C compiler in th...
[]
https://avatars.githubusercontent.com/u/5637842?v=4
zigttp
mikkurogue/zigttp
2025-01-05T15:19:49Z
A small tiny http server for my own use to host stuff on a vps at some point
master
0
1
0
1
https://api.github.com/repos/mikkurogue/zigttp/tags
-
[ "cli-tool", "http-server", "zig", "ziglang" ]
21
false
2025-01-06T17:46:45Z
true
true
unknown
github
[]
Zigttp A small HTTP Server that I'm building that I can use for static file serving that I can dump onto a VPS and serve my own static HTML files. Essentially, this is a worse version of XAMPP or LAMPP or nginx, but written in Zig by me (a total idiot). Current feature set: Open a connection and open an index.html ...
[]
https://avatars.githubusercontent.com/u/99082612?v=4
nand_to_tetris
theMyle/nand_to_tetris
2024-09-15T11:26:10Z
Nand To Tetris - Building a general purpose computer starting from a NAND gate
master
0
1
0
1
https://api.github.com/repos/theMyle/nand_to_tetris/tags
-
[ "hdl", "logic-gates", "nand2tetris", "zig" ]
1,146
false
2025-01-31T09:55:45Z
false
false
unknown
github
[]
Nand To Tetris Project Progression Building a general purpose computer from the ground (from nand gates to jesus christ) up Zig Implementation <code>Recreating everything in ZIG just for fun. Also implementing virtual logic gates, ALU, memory, etc.. from the ground up.</code> <blockquote> Elementary Logic Gates - A...
[]
https://avatars.githubusercontent.com/u/51416554?v=4
glaze
hendriknielaender/glaze
2024-12-31T16:37:38Z
🍩 cli kit
main
3
1
0
1
https://api.github.com/repos/hendriknielaender/glaze/tags
MIT
[ "ansi", "ansi-escape-codes", "cli", "color", "console", "terminal", "zig", "zig-package" ]
282
false
2025-01-09T21:04:57Z
false
false
unknown
github
[]
<blockquote> <span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span> Still work in progress. </blockquote> Terminal string styling. [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.co...
[]
https://avatars.githubusercontent.com/u/4970015?v=4
homeforwarder
aw1875/homeforwarder
2024-09-02T00:36:27Z
Expose homelab services to the web via SSH tunneling
master
0
1
0
1
https://api.github.com/repos/aw1875/homeforwarder/tags
-
[ "homelab", "homelab-automation", "services", "ssh", "zig" ]
1,924
false
2025-01-11T21:58:50Z
true
true
unknown
github
[]
Homeforwarder Simple service to expose your homelab services to the internet using SSH tunnels. https://github.com/user-attachments/assets/92c276bd-a600-4be3-8c53-32f9167b8c3e Prerequisites To use Homeforwarder at its current state, you need to have the following completed: - Setup SSH so that connections ar...
[]
https://avatars.githubusercontent.com/u/56510805?v=4
onixhttp
HalilFocic/onixhttp
2024-12-30T09:05:55Z
My attemt to making full fledged HTTP server in zig
main
0
1
0
1
https://api.github.com/repos/HalilFocic/onixhttp/tags
MIT
[ "http", "parser", "tcp", "zig" ]
18
false
2025-01-28T07:18:00Z
true
true
unknown
github
[]
🚀 ZigHTTP: Building a HTTP Server in Zig A learning project to build a HTTP server in Zig, focusing on understanding networking fundamentals and systems programming. 🎯 Learning Goals <ul> <li>Understand TCP/IP networking fundamentals</li> <li>Learn about HTTP protocol implementation</li> <li>Gain experience with as...
[]
https://avatars.githubusercontent.com/u/113083639?v=4
zpix
zig-gamedev/zpix
2024-11-04T21:19:02Z
Performance markers for Microsoft's PIX profiler in Zig.
main
0
1
3
1
https://api.github.com/repos/zig-gamedev/zpix/tags
MIT
[ "gamedev", "graphics", "pix", "profiling", "zig" ]
10
false
2025-03-25T20:49:42Z
true
true
unknown
github
[]
<a>zpix</a> Performance markers for <a>Microsoft's PIX profiler</a> in Zig. Getting started Example <code>build.zig</code>: ```zig pub fn build(b: *std.Build) void { const exe = b.addExecutable(.{ ... }); <code>const zpix = b.dependency("zpix", .{ .enable = true, .path = @as([]const u8, ...folder conta...
[]
https://avatars.githubusercontent.com/u/104203130?v=4
tulva
lratt/tulva
2025-01-28T19:43:21Z
work-in-progress bittorrent client written in zig
main
0
1
0
1
https://api.github.com/repos/lratt/tulva/tags
-
[ "bittorrent", "zig" ]
16
false
2025-02-18T18:13:53Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/733193?v=4
zigup
prantlf/zigup
2024-08-18T10:27:38Z
Upgrades to the latest version of Zig, or manages more versions of Zig on the same machine, supporting all platforms including RISC-V, as simple es rustup.
master
0
1
0
1
https://api.github.com/repos/prantlf/zigup/tags
MIT
[ "bash", "install", "shell", "version", "version-manager", "zig", "zsh" ]
64
false
2024-12-02T17:47:39Z
true
true
0.13.0
github
[]
Zig Upgrader and Version Manager Upgrades to the latest version of Zig, or manages more versions of Zig on the same machine, supporting all platforms including RISC-V, as simple es <code>rustup</code>. <ul> <li>Small. Written in <code>bash</code>, easily extensible.</li> <li>Fast. Downloads and unpacks pre-built binar...
[]
https://avatars.githubusercontent.com/u/166631311?v=4
ini5
kdgonz7/ini5
2024-10-02T00:42:30Z
Zig INI library made for fun and stability.
main
0
1
0
1
https://api.github.com/repos/kdgonz7/ini5/tags
BSD-2-Clause
[ "ini", "parser", "zig" ]
395
false
2024-10-18T23:08:55Z
true
false
unknown
github
[]
INI5 An INI parser library written in Zig, for Zig. Optimizations and benchmarks shall be provided soon. Converts INI into AST format, supports sections, section breaks, and simple assignments and values. Comes with a eco-efficient, thread and memory safe program "inivisitor", toview the trees and values generat...
[]
https://avatars.githubusercontent.com/u/68057?v=4
rowmath
ousttrue/rowmath
2024-08-14T13:45:18Z
zig math library for 3D graphics, row major
master
0
1
0
1
https://api.github.com/repos/ousttrue/rowmath/tags
MIT
[ "raylib", "sokol", "wasm", "zig" ]
779
false
2025-05-21T01:32:24Z
true
true
unknown
github
[ { "commit": null, "name": "rowmath", "tar_url": null, "type": "relative", "url": "deps/rowmath" } ]
rowmath zig math library for 3D graphics, row major note rowmath は <code>横vec</code> + <code>row major</code> です。 | mul order | memory layout | impl | | ----------- | --------------------------- | ------------------------------------- | | 横vec x mvp | row major(m00, ...
[ "https://github.com/ousttrue/rowmath" ]
https://avatars.githubusercontent.com/u/128724547?v=4
leetcode
gerzon05/leetcode
2024-12-04T21:48:15Z
An environment with open source resources and exercises.
main
2
1
0
1
https://api.github.com/repos/gerzon05/leetcode/tags
MIT
[ "c", "go", "leetcode", "typescript", "zig" ]
678
false
2025-05-22T02:31:02Z
false
false
unknown
github
[]
Leetcode Leetcode exercises for programming skills. Resources <strong>CSS</strong> <ul> <li>https://www.shapedivider.app/ → Custom Shape Dividers</li> <li>https://photogradient.com/ → gradient generator</li> <li>https://fontjoy.com/ → Simplified font combination</li> <li>https://colourpalettegenerator.com → Color Pa...
[]
https://avatars.githubusercontent.com/u/231785?v=4
ezcaper
mnemnion/ezcaper
2024-11-22T23:17:19Z
ezcape z ztrings
trunk
0
1
0
1
https://api.github.com/repos/mnemnion/ezcaper/tags
MIT
[ "escaping", "repr", "strings", "zig", "zig-package" ]
34
false
2025-05-22T02:26:05Z
true
true
0.14.0
github
[ { "commit": "refs", "name": "runerip", "tar_url": "https://github.com/mnemnion/runerip/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/mnemnion/runerip" } ]
Ezcaper A simple library for escaping strings and codepoints in format printing. Purpose Debugging and logging, among other uses, often want to print a string in the style of a source-code string. Zig has <a>std.zig.stringEscape</a>, but this escapes all non-ASCII input using <code>\xXX</code>-style escape sequence...
[ "https://github.com/mnemnion/obelizmo" ]
https://avatars.githubusercontent.com/u/200686?v=4
CosmicInvaders
deckarep/CosmicInvaders
2025-01-28T23:40:59Z
Future home for the re-creation of Cosmic Invaders originally in C++/Allegro, now in Zig/Raylib.
main
0
1
0
1
https://api.github.com/repos/deckarep/CosmicInvaders/tags
AGPL-3.0
[ "allegro", "raylib", "zig", "ziglang" ]
2,924
false
2025-02-19T03:50:17Z
true
true
unknown
github
[ { "commit": "9fca33434ed1dbc1d34ebaefcf046a8702f9b1cb.tar.gz", "name": "zigimg", "tar_url": "https://github.com/zigimg/zigimg/archive/9fca33434ed1dbc1d34ebaefcf046a8702f9b1cb.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/zigimg/zigimg" } ]
Cosmic Invaders These assets come from an old Allegro ~4.2 game and are in zlib compressed format. Two types of bitmap files exist: <code>.mz</code> and <code>.sz</code> files. The <code>.mz</code> variant are just simple bitmap graphics usually containing no animation frame data and are just meant to largely...
[]
https://avatars.githubusercontent.com/u/42398392?v=4
shamir-zig
diegoandino/shamir-zig
2024-11-07T01:03:47Z
A Zig implementation of Shamir's Secret Sharing Scheme
main
0
1
0
1
https://api.github.com/repos/diegoandino/shamir-zig/tags
-
[ "secret-sharing", "shamir", "shamir-secret-sharing", "shamirs-secret-sharing", "sss", "ssss", "zig", "ziglang" ]
335
false
2024-12-31T05:01:04Z
true
true
unknown
github
[]
Shamir-Zig A Shamir's Secret Sharing Scheme library written in Zig. Notes <ul> <li>Not to be used in Production <code>yet</code> (as it's a research project).</li> <li>Doesn't support full miller-rabin primality test (the prime selection is left up to the user)</li> </ul> Get Started Basic Usage ``` const allocato...
[]
https://avatars.githubusercontent.com/u/15544577?v=4
tls-conformance
jacobly0/tls-conformance
2024-11-01T00:44:22Z
Test Zig's std.crypto.tls against other implementations.
main
0
1
0
1
https://api.github.com/repos/jacobly0/tls-conformance/tags
-
[ "tls", "zig" ]
8
false
2024-11-06T06:12:43Z
true
true
unknown
github
[ { "commit": "3.9.2+1", "name": "libressl", "tar_url": "https://github.com/allyourcodebase/libressl/archive/3.9.2+1.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/libressl" } ]
404
[]
https://avatars.githubusercontent.com/u/194645670?v=4
bx
InteractiveBin/bx
2025-01-16T05:28:54Z
Base library used across multiple projects
master
0
1
0
1
https://api.github.com/repos/InteractiveBin/bx/tags
BSD-2-Clause
[ "zig", "zig-package" ]
34,140
true
2025-01-20T08:43:12Z
true
true
unknown
github
[]
bx Base X-platform library. <a></a> <a></a> <a></a> Goals: <ul> <li>Provide OS/runtime/compiler independent core functionality to be able to write cross-platform applications.</li> <li>Compile without C Runtime (CRT) and without C++ Standard Library (STL).</li> </ul> Contact <a>@bkaradzic</a> Project page ht...
[ "https://github.com/InteractiveBin/bgfx", "https://github.com/InteractiveBin/bimg" ]
https://avatars.githubusercontent.com/u/43641633?v=4
xlang
sno2/xlang
2024-10-16T19:18:52Z
Alternative implementation of a Scheme-like set of languages used in COM S 3420.
main
0
1
0
1
https://api.github.com/repos/sno2/xlang/tags
MIT
[ "interpreter", "programming-language", "zig", "ziglang" ]
4,600
false
2025-04-04T04:02:51Z
true
true
0.14.0
github
[]
xlang Alternative implementation of the <a>ArithLang</a>, <a>VarLang</a>, <a>DefineLang</a>, <a>FuncLang</a>, <a>RefLang</a>, and <a>TypeLang</a> languages used in COM S 3420 at Iowa State University. The languages are described in the textbook <em>An Experiential Introduction to Principles of Programming Languages</e...
[]
https://avatars.githubusercontent.com/u/587972?v=4
zig_sel4
tw4452852/zig_sel4
2024-11-12T07:15:44Z
Writing Sel4 application in Zig
master
0
1
0
1
https://api.github.com/repos/tw4452852/zig_sel4/tags
-
[ "sel4", "sel4-microkernel", "zig" ]
9
false
2025-04-27T02:55:58Z
false
false
unknown
github
[]
Writing Sel4 application in Zig Prerequisite <ul> <li>Follow instructions on https://docs.sel4.systems/projects/buildsystem/host-dependencies.html to install necessary building dependencies for Sel4.</li> <li>Install Zig (https://ziglang.org/learn/getting-started/).</li> </ul> Building <code>make</code> Running <c...
[]
https://avatars.githubusercontent.com/u/61841960?v=4
pennant
Arnau478/pennant
2025-01-19T13:06:21Z
Argument parser for Zig
master
1
1
0
1
https://api.github.com/repos/Arnau478/pennant/tags
GPL-3.0
[ "argprase", "zig", "zig-package" ]
40
false
2025-04-26T20:47:48Z
true
true
unknown
github
[]
Pennant Argument parser for Zig. Features <ul> <li>Opposite flags (<code>--foo</code>/<code>--no-foo</code>, <code>--uppercase</code>/<code>--lowercase</code>), which act on a single variable and are mutually exclusive</li> <li>Values with and without equals sign (<code>--foo bar</code> and <code>--foo=bar</co...
[ "https://github.com/Arnau478/hevi" ]
https://avatars.githubusercontent.com/u/47033578?v=4
Enkel-Editor
ramsyana/Enkel-Editor
2024-12-22T06:46:18Z
Ultra-minimalist terminal text editor for IoT devices, built with Zig. Unix-like environments only.
main
0
1
0
1
https://api.github.com/repos/ramsyana/Enkel-Editor/tags
MIT
[ "iot-application", "text-editor", "zig" ]
10
false
2025-01-02T05:08:13Z
false
false
unknown
github
[]
Enkel Enkel is an Ultra-Minimalist Terminal Editor designed specifically for IoT Devices. The name "Enkel" comes from the Swedish word meaning "simple" or "straightforward", reflecting the editor's core philosophy. About Enkel is purpose-built for working in minimalist environments, particularly IoT terminals where ...
[]
https://avatars.githubusercontent.com/u/442455?v=4
zig-platformer
dinau/zig-platformer
2024-12-07T05:11:12Z
Writing a 2D Platform Game in Zig language with SDL
main
0
1
1
1
https://api.github.com/repos/dinau/zig-platformer/tags
MIT
[ "build", "dev", "devel", "game", "image", "learning", "macos", "platformer", "sdl-ttf", "sdl2", "sdl3", "stb", "stb-image", "ttf", "tutorial", "zig" ]
22,068
false
2025-04-16T12:15:58Z
false
false
unknown
github
[]
<ul> <li><a>Zig-Platformer</a></li> <li><a>Prerequisites</a></li> <li><a>Zig version</a></li> <li><a>Support OS</a></li> <li><a>Build and run</a></li> <li><a>Key operation</a></li> <li><a>Tutorial sources</a></li> <li><a>SDL librarys</a></li> <li><a>Other SDL game tutorial platfromer project</a></li> <li><a>Other pr...
[]
https://avatars.githubusercontent.com/u/163546630?v=4
url
zon-dev/url
2024-08-14T07:52:18Z
Zig URL package is a URI extension package
main
0
1
1
1
https://api.github.com/repos/zon-dev/url/tags
-
[ "http", "parser", "url", "url-parser", "zig" ]
16
false
2024-11-25T02:20:18Z
true
true
unknown
github
[]
url The URL features extension package is written in Zig. Usage. Adding to build.zig <code>zig const url = b.dependency("url", .{ .target = target, .optimize = optimize, }); exe.root_module.addImport("url", url.module("url"));</code> Import it in your code: <code>zig const URL = @import...
[ "https://github.com/allyourcodebase/boost-libraries-zig", "https://github.com/zon-dev/oauth2", "https://github.com/zon-dev/zinc" ]
https://avatars.githubusercontent.com/u/22221987?v=4
kryptograzig
eltNEG/kryptograzig
2024-11-08T16:56:57Z
Simple public key cryptography algorithms implemented in zig
master
0
1
0
1
https://api.github.com/repos/eltNEG/kryptograzig/tags
-
[ "cryptography", "encryption-decryption", "zig" ]
10
false
2024-12-10T04:48:12Z
true
true
unknown
github
[]
Cryptography Simple public key cryptography algorithms implemented in zig. For educational purposes only. Algorithms <ul> <li>RSA</li> <li>ElGamal</li> </ul> Installation Fetch this dependency by running the following command in your project: <code>bash zig fetch --save git+https://github.com/eltNEG/kryptograzig#ma...
[]
https://avatars.githubusercontent.com/u/20770505?v=4
zdsa
Jafagervik/zdsa
2025-01-29T19:25:21Z
Data structures in zig
main
2
1
0
1
https://api.github.com/repos/Jafagervik/zdsa/tags
MIT
[ "dsa", "zig", "zig-package" ]
26
false
2025-02-02T15:48:50Z
true
true
0.13.0
github
[]
ZDSA - Zig Data structures and algorithms Goal To create a simple collection of DSAs for further use All should be generic Usage ```zig const std = @import("std"); const zdsa = @import("zdsa"); const Stack = zdsa.Stack; pub fn main() !void { var gpa = std.heap.GeneralPurposeAllocator(.{}){}; defer _ = gpa...
[]
https://avatars.githubusercontent.com/u/4097471?v=4
exercism
pythoninthegrass/exercism
2025-01-14T23:54:06Z
My exercisms 👻
main
1
1
0
1
https://api.github.com/repos/pythoninthegrass/exercism/tags
-
[ "exercism", "zig" ]
5
false
2025-01-15T02:52:06Z
false
false
unknown
github
[]
exercism
[]
https://avatars.githubusercontent.com/u/13835680?v=4
fn
reykjalin/fn
2025-02-02T06:10:24Z
Editor backend and TUI editor written in Zig
main
0
1
0
1
https://api.github.com/repos/reykjalin/fn/tags
MIT
[ "editor", "tui", "zig", "zig-package" ]
264
false
2025-05-21T04:29:56Z
true
true
0.14.0
github
[]
❄️ libfn <a></a> <a></a> If you're looking for the editor, you can find that in the <a>./tui</a> folder. <code>libfn</code> is an editor engine that I'm working on for fun. It's currently used to power my toy editor project <a>Fönn</a>. If you're working on a Zig project and want to play around with the library its...
[]
https://avatars.githubusercontent.com/u/2442833?v=4
zig-collections
insolor/zig-collections
2024-12-19T17:00:15Z
Implementation of some useful data structures in Zig. Inspired by Python's collections module.
main
1
1
0
1
https://api.github.com/repos/insolor/zig-collections/tags
MIT
[ "zig", "zig-library", "ziglang" ]
26
false
2025-03-05T20:15:26Z
true
true
unknown
github
[]
Zig Collections <a></a> Implementation of some useful data structures in Zig. Inspired by Python's <code>collections</code> module. Installation <ol> <li> In the root directory of your project, run the following command to add <code>zig_collections</code> to your <code>build.zig.zon</code> file: <code>bash zig fe...
[]
https://avatars.githubusercontent.com/u/121654029?v=4
wasmex
EdamAme-x/wasmex
2024-10-24T06:53:58Z
Run wasm in multiple environments with the same code (Browser, Node.js, Deno, Bun, etc.)
main
0
1
0
1
https://api.github.com/repos/EdamAme-x/wasmex/tags
MIT
[ "bun", "deno", "go", "javascript", "jsr", "nodejs", "rust", "typescript", "wasm", "zig" ]
5
false
2024-10-25T00:57:15Z
false
false
unknown
github
[]
wasmex Run wasm in multiple environments with the same code (Browser, Node.js, Deno, Bun, etc.) <code>bash npx jsr add jsr:@evex/wasmex bunx --bun jsr add jsr:@evex/wasmex deno add jsr:@evex/wasmex</code> ```ts import { Wasmex } from "@evex/wasmex"; // base64 or unit8array const wasmSource = ...; const wasm = awai...
[]
https://avatars.githubusercontent.com/u/194645670?v=4
JoltPhysics
InteractiveBin/JoltPhysics
2025-01-15T23:26:38Z
A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
master
0
1
0
1
https://api.github.com/repos/InteractiveBin/JoltPhysics/tags
MIT
[ "zig", "zig-package" ]
22,187
true
2025-01-20T08:45:09Z
true
true
unknown
github
[]
<a></a> <a></a> <a></a> <a></a> <a></a> <a></a> Jolt Physics A multi core friendly rigid body physics and collision detection library. Suitable for games and VR applications. Used by Horizon Forbidden West. <a></a> |<a></a>| |:-| |<em>A YouTube video showing a ragdoll pile simulated with Jolt Physics.</em>| For mo...
[]
https://avatars.githubusercontent.com/u/46907231?v=4
EmbedFile.zig
robbielyman/EmbedFile.zig
2024-12-31T19:43:21Z
an extension to the Zig build system to programmatically collect assets
main
0
1
0
1
https://api.github.com/repos/robbielyman/EmbedFile.zig/tags
MIT
[ "zig", "zig-build", "zig-package" ]
17
false
2025-03-28T21:30:59Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/24697112?v=4
example-zig
goreleaser/example-zig
2024-11-24T20:31:00Z
Example Zig project using GoReleaser
main
0
1
0
1
https://api.github.com/repos/goreleaser/example-zig/tags
-
[ "goreleaser", "zig", "ziglang" ]
44
false
2025-05-15T09:07:51Z
true
true
0.14.0
github
[]
GoReleaser Example using Zig This uses GoReleaser v2.5+ to build and release a Zig project with GoReleaser.
[]