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/6793008?v=4
mandelbrot
ndrean/mandelbrot
2024-11-03T09:49:02Z
Mandelbrot set and orbits with Zig, Zigler and Elixir Nx in a Livebook
main
0
1
0
1
https://api.github.com/repos/ndrean/mandelbrot/tags
MIT
[ "elixir", "livebook", "mandelbrot-set", "mandelbrot-viewer", "nx", "zig", "zigler" ]
48,243
false
2024-12-10T08:08:20Z
true
true
unknown
github
[ { "commit": "5b5d718159c6ec223a54c9bb960690576e5df9c2.tar.gz", "name": "zigimg", "tar_url": "https://github.com/zigimg/zigimg/archive/5b5d718159c6ec223a54c9bb960690576e5df9c2.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/zigimg/zigimg" } ]
Orbits and Mandelbrot set explorer with Numerical Elixir and Zig Introduction Source: <ul> <li><a>Mandelbrot set</a></li> <li><a>Plotting algorithm</a></li> </ul> This repo is about visualising the orbits of points in the 2D-plane under the map <code>z -&gt; z*z + c</code> known as Julia or Mandelbrot sets. We are ...
[]
https://avatars.githubusercontent.com/u/194645670?v=4
imgui
InteractiveBin/imgui
2025-01-16T15:16:11Z
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
master
0
1
0
1
https://api.github.com/repos/InteractiveBin/imgui/tags
MIT
[ "zig", "zig-package" ]
57,370
true
2025-01-20T08:44:54Z
true
true
unknown
github
[]
404
[ "https://github.com/JamWils/zig-graphics-experiments", "https://github.com/ashpil/moonshine", "https://github.com/fjebaker/zig-sokol-imgui-wasm", "https://github.com/kassane/sokol-d", "https://github.com/zoeesilcock/gamedev-playground" ]
https://avatars.githubusercontent.com/u/93522910?v=4
zig-dockerfile
42LM/zig-dockerfile
2025-01-20T23:12:47Z
Zig ⚡️- Dockerfile examples (mainly for use in a Docker container github action 🐳)
main
0
1
0
1
https://api.github.com/repos/42LM/zig-dockerfile/tags
MIT
[ "container-actions", "dockerfile", "dockerfile-examples", "github-actions", "zig", "ziglang" ]
8
false
2025-05-12T08:58:32Z
false
false
unknown
github
[]
zig-dockerfile This repo provides docker image examples that contain zig. These docker images can be used for the purpose of creating a <a>Docker container github action</a> or testing. If you just want to use zig for building a github action and want to waive javascript completely this image might be for <strong>YOU...
[]
https://avatars.githubusercontent.com/u/70208852?v=4
hot-shot
a4arpon/hot-shot
2024-10-27T03:26:44Z
Welcome to Hot Shot, a meta-framework built on top of Hono, inspired by the best features of AdonisJS and NestJS. Hot Shot provides a structured and efficient way to build scalable web applications that can run on multiple JavaScript runtimes, including Node.js, Deno, and Bun.
main
0
1
0
1
https://api.github.com/repos/a4arpon/hot-shot/tags
-
[ "adonisjs", "bun", "bundler", "bytecode", "hono", "honojs", "http-server", "javascript", "linux-app", "nestjs", "nodejs", "nodejs-api", "nodejs-server", "nodemailer", "typescript", "zig" ]
130
false
2025-01-04T13:22:32Z
false
false
unknown
github
[]
Hot Shot Hottest framework on planet earth for building scalable web applications server. <strong>If you're on other planets you can use it too. Just use Bun only for now.</strong> If You Want To Ship Fast, You Have To Build Faster. <strong>But this framework is more faster than your crush rejects your proposal.</s...
[]
https://avatars.githubusercontent.com/u/147310126?v=4
NGLYD-IFJ24-Compiler
fifixsandy/NGLYD-IFJ24-Compiler
2024-09-23T19:02:31Z
Compiler of a subset of Zig (IFJ24)
main
0
1
0
1
https://api.github.com/repos/fifixsandy/NGLYD-IFJ24-Compiler/tags
GPL-3.0
[ "brno-university-of-technology", "compiler", "compilers", "ifj", "ifj24", "zig" ]
1,373
false
2025-02-11T18:37:30Z
false
false
unknown
github
[]
NGLYD IFJ24 Compiler Description In this repository you can find implementation of a compiler for a subset of Zig programming language - IFJ24. It has been developed by team NGLYD as a semestral project for <a>IFJ (Formal languages and compilers)</a> course on Brno University of Technology, Faculty of information tec...
[]
https://avatars.githubusercontent.com/u/609180?v=4
advent-of-zig
demiazz/advent-of-zig
2024-11-11T15:07:58Z
Advent of Code on Zig lang and WASM
main
0
1
0
1
https://api.github.com/repos/demiazz/advent-of-zig/tags
-
[ "advent-of-code", "wasm", "zig", "ziglang" ]
108
false
2025-01-14T18:01:15Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/194645670?v=4
bgfx
InteractiveBin/bgfx
2025-01-16T04:59:31Z
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
master
0
1
0
1
https://api.github.com/repos/InteractiveBin/bgfx/tags
BSD-2-Clause
[ "zig", "zig-package" ]
276,217
true
2025-01-20T08:51:43Z
true
true
unknown
github
[ { "commit": "23d892161557c20d085a84bd51f59759ebcb2c89", "name": "bx", "tar_url": "https://github.com/InteractiveBin/bx/archive/23d892161557c20d085a84bd51f59759ebcb2c89.tar.gz", "type": "remote", "url": "https://github.com/InteractiveBin/bx" }, { "commit": "9e05c85a5a2a684f964dd3a4ba9d852...
<a>bgfx</a> - Cross-platform rendering library <a>What is it?</a> - <a>Building</a> - <a>Getting Involved</a> - <a>Examples</a> - <a>API Reference</a> - <a>Tools</a> - <a>Who is using it?</a> - <a>License</a> <a></a> <a></a> <a></a> <ul> <li><a>GitHub Discussions</a></li> <li><...
[ "https://github.com/jerome-trc/viletech-2022" ]
https://avatars.githubusercontent.com/u/130330524?v=4
otimorm
takuma-shishido/otimorm
2024-10-30T22:50:34Z
library for PostgreSQL ORM written in zig 🔥
develop
0
1
0
1
https://api.github.com/repos/takuma-shishido/otimorm/tags
-
[ "database", "orm", "postgresql", "zig", "zig-package" ]
38
false
2024-11-04T17:35:35Z
true
true
unknown
github
[ { "commit": "master", "name": "pg", "tar_url": "https://github.com/karlseguin/pg.zig/archive/master.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/pg.zig" } ]
otimorm <blockquote> <span class="bg-green-100 text-green-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-green-900 dark:text-green-300">IMPORTANT</span> <strong>This project is still under development and there are bugs</strong> If you find a bug, please open an issue. I will fix it as soon as possible. </...
[]
https://avatars.githubusercontent.com/u/61627919?v=4
aoc_zig_templ
nuIIpointerexception/aoc_zig_templ
2024-12-08T07:00:57Z
A easy to use template for building solutions for advent of code! 🎄✨
main
0
1
0
1
https://api.github.com/repos/nuIIpointerexception/aoc_zig_templ/tags
MIT
[ "advent-of-code", "aoc", "zig", "ziglang" ]
11
false
2024-12-10T16:59:59Z
true
true
unknown
github
[]
aoc_zig This is my template repository for the <a>Advent of Code</a> challenges in <a>Zig</a>. It includes a neat build system for fetching inputs, submitting solutions, and managing AoC code. Features <ul> <li>Automatic input data fetching</li> <li>Submit your result with a command!</li> <li>Tests and benchmarking!<...
[]
https://avatars.githubusercontent.com/u/68423550?v=4
aoc2024
TimStricker/aoc2024
2024-12-03T06:58:16Z
Advent of Code 2024 in Zig
main
0
0
0
0
https://api.github.com/repos/TimStricker/aoc2024/tags
MIT
[ "advent-of-code", "advent-of-code-2024", "advent-of-code-in-zig", "advent-of-code-zig", "aoc", "aoc-2024", "aoc2024", "zig", "ziglang" ]
62
false
2024-12-15T17:50:47Z
false
false
unknown
github
[]
Advent of Code 2024 My attempt to solve AoC 2024 in <a>Zig</a>. I am not yet super familiar with the language, so don't expect the most beautiful, idiomatic Zig code. This is really just me trying to learn. Supported Zig version I'm using the nightly version of Zig to solve these tasks. At the time of writing, this ...
[]
https://avatars.githubusercontent.com/u/1063891?v=4
ziglings-exercises
oldratlee/ziglings-exercises
2024-10-29T03:47:16Z
my exercises of https://codeberg.org/ziglings/exercises
my-fix
0
0
0
0
https://api.github.com/repos/oldratlee/ziglings-exercises/tags
MIT
[ "exercises", "learning-by-doing", "zig", "ziglang", "ziglings", "ziglings-exercises" ]
1,372
false
2024-11-04T15:52:46Z
true
false
unknown
github
[]
Ziglings Welcome to Ziglings! This project contains a series of tiny broken programs (and one nasty surprise). By fixing them, you'll learn how to read and write <a>Zig</a> code. Those broken programs need your help! (You'll also save the planet from evil aliens and help some friendly elephants stick together, whi...
[]
https://avatars.githubusercontent.com/u/69948027?v=4
Zprob
AXiX-official/Zprob
2024-09-04T13:35:27Z
A simple console progress bar for Zig(no dependencies required).
master
0
0
0
0
https://api.github.com/repos/AXiX-official/Zprob/tags
MIT
[ "zig", "ziglang" ]
3
false
2024-09-04T13:39:57Z
true
true
0.13.0
github
[]
Zprob A simple console progress bar for Zig(no dependencies required). Only tested on zig 0.13.0. Usage only need import <code>Zprob.zig</code>(in <code>src</code> folder) and use <code>Zprob</code> struct. run <code>zig build run</code> to see <code>example.zig</code>'s output. <code>example.zig</code>: ```zig ...
[]
https://avatars.githubusercontent.com/u/22549550?v=4
zmodb
EloToJaa/zmodb
2024-08-13T15:49:23Z
Zig modbus library based on libmodbus
main
0
0
0
0
https://api.github.com/repos/EloToJaa/zmodb/tags
-
[ "c", "libmodbus", "modbus", "zig" ]
23
false
2024-09-28T11:20:46Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/179981696?v=4
zig-redismodule
ziglana/zig-redismodule
2024-08-31T03:43:23Z
zig 0.13 ⚡️blazigly fast⚡️ redis module 2024
main
0
0
0
0
https://api.github.com/repos/ziglana/zig-redismodule/tags
-
[ "blazigly", "keydb", "keydb-module", "redis", "redis-module", "zig" ]
77
true
2024-10-25T06:39:47Z
true
true
unknown
github
[]
zig-redismodule zig 0.13 redis module 2024 <code>zig build-lib -dynamic src/main.zig</code> add libmain.dylib in redis.conf or keydb.conf <code>redis-cli</code> <code>127.0.0.1:6379&gt; mymodule.hello</code> <code>Hello, world!</code>
[]
https://avatars.githubusercontent.com/u/187213054?v=4
base
refilelabs/base
2024-11-05T12:45:48Z
Base repository holding all shared components, logic etc.
main
0
0
1
0
https://api.github.com/repos/refilelabs/base/tags
-
[ "convert", "nuxt", "rust", "wasm", "webassembly", "zig" ]
153
false
2025-02-19T18:53:24Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/152508846?v=4
windowpain
haha-systems/windowpain
2025-01-01T02:27:59Z
Windowpain is a random-access tool for reading genetic sequences from huge FASTA sequence files in milliseconds.
main
0
0
0
0
https://api.github.com/repos/haha-systems/windowpain/tags
MIT
[ "dna", "fasta", "mmap", "rna", "zig" ]
26
false
2025-01-01T18:35:42Z
true
true
unknown
github
[]
windowpain Windowpain is a random-access tool for reading genetic sequences from huge FASTA sequence files in milliseconds. Overview Windowpain provides lightning-fast random access to FASTA sequence files by using memory mapping and efficient indexing. It allows you to read specific windows of sequence data without...
[]
https://avatars.githubusercontent.com/u/57322933?v=4
zglfw
griush/zglfw
2025-01-03T15:25:10Z
Zig GLFW bindings
master
0
0
0
0
https://api.github.com/repos/griush/zglfw/tags
MIT
[ "zig" ]
108
false
2025-01-06T15:01:34Z
false
true
0.14.0-dev
github
[]
zglfw Zig GLFW bindings Usage Run <code>zig fetch --save git+https://github.com/griush/zglfw</code>. Add in <code>build.zig</code>: ```zig // module links libc const zglfw = b.dependency("zglfw", .{}); module.addAnonymousImport("glfw", .{ .root_source_file = zglfw.path("glfw3.zig"), .target = target, .o...
[ "https://github.com/Aryvyo/zigClipboard", "https://github.com/Avokadoen/zig_vulkan", "https://github.com/Name-hw/JanRenderer", "https://github.com/Senryoku/Deecy", "https://github.com/azillion/gravitas", "https://github.com/braheezy/zonk", "https://github.com/cyberegoorg/cetech1", "https://github.com/...
https://avatars.githubusercontent.com/u/76602421?v=4
scoutnet
theodore-brucker/scoutnet
2025-01-19T15:02:19Z
Distributed Honeynet infrastructure components to build threat intel
master
0
0
0
0
https://api.github.com/repos/theodore-brucker/scoutnet/tags
-
[ "azure", "cloud", "cybersecurity", "honeypot", "threat-intelligence", "zig" ]
8
false
2025-01-22T21:59:58Z
false
false
unknown
github
[]
Scoutnet Deployment Guide System Overview The distributed Honeynet consists of two components: 1. Central C2 Server (c2.zig): Collects and processes intrusion attempt reports 2. Scout Nodes (scout.zig): Lightweight sensors that monitor for connection attempts Prerequisites <ul> <li>Azure Subscription with Contributo...
[]
https://avatars.githubusercontent.com/u/76602421?v=4
zig-azure-keyvault-client
theodore-brucker/zig-azure-keyvault-client
2025-01-14T04:18:16Z
Azure KeyVault client written in Zig
main
0
0
0
0
https://api.github.com/repos/theodore-brucker/zig-azure-keyvault-client/tags
MIT
[ "azure", "microsoft", "o365", "security", "security-tools", "system-programming", "zig" ]
37,298
false
2025-01-18T05:53:24Z
true
true
unknown
github
[]
Zig Azure KeyVault Client A lightweight, secure Azure Key Vault client written in Zig. This project provides a simple interface for interacting with Azure Key Vault, implementing secure token handling and key vault operations. The demo here uses an empty sandbox Azure tenant spun up for the testing of this tool. Fea...
[]
https://avatars.githubusercontent.com/u/5161200?v=4
rayman
viddrobnic/rayman
2024-12-21T18:42:01Z
Rogue like web game with custom raycasting engine.
master
0
0
0
0
https://api.github.com/repos/viddrobnic/rayman/tags
MIT
[ "wasm", "zig" ]
227
false
2025-02-25T13:27:10Z
true
true
unknown
github
[]
RayMan Simple rogue-like web game using a custom raycasting engine. Building and Running <ol> <li>Build the <code>wasm</code> and move it to correct place: <code>sh zig build cp zig-out/bin/rayman.wasm dist/</code></li> <li>Run a local server with: <code>sh cd dist python3 -m http.server</code></li>...
[]
https://avatars.githubusercontent.com/u/735975?v=4
zig-linux-cookbook
godsarmy/zig-linux-cookbook
2025-01-19T19:11:08Z
Cookbook examples for zig to call linux system call
main
0
0
0
0
https://api.github.com/repos/godsarmy/zig-linux-cookbook/tags
MIT
[ "cookbook", "linux", "zig" ]
67
false
2025-04-02T05:09:21Z
true
true
0.14.0
github
[]
Zig Linux System Programming Cookbook Overview This repository is a collection of practical examples and recipes of <a>std.os.linux</a> for developing applications and system tools using the <a>Zig</a> programming language on Linux. It's designed to be a helpful resource for Zig developers of all levels who want to ...
[]
https://avatars.githubusercontent.com/u/147350704?v=4
zig-examples
baranasoftware/zig-examples
2024-09-28T23:51:53Z
A collection of Zig examples.
main
0
0
0
0
https://api.github.com/repos/baranasoftware/zig-examples/tags
-
[ "zig", "ziglang" ]
40
false
2025-02-16T22:32:52Z
false
false
unknown
github
[]
A collections of Zig examples <ul> <li><a>Unicode Support</a></li> <li><a>Random Numbers</a></li> <li><a>Using Pacakges</a></li> <li><a>Basic Types</a></li> <li><a>For, While Loops</a></li> <li><a>Strings, Vector, Struct, Unions, Arrays, Slices</a></li> <li><a>Command line arguments</a></li> <li><a>CPU endian</a></li> ...
[]
https://avatars.githubusercontent.com/u/96076981?v=4
ZigBlobs
JohanRimez/ZigBlobs
2024-08-21T10:38:49Z
Graphic demonstration featuring ZIG & SDL2
main
0
0
0
0
https://api.github.com/repos/JohanRimez/ZigBlobs/tags
MIT
[ "sdl2", "zig" ]
12
false
2024-09-18T11:33:13Z
true
true
0.13.0
github
[]
404
[]
https://avatars.githubusercontent.com/u/73901165?v=4
docker-tags-zig
kawana77b/docker-tags-zig
2025-01-20T21:48:42Z
CLI tool to search Docker Hub image tags by zig
main
0
0
0
0
https://api.github.com/repos/kawana77b/docker-tags-zig/tags
MIT
[ "docker", "zig" ]
107
false
2025-02-08T18:44:28Z
true
true
unknown
github
[ { "commit": "c8cd1144aa800f87db3c4bee3d1f0fa0e8c96feb.zip", "name": "chroma", "tar_url": "https://github.com/adia-dev/chroma-zig/archive/c8cd1144aa800f87db3c4bee3d1f0fa0e8c96feb.zip.tar.gz", "type": "remote", "url": "https://github.com/adia-dev/chroma-zig" }, { "commit": "refs", "nam...
docker-tags-zig Search <a>dockerhub</a> tags. I made it using Zig. ``` Usage: docker-tags [options] ... Description: Search for image tags from DockerHub <code>-h, --help Display this help and exit. -v, --version Output version information and exit. -i, --with-image Connect and display ...
[]
https://avatars.githubusercontent.com/u/46865726?v=4
zigbeam
Gandalf-Le-Dev/zigbeam
2024-09-12T14:14:01Z
A std.log compliant colored logging library for Zig
main
0
0
0
0
https://api.github.com/repos/Gandalf-Le-Dev/zigbeam/tags
MIT
[ "colored-logging", "log", "logging", "structured-logging", "zig" ]
48
false
2024-10-31T14:43:43Z
true
true
unknown
github
[]
Zigbeam Structured Logging library for the Zig language How to use <ol> <li>You can fetch Zigbeam with this command</li> </ol> <code>cmd zig fetch --save=zigbeam git+https://github.com/Gandalf-Le-Dev/zigbeam/#HEAD</code> It will fetch the master version. If you wish to fetch a specific version, replace <code>#HE...
[]
https://avatars.githubusercontent.com/u/161890530?v=4
bittorrent-client
soheil-01/bittorrent-client
2024-09-16T10:43:27Z
Simple BitTorrent Client
main
0
0
0
0
https://api.github.com/repos/soheil-01/bittorrent-client/tags
-
[ "bittorrent", "bittorrent-client", "zig" ]
16
false
2024-11-13T11:57:26Z
true
true
unknown
github
[ { "commit": "9a94c4803a52e54c26b198096d63fb5bde752da2", "name": "zig-cli", "tar_url": "https://github.com/sam701/zig-cli/archive/9a94c4803a52e54c26b198096d63fb5bde752da2.tar.gz", "type": "remote", "url": "https://github.com/sam701/zig-cli" } ]
404
[]
https://avatars.githubusercontent.com/u/16033061?v=4
advent-of-code-2024
Flygrounder/advent-of-code-2024
2024-12-01T14:23:25Z
My Advent of Code 2024 solutions using Zig programming language
main
0
0
0
0
https://api.github.com/repos/Flygrounder/advent-of-code-2024/tags
MIT
[ "advent-of-code", "advent-of-code-2024", "advent-of-code-2024-zig", "problem-solving", "zig" ]
62
false
2024-12-26T07:45:41Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/1569633?v=4
riscv-zigos
jimnicholls/riscv-zigos
2025-01-06T09:48:50Z
RISC-V ZigOS is intended to be a toy operating system written in Zig targeting the RISC-V architecture. The operating system is inspired by the classic Amiga OS, although there will be no attempt to be in any way compatible with Amiga OS.
main
0
0
0
0
https://api.github.com/repos/jimnicholls/riscv-zigos/tags
MIT
[ "operating-system", "os", "risc-v", "riscv", "zig", "ziglang" ]
4
false
2025-01-06T10:41:54Z
false
false
unknown
github
[]
RISC-V ZigOS RISC-V ZigOS is intended to be a toy operating system written in Zig targeting the RISC-V architecture. The operating system is inspired by the classic Amiga OS, although there will be no attempt to be in any way compatible with Amiga OS. Affiliation, or lack thereof This project is in no way affiliated...
[]
https://avatars.githubusercontent.com/u/61843100?v=4
DSA
WestDragonIroh/DSA
2024-11-30T16:50:56Z
Data Structure and algorithms in different languages
main
0
0
0
0
https://api.github.com/repos/WestDragonIroh/DSA/tags
-
[ "c", "dsa", "zig" ]
48
false
2025-05-03T15:35:58Z
false
false
unknown
github
[]
Data Structures And Algorithms Following concepts are covered in this repo. Problem statments and solutions are from <a>Strivers A2Z DSA Course/Sheet</a> and <a>Jenny's DSA Series</a>
[]
https://avatars.githubusercontent.com/u/137279923?v=4
atak
ken-morel/atak
2024-12-25T09:59:35Z
Atak zig toolkit
main
0
0
0
0
https://api.github.com/repos/ken-morel/atak/tags
GPL-3.0
[ "atak", "components", "efus", "language", "toolkit", "zig" ]
31,683
false
2025-05-13T09:40:22Z
false
false
unknown
github
[]
Nothing here sorry.
[]
https://avatars.githubusercontent.com/u/32078353?v=4
ytplayer
xyaman/ytplayer
2024-12-12T07:28:00Z
Simple cli music player that fetches from youtube using yt-dlp.
main
0
0
0
0
https://api.github.com/repos/xyaman/ytplayer/tags
MIT
[ "tui", "youtube", "zig" ]
16
false
2024-12-16T10:46:27Z
true
true
unknown
github
[ { "commit": "5beb53da11a9fcd01cb5f30f0375c845f0acc4be", "name": "portaudio", "tar_url": "https://github.com/allyourcodebase/portaudio/archive/5beb53da11a9fcd01cb5f30f0375c845f0acc4be.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/portaudio" }, { "commit": "560c8dd7...
ytplayer Youtube audio player TUI. Features <ul> <li>Search</li> <li>Play/Pause</li> </ul> Usage/Build ```bash build zig build --release=safe run zig-out/bin/ytplayer ``` Dependencies <ul> <li><a>yt-dlp</a> (runtime)</li> <li><a>ffmpeg</a> (runtime)</li> <li><a>portaudio</a>(build, handled by zig)</li> </ul>
[]
https://avatars.githubusercontent.com/u/15135669?v=4
lkml-parser
alhankeser/lkml-parser
2024-08-09T06:00:18Z
A faster LookML parser
main
1
0
0
0
https://api.github.com/repos/alhankeser/lkml-parser/tags
MIT
[ "looker", "lookml", "zig", "ziglang" ]
69
false
2024-09-14T07:34:23Z
false
false
unknown
github
[]
An adequately-built, fast LookML parser Created without knowledge of parsers or the language its written in, this parser has only one goal: be faster than lkml. <a>Read More</a> Usage Assuming you have Zig installed, build the zig executable: <code>bash zig build-exe main.zig -O ReleaseFast</code> Use it inside o...
[]
https://avatars.githubusercontent.com/u/5805468?v=4
s2s
Madeorsk/s2s
2024-12-30T22:51:35Z
A zig binary serialization format.
main
0
0
0
0
https://api.github.com/repos/Madeorsk/s2s/tags
MIT
[ "binary-data", "serialization", "serialization-library", "zig", "zig-package" ]
3,808
true
2024-12-31T16:58:52Z
true
true
unknown
github
[]
struct to stream | stream to struct A Zig binary serialization format and library. Features <ul> <li>Convert (nearly) any Zig runtime datatype to binary data and back.</li> <li>Computes a stream signature that prevents deserialization of invalid data.</li> <li>No support for graph like structures. Everything is con...
[ "https://github.com/bernardassan/recblock", "https://github.com/ziglibs/antiphony" ]
https://avatars.githubusercontent.com/u/15092561?v=4
tetris-zig
kurapov-peter/tetris-zig
2025-02-01T16:46:51Z
Tetris in Zig
main
0
0
0
0
https://api.github.com/repos/kurapov-peter/tetris-zig/tags
MIT
[ "tetris", "zig" ]
365
false
2025-02-18T17:31:36Z
true
true
unknown
github
[]
tetris-zig A tetris in ziglang co-authored with copilot :smirk:. This should work on any platform. Building requires (e.g., linux): <code>bash sudo apt-get install libsdl2-dev libsdl2-ttf-dev</code> then your regular <code>bash zig bulid</code>
[]
https://avatars.githubusercontent.com/u/60233333?v=4
zig_api
rajrupdasofficial/zig_api
2024-12-20T00:08:27Z
zig based rest api and websocket logics and programming
master
0
0
0
0
https://api.github.com/repos/rajrupdasofficial/zig_api/tags
BSD-3-Clause
[ "zig", "ziglang" ]
8
false
2025-04-11T16:42:49Z
true
true
unknown
github
[ { "commit": "master", "name": "pg", "tar_url": "https://github.com/karlseguin/pg.zig/archive/master.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/pg.zig" } ]
Websocket and REST api using zig Zig based backend for saving user information and some other complex zig based logics
[]
https://avatars.githubusercontent.com/u/99418006?v=4
rover-lang
martazvch/rover-lang
2024-10-31T17:20:48Z
Simple, feature rich and highly embeddable language
master
0
0
0
0
https://api.github.com/repos/martazvch/rover-lang/tags
-
[ "embedded", "language", "zig" ]
1,513
false
2025-05-21T20:09:20Z
true
true
0.14.0
github
[ { "commit": "refs", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" } ]
Rover Simple and higly embeddable language written in Zig.
[]
https://avatars.githubusercontent.com/u/115993332?v=4
OpenChat
vhyran/OpenChat
2024-12-10T15:46:04Z
ChatApp is a simple and intuitive chat application that allows users to communicate in real-time.
main
0
0
0
0
https://api.github.com/repos/vhyran/OpenChat/tags
NOASSERTION
[ "toml", "websocket", "zap", "zig" ]
192
false
2024-12-16T08:00:21Z
false
false
unknown
github
[]
OpenChat ChatApp is a simple and intuitive chat application that allows users to communicate in real-time. <blockquote> <strong>Note:</strong> UI improvements are coming soon. </blockquote> Tech Stack The initial version of OpenChat was built using the following technologies: <ul> <li><strong>Python</strong>: For...
[]
https://avatars.githubusercontent.com/u/43007994?v=4
zr
yusa-imit/zr
2024-10-26T16:08:15Z
Multi (Mono)repo Task Running Solution written in Zig
main
4
0
0
0
https://api.github.com/repos/yusa-imit/zr/tags
-
[ "zig" ]
352
false
2024-10-27T05:24:01Z
true
true
unknown
github
[]
powershell <code>Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/yusa-imit/zr/main/install.ps1'))</code> bash cu...
[]
https://avatars.githubusercontent.com/u/11700503?v=4
zig-lox
braheezy/zig-lox
2024-10-21T04:52:36Z
Bytecode VM for Lox
main
0
0
0
0
https://api.github.com/repos/braheezy/zig-lox/tags
-
[ "lox", "zig" ]
104
false
2024-11-18T02:43:14Z
true
false
unknown
github
[]
zig-lox A Zig implementation of a bytecode VM for the educational Lox programming language as taught in the book <a>Crafting Interpreters</a>. The first half of the book covers a purely interpreted approach to implementing Lox. I did that in Go <a>here</a>. ```console <blockquote> echo 'print 1 + 1;' | zig-lox --ev...
[]
https://avatars.githubusercontent.com/u/21205469?v=4
zapdos
stringflow/zapdos
2024-09-11T21:29:23Z
null
master
0
0
0
0
https://api.github.com/repos/stringflow/zapdos/tags
-
[ "zig" ]
4
false
2024-09-11T21:30:10Z
true
true
unknown
github
[]
zapdos A minimal screenshot utility for X11. zapdos was written to replace <a>maim</a> in my workflow. Features: - Exports PNG screenshots to stdout to then be piped elsewhere (file or clipboard) - Supports multiple kinds of selections: active window, custom region Dependencies Compile-time: - zig v0.13.0 - libc ...
[]
https://avatars.githubusercontent.com/u/11492844?v=4
zorro
fjebaker/zorro
2024-09-22T15:10:36Z
A CLI for interacting with Zotero.
main
0
0
0
0
https://api.github.com/repos/fjebaker/zorro/tags
GPL-3.0
[ "cli", "search", "zig", "zotero" ]
873
false
2024-09-24T23:28:00Z
true
true
unknown
github
[ { "commit": "master.tar.gz", "name": "sqlite", "tar_url": "https://github.com/vrischmann/zig-sqlite/archive/master.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/vrischmann/zig-sqlite" }, { "commit": "main.tar.gz", "name": "fuzzig", "tar_url": "https://github.com/fj...
zorro <i>Your clunky CLI for zeroing in on search results in Zotero</i> Zorro is a command line tool for more expressively and interactively searching through the Zotero library. Installation Grab a binary from the <a>releases</a> for your OS. Building from source Using the Zig master versi...
[]
https://avatars.githubusercontent.com/u/808099?v=4
AoC2024
Maverik/AoC2024
2024-12-07T07:00:46Z
Advent of Code 2024 Solutions
main
0
0
0
0
https://api.github.com/repos/Maverik/AoC2024/tags
NOASSERTION
[ "aoc-2024", "aoc-2024-in-csharp", "aoc-2024-in-zig", "csharp", "dotnet", "linqpad", "zig" ]
73
false
2024-12-24T02:59:14Z
false
false
unknown
github
[]
<a></a> 🚀 Advent of Code 2024 Solutions by Maverik This repo contains my take on solutions for <a>Advent of Code - 2024</a> solutions in C# using <a>LINQPad 8</a> and <a>Zig</a>. &nbsp; 💡 Good to know Given the different natures of Zig and C#, the solutions take different approaches to solution that is closer ...
[]
https://avatars.githubusercontent.com/u/26406?v=4
hello-zig
seletz/hello-zig
2024-12-23T14:13:46Z
Some experiments in ZIG
develop
0
0
0
0
https://api.github.com/repos/seletz/hello-zig/tags
MIT
[ "zig", "ziglang" ]
22
false
2024-12-23T18:22:52Z
true
true
unknown
github
[ { "commit": "9d113214f7750f8ab68b465b2605ce308e995fb4", "name": "sokol", "tar_url": "https://github.com/floooh/sokol-zig/archive/9d113214f7750f8ab68b465b2605ce308e995fb4.tar.gz", "type": "remote", "url": "https://github.com/floooh/sokol-zig" } ]
hello-zig <a></a> Some experiments in <a>zig</a>. The main goal here is to get some graphics going and generally play around a bit. TODO <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 ...
[]
https://avatars.githubusercontent.com/u/148186549?v=4
zig-revolution
KennethChilds/zig-revolution
2025-02-05T06:07:49Z
Celestial body revolution in Zig using Raylib
main
0
0
0
0
https://api.github.com/repos/KennethChilds/zig-revolution/tags
MIT
[ "physics-simulation", "raylib-zig", "zig" ]
106,920
false
2025-03-31T20:24:32Z
true
true
0.14.0
github
[ { "commit": "master", "name": "raylib_zig", "tar_url": "https://github.com/Not-Nik/raylib-zig/archive/master.tar.gz", "type": "remote", "url": "https://github.com/Not-Nik/raylib-zig" } ]
Orbital Revolution Simulation in Zig Project Summary This Zig project implements a basic orbital revolution simulation with <a>raylib-zig bindings</a> Orbital Revolution The simulation models objects moving in circular orbits, a fundamental concept in celestial mechanics. Key aspects of the implementation include: ...
[]
https://avatars.githubusercontent.com/u/57362253?v=4
libjq.zig
tiawl/libjq.zig
2024-10-21T15:28:48Z
@jqlang C API packaged for @ziglang
trunk
0
0
0
0
https://api.github.com/repos/tiawl/libjq.zig/tags
Unlicense
[ "binding", "jq", "jqlang", "zig", "zig-package", "ziglang" ]
547
false
2025-05-07T10:20:14Z
true
true
0.14.0
github
[ { "commit": "master", "name": "toolbox", "tar_url": "https://github.com/tiawl/toolbox/archive/master.tar.gz", "type": "remote", "url": "https://github.com/tiawl/toolbox" }, { "commit": "master", "name": "oniguruma_zig", "tar_url": "https://github.com/tiawl/oniguruma.zig/archive/m...
libjq.zig This is a fork of <a>jqlang/jq</a> to package the libjq C API for <a>Zig</a> Why this fork ? The intention under this fork is to package <a>jqlang/jq</a> for <a>Zig</a>. So: * Unnecessary files have been deleted, * The build system has been replaced with <code>build.zig</code>, * A cron runs every day to c...
[]
https://avatars.githubusercontent.com/u/138373494?v=4
bibleparsing
scripturial/bibleparsing
2025-01-15T14:23:30Z
Zig library to read Greek parsing codes commonly used in annotated Koine Greek text.
master
0
0
0
0
https://api.github.com/repos/scripturial/bibleparsing/tags
MIT
[ "biblical-greek", "scripturial", "zig", "zig-package" ]
51
false
2025-02-09T16:11:45Z
true
true
unknown
github
[ { "commit": "efc0965909af0bafdb0122be3d8a35896b8887c0", "name": "bibleparsing", "tar_url": "https://github.com/scripturial/bibleparsing/archive/efc0965909af0bafdb0122be3d8a35896b8887c0.tar.gz", "type": "remote", "url": "https://github.com/scripturial/bibleparsing" } ]
Bible Parsing This library converts a bible parsing/tagging code into a compressed u32 value, and allows writing a u32 value back to a string. Tested using the parsing codes found in the Byzantine Text data files. ```zig // Convert code 'A-DSN' to u32 value. const in = try parse("A-DSN"); // Convert u32 value back t...
[ "https://github.com/scripturial/bibleparsing" ]
https://avatars.githubusercontent.com/u/131526244?v=4
digit
7R35C0/digit
2024-11-18T09:26:32Z
The module contains functions that return the number of digits.
main
0
0
0
0
https://api.github.com/repos/7R35C0/digit/tags
MIT
[ "digit", "digit-count", "digit-number", "zig", "ziglang" ]
24
false
2024-11-21T12:24:16Z
true
true
unknown
github
[]
README The module contains functions that return the number of digits for a <code>number</code>, using various algorithms. The code is based on following sources: <ul> <li><a>CodeMaze - What’s the Best Way to Count the Digits in a Number</a></li> <li><a>GitHub</a></li> <li><a>Daniel Lemire's blog - Computing th...
[]
https://avatars.githubusercontent.com/u/66430760?v=4
json-schema-validator
pascalPost/json-schema-validator
2024-10-04T07:55:48Z
JSON schema validator for Zig
main
0
0
0
0
https://api.github.com/repos/pascalPost/json-schema-validator/tags
MIT
[ "json-schema", "jsonschema", "validation", "validator", "zig", "ziglang" ]
71
false
2025-01-27T19:30:18Z
true
true
unknown
github
[]
json-schema-validator A JSON Schema validator implementation written in Zig, following the <a>Two-Argument Validation</a> interface specification. Overview This project aims to provide a robust JSON Schema validation solution implemented in Zig for the Zig ecosystem. It currently supports various JSON Schema draft...
[]
https://avatars.githubusercontent.com/u/311637?v=4
aoc-zig
teilin/aoc-zig
2024-10-01T08:14:48Z
Advent of Code solutions in Zig
main
0
0
0
0
https://api.github.com/repos/teilin/aoc-zig/tags
-
[ "advent-of-code", "aoc", "zig" ]
200
false
2025-01-31T10:59:34Z
true
true
unknown
github
[ { "commit": "2e58c8e49a0da7075fc66e4ae499b7acc5ea5a3f", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/2e58c8e49a0da7075fc66e4ae499b7acc5ea5a3f.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" } ]
AOC-ZIG Advent of Code (AOC) solutions in Zig programming language. Solutions <ul> <li><a>2023</a></li> <li><a>2024</a></li> </ul>
[]
https://avatars.githubusercontent.com/u/58425080?v=4
zeros
okvik/zeros
2024-09-26T22:29:45Z
Zig ecosystem for ROS 2 (WIP)
main
0
0
0
0
https://api.github.com/repos/okvik/zeros/tags
MIT
[ "robotics", "ros2", "zig" ]
43
false
2025-01-24T20:56:40Z
true
true
unknown
github
[]
Zeros (WIP) A very much work in progress of an alternative ecosystem for ROS 2 development including a client library, message generation, package build support, and so on; for developing simple and efficient robotics applications while minimizing contact surface with awful languages, dreadful compile times, (micro) d...
[]
https://avatars.githubusercontent.com/u/39087769?v=4
zig-commit-emojis
GROOOOAAAARK/zig-commit-emojis
2024-10-08T20:17:41Z
CLI made with Ziglang ⚡️ to get best suited emoji for git commits (inspired by gitmoji)
trunk
3
0
0
0
https://api.github.com/repos/GROOOOAAAARK/zig-commit-emojis/tags
MIT
[ "cli", "commits", "devtools", "zig" ]
30
false
2024-12-15T23:51:11Z
true
true
0.13.0
github
[ { "commit": "9a94c4803a52e54c26b198096d63fb5bde752da2.tar.gz", "name": "zig-cli", "tar_url": "https://github.com/sam701/zig-cli/archive/9a94c4803a52e54c26b198096d63fb5bde752da2.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/sam701/zig-cli" } ]
Zig Commit Emoji Description This project is a discovery of Zig through the following usecase: use a service to get a list of emojis usable in commit as well as a search feature to make sure to find the right one in any situation. Requirements <ul> <li>Zig 0.13.0</li> </ul> Project <code>bash zig build run</code> ...
[]
https://avatars.githubusercontent.com/u/50000796?v=4
Advent-of-Code-2024
zachpeterson13/Advent-of-Code-2024
2024-12-01T23:02:07Z
Advent of Code 2024 in Ziglang
main
0
0
0
0
https://api.github.com/repos/zachpeterson13/Advent-of-Code-2024/tags
-
[ "advent-of-code", "advent-of-code-2024", "advent-of-code-2024-zig", "zig", "ziglang" ]
124,812
false
2024-12-06T20:48:42Z
false
false
unknown
github
[]
Advent of Code 2024 I am solving this year's problems in ⚡<a>Zig</a>⚡
[]
https://avatars.githubusercontent.com/u/60233333?v=4
DSA_zig
rajrupdasofficial/DSA_zig
2025-01-05T15:27:59Z
DSA problem solving repository using zig programming language
master
0
0
0
0
https://api.github.com/repos/rajrupdasofficial/DSA_zig/tags
BSD-3-Clause
[ "dsa", "dsa-algorithm", "dsa-learning-series", "dsa-practice", "zig", "ziglang" ]
9
false
2025-04-11T16:41:27Z
true
true
unknown
github
[]
DSA problem solving using Zig programming language
[]
https://avatars.githubusercontent.com/u/46852393?v=4
zap-api-example
jonathan-foucher/zap-api-example
2024-11-16T23:30:07Z
An example of Zig API with Zap
master
0
0
0
0
https://api.github.com/repos/jonathan-foucher/zap-api-example/tags
-
[ "libpq", "zap", "zig" ]
19
false
2025-05-08T15:59:53Z
true
true
0.14.0
github
[ { "commit": "master", "name": "zap", "tar_url": "https://github.com/zigzap/zap/archive/master.tar.gz", "type": "remote", "url": "https://github.com/zigzap/zap" } ]
Introduction This project is an example of a Zig API using Zap, libpq and a postgres database. Run the project Database Install postgres locally or run it through docker with : <code>docker run -p 5432:5432 -e POSTGRES_DB=my_database -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres postgres</code> Applicati...
[]
https://avatars.githubusercontent.com/u/231984?v=4
zig-linereader
taikedz/zig-linereader
2024-10-10T22:00:55Z
A simple ASCII line reader for Zig, with line searching and self-cleanup
main
0
0
0
0
https://api.github.com/repos/taikedz/zig-linereader/tags
LGPL-3.0
[ "filereader", "strings", "zig" ]
12
false
2024-11-04T13:02:52Z
true
true
unknown
github
[]
Zig LineReader A general purpose library for Zig. Provides a one-call utility to read text files and perform line-oriented operations.
[]
https://avatars.githubusercontent.com/u/36650528?v=4
tcp-server
Archisman-Mridha/tcp-server
2024-11-23T14:31:28Z
Building a TCP server from scratch in each of : Rust, Zig and C
main
0
0
0
0
https://api.github.com/repos/Archisman-Mridha/tcp-server/tags
-
[ "c", "rust", "tcp", "tcp-server", "zig" ]
34
false
2025-04-10T12:53:35Z
false
false
unknown
github
[]
Implementing a TCP server from scratch Knowledge nuggets <ul> <li>The UT8 or ASCII encoding of 4,294,967,295 takes 10 bytes - 1 byte per digit. The binary encoding takes 4 bytes; quite the space saving! Conversely, the UTF8 or ASCII encoding of "63" uses just 2 bytes, versus the 4 byte if we're using a <strong>4-byte ...
[]
https://avatars.githubusercontent.com/u/7083478?v=4
mlir_toy
NaleRaphael/mlir_toy
2025-01-24T12:33:07Z
Learn MLIR the hard way (probably) with Zig.
master
0
0
0
0
https://api.github.com/repos/NaleRaphael/mlir_toy/tags
MIT
[ "mlir", "zig" ]
474
false
2025-04-13T12:52:24Z
true
true
unknown
github
[]
mlir_toy Learn MLIR the hard way (probably) with Zig. <ul> <li>Reimplement things in Zig if it's possible.</li> <li>Use Zig build system to replace CMake if it's possible.</li> <li>Minimize dependencies of LLVM internal libraries/tools.</li> </ul> I believe it's a way to make me learn more and gain a solid understand...
[]
https://avatars.githubusercontent.com/u/45996170?v=4
tizen-zig-app
griffi-gh/tizen-zig-app
2025-02-05T14:48:31Z
[experiment] trying to compile zig for tizen :p
main
0
0
0
0
https://api.github.com/repos/griffi-gh/tizen-zig-app/tags
-
[ "galaxy-watch", "tizen", "tizen-studio", "zig", "zig-build", "ziglang" ]
59
false
2025-04-21T16:06:06Z
true
true
0.13.0
github
[]
404
[]
https://avatars.githubusercontent.com/u/133709987?v=4
zlam
cartersusi/zlam
2024-09-05T22:06:52Z
null
main
0
0
0
0
https://api.github.com/repos/cartersusi/zlam/tags
-
[ "huggingface", "llama3", "llm", "transformers", "zig" ]
20
false
2024-10-27T14:44:37Z
false
false
unknown
github
[]
Setup ``` git clone https://github.com/cartersusi/zlam.git cd zlam python3 -m venv venv source venv/bin/activate pip install -r requirements.txt Tokens in credentials huggingface-cli login git remote add hf https://huggingface.co/cartersusi/zig-LLaMa chmod +x run_peft.sh ./run_peft.sh ```
[]
https://avatars.githubusercontent.com/u/36650528?v=4
ethereum-node-implementation
Archisman-Mridha/ethereum-node-implementation
2024-09-16T05:53:12Z
Ethereum execution and consensus client implemented in Zig
main
0
0
0
0
https://api.github.com/repos/Archisman-Mridha/ethereum-node-implementation/tags
-
[ "ethereum", "ethereum-consensus-client", "ethereum-execution-client", "ethereum-node", "ethereum-zig", "zig" ]
47
false
2025-02-01T07:14:48Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/164030498?v=4
zna
cherninlab/zna
2024-11-08T23:44:42Z
zna (Zen Navigation Assistant) is a minimal, lightning-fast command-line directory navigator written in Zig.
main
0
0
0
0
https://api.github.com/repos/cherninlab/zna/tags
MIT
[ "cli", "zig" ]
7
false
2024-11-22T10:25:00Z
true
false
unknown
github
[]
zna <code>zna</code> (Zen Navigation Assistant) is a minimal, lightning-fast command-line directory navigator written in Zig. Installation From Binary (recommended) ```bash Linux (x86_64) curl -L https://github.com/cherninlab/zna/releases/latest/download/zna-linux-x86_64 -o zna chmod +x zna sudo mv zna /usr/loc...
[]
https://avatars.githubusercontent.com/u/44740171?v=4
zig-ansi-parse
chardoncs/zig-ansi-parse
2024-10-31T06:17:49Z
Comptime-proof ANSI format parsing library for Zig
main
1
0
0
0
https://api.github.com/repos/chardoncs/zig-ansi-parse/tags
MIT
[ "ansi-code", "ansi-colors", "ansi-terminal", "colorization", "parser", "zig", "ziglang" ]
51
false
2025-03-07T03:43:30Z
true
true
0.14.0
github
[]
zig-ansi-parse Comptime-proof ANSI format parsing library for Zig. <a>How it works?</a> Install <ol> <li>Fetch it in your project, <code>&lt;version&gt;</code> is the version you want</li> </ol> <code>bash zig fetch --save https://github.com/chardoncs/zig-ansi-parse/archive/refs/tags/v&lt;version&gt;.tar.gz</code> ...
[]
https://avatars.githubusercontent.com/u/71959210?v=4
ziggy-pydust-template
itsmeadarsh2008/ziggy-pydust-template
2025-02-01T11:49:50Z
A template for building Python extensions in Zig using Pydust toolkit. (use with uv)
develop
0
0
0
0
https://api.github.com/repos/itsmeadarsh2008/ziggy-pydust-template/tags
Apache-2.0
[ "extension", "python", "template", "zig" ]
265
true
2025-04-28T11:20:59Z
false
false
unknown
github
[]
Ziggy Pydust Template This repository contains a template for writing and packaging native Python extension modules in Zig using <a>Pydust</a> framework. This template includes: <ul> <li>A Python <code>uv</code> project.</li> <li>A <code>src/</code> directory containing a Pydust Python module.</li> <li>Pytest setup f...
[]
https://avatars.githubusercontent.com/u/93550458?v=4
c-zig
thehxdev/c-zig
2024-09-10T22:40:05Z
A simple example of how to use Zig compiler to compile both C and Zig source files into a single executable
main
0
0
0
0
https://api.github.com/repos/thehxdev/c-zig/tags
-
[ "c", "zig" ]
2
false
2024-09-17T00:19:23Z
false
false
unknown
github
[]
C-Zig Just a simple example of how to use Zig compiler to compile <code>adder.c</code> and <code>main.zig</code> file that includes a C header file called <code>adder.h</code>. Read the <a>build.sh</a> file to learn more. Build Just run the <code>build.sh</code> script. <code>bash ./build.sh</code> Why a build scri...
[]
https://avatars.githubusercontent.com/u/66168396?v=4
zig-explorer
Roeliefantje/zig-explorer
2024-12-24T21:05:05Z
File explorer made in zig, meant to support tags in the future and file previews and other features I would like to see in my file explokrer.
main
0
0
0
0
https://api.github.com/repos/Roeliefantje/zig-explorer/tags
-
[ "clay", "fileexplorer", "zig", "ziglang" ]
284
false
2025-01-02T15:46:37Z
true
true
unknown
github
[ { "commit": "06c7feeeacc4eef3092f55748d6bb8d207ae4c41.tar.gz", "name": "zclay", "tar_url": "https://github.com/johan0A/clay-zig-bindings/archive/06c7feeeacc4eef3092f55748d6bb8d207ae4c41.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/johan0A/clay-zig-bindings" }, { "commit":...
404
[]
https://avatars.githubusercontent.com/u/192349959?v=4
ziglings-solutions
PedroRevesMD/ziglings-solutions
2025-01-07T22:40:10Z
My Ziglings Solutions
main
0
0
0
0
https://api.github.com/repos/PedroRevesMD/ziglings-solutions/tags
-
[ "zig", "ziglang", "ziglings", "ziglings-exercises" ]
1,433
false
2025-01-14T21:25:57Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/72021589?v=4
ProceduralAnimation
roy-corentin/ProceduralAnimation
2024-10-13T08:55:33Z
Expirmentation of procedural animation in Zig with Raylib
main
0
0
0
0
https://api.github.com/repos/roy-corentin/ProceduralAnimation/tags
-
[ "procedural-animation", "zig" ]
27
false
2025-02-14T11:04:52Z
true
true
unknown
github
[ { "commit": "devel.tar.gz", "name": "raylib-zig", "tar_url": "https://github.com/Not-Nik/raylib-zig/archive/devel.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/Not-Nik/raylib-zig" } ]
404
[]
https://avatars.githubusercontent.com/u/67933444?v=4
langton.zig
0xErwin1/langton.zig
2024-08-18T13:46:54Z
Langton's ant made in Zig and Raylib
main
0
0
0
0
https://api.github.com/repos/0xErwin1/langton.zig/tags
GPL-3.0
[ "langton-ant", "raylib", "raylib-zig", "zig" ]
19
false
2024-08-18T13:51:04Z
true
true
unknown
github
[ { "commit": "devel.tar.gz", "name": "raylib-zig", "tar_url": "https://github.com/Not-Nik/raylib-zig/archive/devel.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/Not-Nik/raylib-zig" } ]
Langton's Ant in Zig Rquirements <ul> <li>Zig: 0.13.0</li> <li>Raylib: 3.7.0</li> </ul> Build ```bash zig build ./zig-out/bin/langton or zig build run ```
[]
https://avatars.githubusercontent.com/u/104794884?v=4
nimrod
OsakiTsukiko/nimrod
2024-10-27T09:59:21Z
Blazingly fast decentralized authority signing API written in Zig.
main
0
0
0
0
https://api.github.com/repos/OsakiTsukiko/nimrod/tags
MIT
[ "api", "zig" ]
13
false
2024-11-26T11:54:49Z
true
true
unknown
github
[ { "commit": "master", "name": "zqlite", "tar_url": "https://github.com/karlseguin/zqlite.zig/archive/master.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/zqlite.zig" }, { "commit": "master", "name": "zap", "tar_url": "https://github.com/zigzap/zap/archive/maste...
404
[]
https://avatars.githubusercontent.com/u/45214659?v=4
emu
0xdeb7ef/emu
2024-11-09T14:55:18Z
A Zig library that offers some simple CPUs to emulate.
master
0
0
0
0
https://api.github.com/repos/0xdeb7ef/emu/tags
MIT
[ "chip-8", "chip8", "emulation", "emulator", "zig" ]
16
false
2024-11-30T02:44:26Z
true
true
unknown
github
[ { "commit": "master", "name": "chip8_test_suite", "tar_url": "https://github.com/Timendus/chip8-test-suite/archive/master.tar.gz", "type": "remote", "url": "https://github.com/Timendus/chip8-test-suite" } ]
emu This repo is ment to hold my attempts at emulating random stuff that I find interesting. At the moment, there's only an unfinished CHIP-8 implementation. My goal is to make it a sort of library that can be used to emulate various different CPUs and/or hardware. CHIP-8 All the CHIP-8 opcodes have been implement...
[]
https://avatars.githubusercontent.com/u/84424661?v=4
zig-first-example
gustavocadev/zig-first-example
2024-08-29T19:43:21Z
null
main
0
0
0
0
https://api.github.com/repos/gustavocadev/zig-first-example/tags
-
[ "zig" ]
0
false
2024-08-29T19:45:46Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/44583679?v=4
openwrt-led-night-mode
yhdgms1/openwrt-led-night-mode
2024-08-09T15:37:23Z
Disable LED's in night time on router
main
0
0
0
0
https://api.github.com/repos/yhdgms1/openwrt-led-night-mode/tags
-
[ "openwrt", "zig" ]
17
false
2024-08-13T12:19:36Z
true
true
0.13.0
github
[ { "commit": "c9327827352354da246733e97535754ced64def8", "name": "chameleon", "tar_url": "https://github.com/tr1ckydev/chameleon/archive/c9327827352354da246733e97535754ced64def8.tar.gz", "type": "remote", "url": "https://github.com/tr1ckydev/chameleon" } ]
openwrt-led-night-mode It is a tool for managing the brightness of LEDs on OpenWRT routers. It allows users to automatically adjust the brightness of their router's LEDs during specified night hours to reduce light pollution and save energy. How it works The program interacts with the router's cron system to schedul...
[]
https://avatars.githubusercontent.com/u/736007?v=4
bluepill-zig
aleh/bluepill-zig
2024-08-18T20:14:42Z
Bare Metal Zig on STM32
master
0
0
0
0
https://api.github.com/repos/aleh/bluepill-zig/tags
-
[ "bluepill", "stm32", "stm32f103", "zig" ]
23
false
2024-08-21T21:31:16Z
false
false
unknown
github
[]
Bare Metal Zig on STM32 This is about using <a>Zig</a> alone to directly program boards based on STM32F103xx MCU, such as "Blue Pill" clones of Maple Mini. Requirements <ul> <li> A Blue Pill board or similar, see <a>here</a> for general and physical info. </li> <li> <a>Zig</a> to build our examples. (I used versi...
[]
https://avatars.githubusercontent.com/u/116080000?v=4
curve2ed
theinfinityway/curve2ed
2024-10-13T14:45:44Z
Simple Zig library for Curve25519 <-> Ed25519 conversion
main
0
0
0
0
https://api.github.com/repos/theinfinityway/curve2ed/tags
MIT
[ "curve25519", "ecc", "ed25519", "zig" ]
4
false
2024-10-13T15:29:02Z
true
true
unknown
github
[]
curve2ed Simple Zig library for Curve25519 &lt;-&gt; Ed25519 conversion Install You can install the library using <a>zigmod</a>. <ol> <li>Add library to <code>zigmod.yml</code></li> </ol> 2. <a>Integrate zigmod with <code>build.zig</code></a> 3. Run <code>zigmod fetch</code> Example ```zig const std = @import("s...
[]
https://avatars.githubusercontent.com/u/2584714?v=4
zig_origin
jjuel/zig_origin
2024-10-17T21:34:34Z
Zig Origin (zo) is a command-line tool designed to replace and enhance the functionality of zig init. It provides a more flexible and feature-rich way to initialize Zig projects.
trunk
0
0
0
0
https://api.github.com/repos/jjuel/zig_origin/tags
MIT
[ "init", "zig" ]
31
false
2025-01-22T03:57:32Z
true
true
unknown
github
[]
Zig Origin (zo) Zig Origin (zo) is a versatile command-line tool designed to streamline the initialization and management of Zig projects. It offers various templates and options to cater to different project types, including standard applications, minimal setups, embedded systems, and projects with Nix Flake integrat...
[]
https://avatars.githubusercontent.com/u/12181586?v=4
sharkuana
ghostiam/sharkuana
2024-10-10T23:54:27Z
Sharkuana - Wireshark plugin bindings for the ZIG language
master
0
0
0
0
https://api.github.com/repos/ghostiam/sharkuana/tags
MIT
[ "wireshark", "wireshark-dissector", "wireshark-plugin", "zig", "ziglang" ]
40
false
2024-12-22T23:32:13Z
true
true
unknown
github
[ { "commit": null, "name": "wireshark", "tar_url": null, "type": "relative", "url": "wireshark" } ]
Sharkuana - Wireshark plugin bindings for the ZIG language A <strong>very early</strong>, API for creating Wireshark plugins in the ZIG language. At the moment, only the ability to build for MacOS and Linux has been tested, but as soon as the main functionality is completed, support for Windows will be implemented. ...
[]
https://avatars.githubusercontent.com/u/60233333?v=4
zig_zap_explorer
rajrupdasofficial/zig_zap_explorer
2024-12-25T15:55:32Z
Zig's framework zap based implementation of REST API
master
0
0
0
0
https://api.github.com/repos/rajrupdasofficial/zig_zap_explorer/tags
BSD-3-Clause
[ "zap", "zig", "ziglang" ]
5
false
2025-04-11T16:42:07Z
true
true
unknown
github
[ { "commit": "master", "name": "pg", "tar_url": "https://github.com/karlseguin/pg.zig/archive/master.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/pg.zig" }, { "commit": "master", "name": "zap", "tar_url": "https://github.com/zigzap/zap/archive/master.tar.gz", ...
Zap based REST API project This project is a REST API project based on the ZAP framework. The project is a simple REST API that allows users to signup and store data in postgresql sql. The project is built using the ZAP framework, which is a lightweight and easy-to-use framework for building REST APIs. This project is...
[]
https://avatars.githubusercontent.com/u/30412223?v=4
ascii-game-of-life
Kiuh/ascii-game-of-life
2024-08-19T11:51:18Z
zig terminal app of Conway's game of life with ascii graphics
master
0
0
0
0
https://api.github.com/repos/Kiuh/ascii-game-of-life/tags
GPL-3.0
[ "ascii-graphics", "conways-game-of-life", "game-of-life", "zig", "ziglang" ]
1,262
false
2024-08-28T18:52:30Z
true
true
0.13.0
github
[ { "commit": "0.9.1.tar.gz", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/0.9.1.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" } ]
Ascii game of life written in zig A simple terminal implementation of <a>Conway`s game of life</a>. Implemented in <a>zig lang</a>, using <a>clap</a> for command line parsing. Tested with zig version 0.13.0 Download and build For downloading you can clone this repo. <code>git clone https://github.com/Kiuh/ascii-ga...
[]
https://avatars.githubusercontent.com/u/15877106?v=4
squeezelite
tsirysndr/squeezelite
2024-08-30T07:05:02Z
Lightweight headless squeezebox player for Lyrion Media Server
master
0
0
0
0
https://api.github.com/repos/tsirysndr/squeezelite/tags
NOASSERTION
[ "multiroom-audio", "squeezebox", "squeezelite", "zig" ]
719
true
2024-08-31T21:05:22Z
true
true
unknown
github
[]
Squeezelite v1.9.x, Copyright 2012-2015 Adrian Smith, 2015-2024 Ralph Irving. See the squeezelite manpage for usage details. https://ralph-irving.github.io/squeezelite.html This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Fre...
[]
https://avatars.githubusercontent.com/u/88404826?v=4
zutil
twilkinson3421/zutil
2025-01-08T23:13:54Z
A simple collection of utilities for working with the Zig programming language
master
0
0
0
0
https://api.github.com/repos/twilkinson3421/zutil/tags
Unlicense
[ "zig" ]
2
false
2025-01-08T23:14:24Z
true
true
unknown
github
[]
ZUtil A simple collection of utilities for working with the Zig programming language. Contains documentation in the source code. Features For Zig compiler version <code>0.13.0</code>. \ Updated for <em>ZUtil</em> <code>1.0.0</code>. | Feature | Description | | ...
[ "https://github.com/twilkinson3421/zbinutils" ]
https://avatars.githubusercontent.com/u/442455?v=4
cimgui_toggle
dinau/cimgui_toggle
2025-01-07T08:38:19Z
The wrapper library for C language to use imgui_toggle library written by C++.
main
0
0
0
0
https://api.github.com/repos/dinau/cimgui_toggle/tags
MIT
[ "cimgui", "demo", "example", "imgui", "nelua", "nim", "sw", "toggle", "wrapper", "zig" ]
1,879
false
2025-05-17T05:30:50Z
false
false
unknown
github
[]
<ul> <li><a>cimgui_toggle</a></li> <li><a>Prerequisites</a></li> <li><a>Build and run</a></li> <li><a>Custom window</a></li> </ul> cimgui_toggle <code>cimgui_toggle</code> is C language wrapper for <code>imgui_toggle</code> library Based on https://github.com/cmdwtf/imgui_toggle Prerequisites <ol> <...
[]
https://avatars.githubusercontent.com/u/134714087?v=4
todo-zig
Kei-K23/todo-zig
2024-10-04T14:26:36Z
Todo CLI application for learning Zig
main
0
0
0
0
https://api.github.com/repos/Kei-K23/todo-zig/tags
-
[ "cli", "todo", "zig" ]
4
false
2024-10-04T14:33:02Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/85331378?v=4
STM32-ZIG
RafaelVVolkmer/STM32-ZIG
2024-10-04T18:17:54Z
An approach to using the Zig language for embedded systems on STMicroeletronics evaluation boards for 32-bit Core M4 MCUs.
main
0
0
0
0
https://api.github.com/repos/RafaelVVolkmer/STM32-ZIG/tags
GPL-2.0
[ "baremetal-programming", "embedded-systems", "hardware-abstraction-layer", "registers", "stm32", "stm32f4", "zig" ]
11
false
2024-10-21T20:10:38Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/131526244?v=4
singly_linked_list
7R35C0/singly_linked_list
2024-11-18T10:09:19Z
The module contains functions used in singly linked lists.
main
0
0
0
0
https://api.github.com/repos/7R35C0/singly_linked_list/tags
MIT
[ "linked-list", "singly-linked-list", "zig", "ziglang" ]
31
false
2024-11-21T12:28:34Z
true
true
unknown
github
[]
README The module contains functions used in singly linked lists. These functions do not make assertions, can lead to infinite loops in code and cycles in nodes or lists. As a general rule, cycles should be broken before any other changes. Almost all functions are candidates for applying this rule. Keep this i...
[]
https://avatars.githubusercontent.com/u/187177835?v=4
todo
oppensauce/todo
2024-12-05T09:38:28Z
To-Do List application implemented in various programming languages.
release
0
0
0
0
https://api.github.com/repos/oppensauce/todo/tags
MIT
[ "c", "cpp", "csharp", "elixir", "erlang", "golang", "java", "javascript", "js", "programming-languages", "python", "rust", "todo", "ts", "typescript", "zig", "ziglang" ]
17
false
2024-12-05T09:44:41Z
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/41696364?v=4
chip8-zig
Crystal4B/chip8-zig
2025-01-15T19:30:27Z
Chip8 emulator written in zig
main
0
0
0
0
https://api.github.com/repos/Crystal4B/chip8-zig/tags
-
[ "chip-emulator", "chip8", "zig" ]
15
false
2025-02-08T20:25:47Z
true
true
0.11.0
github
[]
404
[]
https://avatars.githubusercontent.com/u/2539760?v=4
zig-ts-interpreter
colevoss/zig-ts-interpreter
2024-12-12T06:43:37Z
A TypeScript interpreter written in Zig for some fucking reason
main
1
0
0
0
https://api.github.com/repos/colevoss/zig-ts-interpreter/tags
-
[ "typescript", "zig" ]
18
false
2024-12-12T23:10:50Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/177685?v=4
advent_of_code_2024
lithammer/advent_of_code_2024
2024-12-02T21:27:56Z
Advent of Code 2024
trunk
0
0
0
0
https://api.github.com/repos/lithammer/advent_of_code_2024/tags
MIT
[ "advent-of-code-2024", "advent-of-code-2024-zig", "aoc2024", "zig" ]
5
false
2024-12-13T08:16:35Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/200686?v=4
zig-sdl3-test
deckarep/zig-sdl3-test
2024-11-12T20:43:47Z
Bootstrapping Zig to compile against SDL3
main
0
0
0
0
https://api.github.com/repos/deckarep/zig-sdl3-test/tags
-
[ "dylib", "dynamic-linking", "framework", "gamedev", "macos", "sdl", "sdl3", "zig", "ziglang" ]
2,300
false
2024-11-12T20:46:26Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/9214692?v=4
composable-string
vsvsv/composable-string
2024-10-06T01:10:17Z
A UTF-8 string library made for Zig
main
0
0
0
0
https://api.github.com/repos/vsvsv/composable-string/tags
MIT
[ "string", "utf-8", "zig" ]
62
false
2025-03-18T01:10:16Z
true
true
unknown
github
[]
composable-string A work-in-progress string library for the Zig programming language <a></a> <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 library is a work-in-progress! Future API changes might brea...
[]
https://avatars.githubusercontent.com/u/146390816?v=4
cpputest
allyourcodebase/cpputest
2024-12-27T14:08:23Z
Package for CppUTest
main
0
0
0
0
https://api.github.com/repos/allyourcodebase/cpputest/tags
MIT
[ "zig", "zig-package" ]
2
false
2025-01-12T13:10:51Z
true
true
unknown
github
[ { "commit": "refs", "name": "cpputest", "tar_url": "https://github.com/cpputest/cpputest/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/cpputest/cpputest" } ]
CppUTest Zig Using zig build system to build <a>CppUTest</a> unit test library. Adding It to your project First update your <em>build.zig.zon</em> with: <code>bash zig fetch --save git+https://github.com/lcp5y3/cpputest-zig.git#v4.0.0</code> After that you can link <code>CppUTest</code> with your project by adding...
[ "https://github.com/allyourcodebase/cpputest" ]
https://avatars.githubusercontent.com/u/78876133?v=4
cfmt
IOKG04/cfmt
2025-01-26T18:53:16Z
sprintf() like formatting entirely in zig - sometimes std.fmt is just too weak
main
0
0
0
0
https://api.github.com/repos/IOKG04/cfmt/tags
0BSD
[ "formatting", "sprintf-style", "zig" ]
15
false
2025-01-27T09:20:40Z
true
false
unknown
github
[]
cfmt Zig's <code>@import("std").fmt</code> may be good, but in some cases you just need a little bit more functionality. Now why not just link in <code>libc</code> and use <code>sprintf()</code> and such? Either because you are on some device where there isn't (yet) a <code>libc</code> to link against, because you j...
[]
https://avatars.githubusercontent.com/u/12974685?v=4
loxig
kemingy/loxig
2024-09-29T15:37:57Z
A Lox language interprete implemented in Zig
main
0
0
0
0
https://api.github.com/repos/kemingy/loxig/tags
-
[ "interpreter", "learning-by-doing", "zig", "ziglang" ]
62
false
2024-11-05T09:44:49Z
true
true
0.13.0
github
[]
LoXig This is a <a>Lox</a> interpreter written in Zig. This is a starting point for Zig solutions to the <a>"Build your own Interpreter" Challenge</a>. This challenge follows the book <a>Crafting Interpreters</a> by Robert Nystrom.
[]
https://avatars.githubusercontent.com/u/34104395?v=4
zdb
skytwosea/zdb
2025-01-01T03:36:36Z
functional translation to Zig of Sy Brand's sdb: Building a Debugger (No Starch Press)
main
0
0
0
0
https://api.github.com/repos/skytwosea/zdb/tags
-
[ "debugger", "zig" ]
8
false
2025-01-10T15:46:41Z
true
true
unknown
github
[ { "commit": null, "name": "libzdb", "tar_url": null, "type": "relative", "url": "lib" } ]
debian requires libedit.dev : apt install libedit-dev
[]
https://avatars.githubusercontent.com/u/108023692?v=4
bench_web_server_v1.1
Hayatto9217/bench_web_server_v1.1
2024-11-26T13:39:30Z
各言語でのベンチマークからわかる考察
main
0
0
0
0
https://api.github.com/repos/Hayatto9217/bench_web_server_v1.1/tags
MIT
[ "benchmark", "deno", "go", "rust", "zig" ]
4,143
false
2024-11-27T02:51:21Z
false
false
unknown
github
[]
Deno, Go, Rust, Zig: A Benchmark 考察入り Intro Zig のOS自作中にふと気がついたのですが,Webでベンチマークするとどれぐらいの比較があるのか確認したくなりました。 *ZigのVersionが変更されたことによって、標準ライブラリーが削除されているという...(先月修正したばかりなのに) StreamServerライブラリが削除されている..... ベンチマーク | Language | Requests per second | Time per request | | :------- | :---------------------- | :-----------...
[]
https://avatars.githubusercontent.com/u/1970306?v=4
zig_how_it_works
rustkas/zig_how_it_works
2024-12-03T09:02:38Z
Исходные коды к статье о языке программирования Zig "Как работает Zig?"
main
0
0
0
0
https://api.github.com/repos/rustkas/zig_how_it_works/tags
-
[ "tutorial", "zig", "ziglang" ]
9
false
2024-12-03T10:05:05Z
true
true
unknown
github
[]
Как работает Zig? Исходные коды к статье о языке программирования Zig <a>"Как работает Zig?"</a> <a>Оригинал статьи</a> <a>Исходный код автора</a> Создание нового проекта: <code>zig init</code>
[]
https://avatars.githubusercontent.com/u/18556?v=4
aoc.zig
derveloper/aoc.zig
2024-12-03T20:03:13Z
advent of code in zig
main
0
0
0
0
https://api.github.com/repos/derveloper/aoc.zig/tags
-
[ "advent-of-code", "adventofcode", "aoc", "zig" ]
34
false
2024-12-09T20:46:17Z
true
true
unknown
github
[ { "commit": null, "name": "ansi", "tar_url": null, "type": "remote", "url": "zig-ansi" } ]
404
[]
https://avatars.githubusercontent.com/u/6529548?v=4
Valdala
TheOnlySilverClaw/Valdala
2024-09-20T15:58:32Z
null
development
0
0
0
0
https://api.github.com/repos/TheOnlySilverClaw/Valdala/tags
BSD-3-Clause
[ "3d-game", "game", "voxel-game", "webgpu", "zig" ]
17,091
false
2025-05-20T20:06:49Z
true
true
0.14.0
github
[ { "commit": "main.zip", "name": "TrueType", "tar_url": "https://codeberg.org/andrewrk/TrueType/archive/main.zip.tar.gz", "type": "remote", "url": "https://codeberg.org/andrewrk/TrueType" }, { "commit": "develop.zip", "name": "webgpu", "tar_url": "https://codeberg.org/Silverclaw/z...
Valdala Valdala is supposed to become a game... eventually. Currently, it is primarly my excuse to tinker with technologies I'm interested in. How it started Like most of my projects, the idea started with me being unsatisfied with something. In this case, Minecraft. I liked building houses and towns, but after a co...
[]
https://avatars.githubusercontent.com/u/73619102?v=4
aoc-2023
benyakirten/aoc-2023
2024-09-14T21:36:27Z
Advent of code 2023
main
1
0
0
0
https://api.github.com/repos/benyakirten/aoc-2023/tags
MIT
[ "advent-of-code-2023", "zig" ]
134
false
2024-09-29T11:54:05Z
false
false
unknown
github
[]
Advent of Code 2023 I have recently found myself with the desire to try out advent of code. Since I don't really want to start an entirely new project at this time, I figure this is a good place as any to get practice with Zig.
[]
https://avatars.githubusercontent.com/u/37193744?v=4
tzfile
nicolasbauw/tzfile
2025-01-26T16:56:59Z
Low level parsing of system timezone files.
master
0
0
0
0
https://api.github.com/repos/nicolasbauw/tzfile/tags
MIT
[ "iana", "parse", "timezome", "tz", "tzfile", "zig" ]
37
false
2025-03-02T14:15:20Z
true
true
unknown
github
[]
tzfile This library reads the system timezone information files (TZ Files) provided by IANA, and returns its data arranged in a struct. The TZfile fields are described in the man page (<a>http://man7.org/linux/man-pages/man5/tzfile.5.html</a>).
[]