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/3405886?v=4
ziglisp
tubo28/ziglisp
2023-08-28T11:08:32Z
A Lisp interpreter written in Zig
main
2
3
1
3
https://api.github.com/repos/tubo28/ziglisp/tags
MIT
[ "zig" ]
1,587
false
2024-08-19T06:48:52Z
true
false
unknown
github
[]
Ziglisp A yet another Lisp interpreter written in Zig. Disclaimer: the author make it for his own learning Zig purposes, so the quality is just that. Usage <ul> <li><code>zig run src/main.zig</code> to start REPL.</li> <li><code>zig run src/main.zig -- src/examples/mergesort.scm</code> to evaluate file.</li> </ul> ...
[]
https://avatars.githubusercontent.com/u/680789?v=4
tif
rupurt/tif
2023-08-29T01:08:15Z
Lightning fast tabular diffs, patches and merges for larger than memory datasets
main
0
3
0
3
https://api.github.com/repos/rupurt/tif/tags
MIT
[ "csv", "diff", "relational-model", "table-diff", "zig" ]
17
false
2024-12-02T01:18:30Z
true
true
unknown
github
[ { "commit": "f49b94700e0761b7514abdca0e4f0e7f3f938a93.tar.gz", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/f49b94700e0761b7514abdca0e4f0e7f3f938a93.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" } ]
Tif Lightning fast tabular <a>diffs</a>, <a>patches</a> and <a>merges</a> for larger than memory datasets. Usage <code>shell tif test/fixtures/people.csv test/fixtures/people_reverse.csv</code> <code>shell tif [-h] [-r &lt;READBUFFER&gt;] [-c &lt;COLBUFFER&gt;] [-m &lt;MAXCOLUMNS&gt;] &lt;PATH1&gt; &lt;PATH1&gt;</c...
[]
https://avatars.githubusercontent.com/u/2567177?v=4
biscuit-zig
malcolmstill/biscuit-zig
2023-09-27T23:45:58Z
Biscuit implementation for zig
master
0
3
0
3
https://api.github.com/repos/malcolmstill/biscuit-zig/tags
Apache-2.0
[ "zig", "zig-package" ]
143
false
2024-11-16T15:02:57Z
false
false
unknown
github
[]
biscuit-zig <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> The implementation is WIP and should not be used in production </blockquote> Zig implementation of https://www.biscuitsec.org/ Usage Authorizing ...
[]
https://avatars.githubusercontent.com/u/43040593?v=4
sillylisp
dantecatalfamo/sillylisp
2023-09-24T20:25:23Z
A sort-of-a-lisp extracted from a previous project.
master
0
3
1
3
https://api.github.com/repos/dantecatalfamo/sillylisp/tags
MIT
[ "config", "configuration-language", "lisp", "zig" ]
15
false
2024-10-06T17:26:05Z
true
false
unknown
github
[]
sillylisp A sort-of-a-lisp extracted from a previous project. Originally intended to be used as a configuration language. Designed to be easy to grok and fast. It doesn't have a garbage collector but instead frees everything when the environment is destroyed. Uses lists instead of cons cells internally. Supports lam...
[]
https://avatars.githubusercontent.com/u/24609692?v=4
llvm-ir-zig
seyhajin/llvm-ir-zig
2024-01-19T22:42:06Z
🚀 A minimal example to create and execute a LLVM IR module in Zig.
master
0
3
0
3
https://api.github.com/repos/seyhajin/llvm-ir-zig/tags
MIT
[ "linux", "llvm", "llvm-ir", "macos", "windows", "zig", "zig-package" ]
4
false
2024-11-09T09:43:49Z
true
false
unknown
github
[]
LLVM IR module in Zig A minimal example to create and execute a LLVM IR module in Zig. Install First of all, you need to install <a>LLVM</a> and <a>Zig</a> according to your system. Windows with <a>Scoop</a> <code>batch scoop install llvm zig</code> <blockquote> <span class="bg-yellow-100 text-yellow-800 text-...
[]
https://avatars.githubusercontent.com/u/29401356?v=4
zig-brainfuck
Lancern/zig-brainfuck
2024-02-08T07:40:19Z
Brainfuck JIT interpreter written in Zig
master
0
3
0
3
https://api.github.com/repos/Lancern/zig-brainfuck/tags
MIT
[ "brainfuck", "brainfuck-compiler", "brainfuck-interpreter", "jit", "zig" ]
14
false
2024-06-08T01:19:29Z
true
false
unknown
github
[]
zig-brainfuck This is a toy project that helps me learn Zig programming language. This project implements a <a>Brainfuck</a> interpreter with Just-In-Time (JIT) compilation. <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</sp...
[]
https://avatars.githubusercontent.com/u/1920783?v=4
zig-plugin
konomae/zig-plugin
2024-01-04T14:04:46Z
A proto WASM plugin for Zig.
main
0
3
2
3
https://api.github.com/repos/konomae/zig-plugin/tags
MIT
[ "zig", "ziglang" ]
157
false
2025-03-15T05:43:45Z
false
false
unknown
github
[]
Zig plugin <a>Zig</a> WASM plugin for <a>proto</a>. Installation Add the following to <code>.prototools</code>. <code>toml [plugins] zig = "github://konomae/zig-plugin"</code> Configuration Zig plugin does not support configuration. Hooks Zig plugin does not support hooks. Contributing Build the plugin: <cod...
[]
https://avatars.githubusercontent.com/u/6328046?v=4
argz
ceyhunkerti/argz
2023-08-22T17:57:21Z
command line argument parser for zig
main
0
3
0
3
https://api.github.com/repos/ceyhunkerti/argz/tags
-
[ "argument-parser", "cli", "zig" ]
10,105
false
2025-02-16T20:26:57Z
true
true
unknown
github
[]
argz: CLI application helper for Zig Supports: <ul> <li>Subcommands <code>app sub1 sub2</code></li> <li>Input options for primitive types <code>string</code> <code>integer</code> <code>boolean</code></li> <li>Chained options for boolean types <code>-abc</code> is same as <code>-a -b -c</code></li> <li>Flags for on/off...
[ "https://github.com/ceyhunkerti/oracle_tocsv" ]
https://avatars.githubusercontent.com/u/125233599?v=4
sycl2023-app
zigzap/sycl2023-app
2023-04-24T08:11:50Z
SYCL 2023 Survey Demo App
master
0
3
1
3
https://api.github.com/repos/zigzap/sycl2023-app/tags
MIT
[ "demo-app", "rest-api", "zap", "zig" ]
763
false
2024-05-29T09:09:22Z
true
true
unknown
github
[ { "commit": "refs", "name": "zap", "tar_url": "https://github.com/zigzap/zap/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/zigzap/zap" } ]
SYCL 2023 Demo App This is the demo survey app I used at the <a>SYCL 2023</a> conference in Vancouver. It is provided as is. Some of it, especially the CSS situation of the admin frontend, is a mess. <strong>NOTE</strong> The app won't start without a <code>passwords.txt</code> file present in its cwd. For that re...
[]
https://avatars.githubusercontent.com/u/3109144?v=4
zodo
unixzii/zodo
2023-07-11T15:45:16Z
A minimalist CLI todo list.
main
0
3
0
3
https://api.github.com/repos/unixzii/zodo/tags
MIT
[ "cli", "minimal", "todolist", "tools", "zig" ]
11
false
2023-07-28T02:32:39Z
true
false
unknown
github
[]
zodo A minimalist CLI todo list. Usage ``` Usage: zodo [command] [options] Commands: add [contents] Add a todo item rm [item_id] Remove a todo item ls List all the todo items ``` Install Via GitHub Releases Go to <a>release page</a>, click on <code>Assets</code> at the bo...
[]
https://avatars.githubusercontent.com/u/112193680?v=4
prism
nitrogenez/prism
2023-08-21T09:05:40Z
All about colors
main
0
3
0
3
https://api.github.com/repos/nitrogenez/prism/tags
BSD-3-Clause
[ "color", "colors", "colorspace", "utility", "utility-library", "zig", "zig-lib", "zig-library", "ziglang" ]
91
false
2025-01-23T19:21:33Z
true
true
unknown
github
[]
Table of Contents <ul> <li><a>Table of Contents</a></li> <li><a>Description</a></li> <li><a>Why Prism?</a></li> <li><a>Usage</a></li> <li><a>Building</a></li> <li><a>Contributing</a></li> <li><a>Colorspace Support</a><ul> <li><a>Meaning</a></li> </ul> </li> <li><a>License</a></li> </ul> Description Prism is a utili...
[]
https://avatars.githubusercontent.com/u/54639968?v=4
zsync
AlphaTechnolog/zsync
2023-11-26T11:52:31Z
Merge two folders fast and simple
main
0
3
0
3
https://api.github.com/repos/AlphaTechnolog/zsync/tags
-
[ "folders", "fs", "merging", "simple", "std", "zig" ]
4
false
2024-05-06T05:16:37Z
true
false
unknown
github
[]
ZSync ZSync is a little tool made in zig, which given two folders paths merges the content recursively of the source to the dest, so given the next command: <code>sh zsync ./{a,b}</code> zsync will merge the content of a into b by checking recursively the struct of the a folder. Installation <code>sh git clone htt...
[]
https://avatars.githubusercontent.com/u/558581?v=4
zig-ocr-neural-network
MadLittleMods/zig-ocr-neural-network
2023-10-05T04:39:25Z
A from scratch neural network implementation in Zig, trained against the MNIST dataset to recognize handwritten digits.
main
0
3
0
3
https://api.github.com/repos/MadLittleMods/zig-ocr-neural-network/tags
-
[ "deep-learning", "machine-learning", "mnist", "mnist-handwriting-recognition", "neural-network", "ocr", "zig" ]
116
false
2024-10-18T12:54:55Z
true
true
unknown
github
[ { "commit": "8b0154bea5121208826f0f0c864029e8b0e81446.tar.gz", "name": "zshuffle", "tar_url": "https://github.com/hmusgrave/zshuffle/archive/8b0154bea5121208826f0f0c864029e8b0e81446.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/hmusgrave/zshuffle" } ]
Basic OCR example using a neural network against the MNIST dataset <blockquote> [!TIP] If you are looking for a neural network library that you can include in your project, I've created a library based on this project -&gt; https://github.com/MadLittleMods/zig-neural-networks </blockquote> A from scratch neural netw...
[]
https://avatars.githubusercontent.com/u/16236219?v=4
asteroids
dylanlangston/asteroids
2023-12-05T01:33:07Z
A twist on the classic game where asteroids bounce off the walls.
main
0
3
1
3
https://api.github.com/repos/dylanlangston/asteroids/tags
MIT
[ "asteroids", "asteroids-game", "game-jam", "raylib", "zig" ]
4,543
false
2024-11-07T01:57:45Z
true
true
unknown
github
[ { "commit": "6094869e3e845e90e1e8ae41b98e889fb3e13e78.tar.gz", "name": "raylib", "tar_url": "https://github.com/raysan5/raylib/archive/6094869e3e845e90e1e8ae41b98e889fb3e13e78.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/raysan5/raylib" } ]
<a> </a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> Asteroid Arena is a twist on the classic game with an expanded world where asteroids bounce off the walls. Try to keep up as the amount of asteroids increases the more you destroy. Also watch out for rogue aliens!! This <a>...
[]
https://avatars.githubusercontent.com/u/32912555?v=4
tetris-raylib
candrewlee14/tetris-raylib
2024-01-11T22:33:10Z
Tetris clone built with Raylib
main
0
3
0
3
https://api.github.com/repos/candrewlee14/tetris-raylib/tags
MIT
[ "c", "raylib", "tetris", "zig" ]
6,850
false
2024-12-19T19:45:16Z
true
true
unknown
github
[ { "commit": "03ff864087a3ca46a60cd64ef709650cd8d824f5.tar.gz", "name": "raylib", "tar_url": "https://github.com/raysan5/raylib/archive/03ff864087a3ca46a60cd64ef709650cd8d824f5.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/raysan5/raylib" } ]
Tetris-Raylib I made for this for <a>Coding Challenges</a>'s Tetris challenge. I wanted to try hot reloading in C through recompiling &amp; reloading the core game logic as a shared library. Being a big Zig fan, I decided to use Zig's build system to enable doing this in debug mode, but compile it all statical...
[]
https://avatars.githubusercontent.com/u/11783357?v=4
podpad
SeedyROM/podpad
2023-10-29T06:20:44Z
Table based synthesizer/sequencer
main
0
3
0
3
https://api.github.com/repos/SeedyROM/podpad/tags
-
[ "audio", "dsp", "sequencer", "synthesizer", "zig" ]
106
false
2025-02-15T13:12:40Z
true
true
unknown
github
[ { "commit": "587205c11bfd88d515408209ca4b1c271e9f5db9.tar.gz", "name": "sdl", "tar_url": "https://github.com/Beyley/SDL/archive/587205c11bfd88d515408209ca4b1c271e9f5db9.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/Beyley/SDL" }, { "commit": "18a1df5a3ef8afa0782c419b153a21...
podpad 🎛️ podpad is a simple synthesizer and sequencer built with Zig and SDL2 (SDL3 soon). Example https://github.com/SeedyROM/podpad/assets/11783357/cf163150-0b23-40c3-9edc-ab91ba4cc05f Building <ul> <li>Windows:<ul> <li>Just run <code>zig build</code> and you should be good to go.</li> </ul> </li> <li>Linux and...
[]
https://avatars.githubusercontent.com/u/3642427?v=4
meta-zig
nateglims/meta-zig
2023-06-05T15:35:13Z
A Yocto Layer to build Zig recipes
master
1
3
0
3
https://api.github.com/repos/nateglims/meta-zig/tags
MIT
[ "yocto", "zig", "ziglang" ]
5
false
2025-04-08T09:53:19Z
false
false
unknown
github
[]
Dependencies URI: https://github.com/kraj/meta-clang.git branch: mickledore Patches Please submit changes via Pull Request Maintainer: nateglims Table of Contents I. Adding the meta-zig layer to your build II. Misc I. Adding the meta-zig layer to your build Run 'bitbake-layers add-layer meta-zig' II. Misc ...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-yaml
nektro/zig-yaml
2023-02-28T04:16:17Z
null
main
1
3
1
3
https://api.github.com/repos/nektro/zig-yaml/tags
MIT
[ "zig", "zig-package" ]
21
false
2025-05-21T20:33:40Z
true
false
unknown
github
[]
zig-yaml <a></a> <a></a> <a></a> <a></a> Zig bindings for <a>libyaml</a>.
[ "https://github.com/sytranvn/arkanoid", "https://github.com/tulilirockz/dough" ]
https://avatars.githubusercontent.com/u/499599?v=4
kcov
liyu1981/kcov
2024-01-09T04:48:17Z
a fork of kcov, for better covering zig/c/cpp, with same usage as kcov
kcov-zig
0
3
0
3
https://api.github.com/repos/liyu1981/kcov/tags
GPL-2.0
[ "coverage", "kcov", "zig" ]
2,718
true
2024-07-10T15:11:40Z
true
true
unknown
github
[]
A fork of <code>kcov</code> for better covering Zig This is a rather than naive fork of wonderful <code>kcov</code> for better supporting Zig projects. It adds the ability to auto recognize Zig's <code>unreachable</code> and <code>@panic</code> for auto ignoring. Here is a screenshot of auto ignoring <code>unreachab...
[]
https://avatars.githubusercontent.com/u/206480?v=4
typed.zig
karlseguin/typed.zig
2023-04-01T09:20:40Z
Tagged union that can represent many different types
master
0
3
0
3
https://api.github.com/repos/karlseguin/typed.zig/tags
MIT
[ "zig", "zig-library" ]
266
false
2025-01-30T00:41:10Z
true
false
unknown
github
[]
Typed.zig A tagged union type that can represent many different types. Similar to <code>std.json.Value</code>, but supports more types and has more functionality. typed.Value <code>typed.Value</code> is a union defined with the following tags: <code>zig null, bool: bool, i8: i8, i16: i16, i32: i...
[]
https://avatars.githubusercontent.com/u/50797868?v=4
zig-buddy2
maolonglong/zig-buddy2
2023-10-12T16:01:16Z
🧿 A simple buddy memory allocation library.
main
0
3
1
3
https://api.github.com/repos/maolonglong/zig-buddy2/tags
MIT
[ "allocator", "buddy", "buddy-system", "zig" ]
19
false
2024-12-10T04:38:15Z
true
false
unknown
github
[]
Buddy Memory Allocation <a></a> <a></a> A simple buddy memory allocation library. Inspired by <ul> <li><a>cloudwu/buddy</a></li> <li><a>wuwenbin/buddy2</a></li> <li><a>Buddy memory allocation (伙伴内存分配器)</a></li> <li><a>伙伴分配器的一个极简实现</a></li> </ul>
[]
https://avatars.githubusercontent.com/u/71951273?v=4
nix-zig-packager
garrisonhh/nix-zig-packager
2023-09-18T15:36:22Z
package zig 0.11.0+ projects for nix
master
0
3
0
3
https://api.github.com/repos/garrisonhh/nix-zig-packager/tags
-
[ "nix", "nix-flake", "nix-packages", "zig", "zig-package" ]
8
false
2023-09-21T19:27:43Z
false
false
unknown
github
[]
nix-zig-packager are you annoyed with zig 0.11.0 incompatibility with nix? me too! this is a fix before the zig compiler people figure it out (which I'm sure they will) adding to your flake this flake provides an overlay which provides <code>buildZig11Package</code>. here's a simple flake to build a zig project for ...
[]
https://avatars.githubusercontent.com/u/1356248?v=4
testz
srjilarious/testz
2023-12-05T13:54:26Z
A testing library for zig
main
0
3
0
3
https://api.github.com/repos/srjilarious/testz/tags
MIT
[ "zig", "zig-package" ]
666
false
2025-03-21T23:09:29Z
true
true
0.14.0
github
[]
Overview Testz is a testing library for zig that provides some extra features compared to the built in unit testing. <ul> <li>Color output with both a verbose mode and non-verbose mode</li> <li> A non-verbose mode, where each test shows as a symbol for passed, skipped, or failed: </li> <li> In verbose mode, ...
[]
https://avatars.githubusercontent.com/u/112365626?v=4
codemirror-mode-zig
imkylecat/codemirror-mode-zig
2024-01-01T08:43:17Z
Zig codemirror mode
main
0
3
0
3
https://api.github.com/repos/imkylecat/codemirror-mode-zig/tags
MIT
[ "codemirror", "npm", "zig" ]
20
false
2025-01-24T06:18:28Z
false
false
unknown
github
[]
<a></a>
[]
https://avatars.githubusercontent.com/u/5425986?v=4
building-x-in-y
martinothamar/building-x-in-y
2023-06-08T10:27:36Z
Repository where I experiment and build various systems for learning purposes (mostly low-level)
main
1
3
1
3
https://api.github.com/repos/martinothamar/building-x-in-y/tags
MIT
[ "csharp", "learning", "learning-by-doing", "rust", "zig" ]
571
false
2024-07-10T18:18:20Z
false
false
unknown
github
[]
Building X in Y This is a repository where I experment with languages and programming across a variety of topics for learning purposes <ul> <li>Datastructures and algorithms</li> <li>Systems/lowlevel programming</li> <li>Distributed systems</li> <li>Databases</li> <li>Anything high performance</li> </ul> Currently in...
[]
https://avatars.githubusercontent.com/u/2906836?v=4
match-finder
artronics/match-finder
2023-09-14T23:33:00Z
A fuzzy finder library written in zig
main
0
3
1
3
https://api.github.com/repos/artronics/match-finder/tags
-
[ "fuzzy-finder", "fzf", "string-matching", "zig" ]
494
false
2025-03-09T23:15:45Z
true
false
unknown
github
[]
MatchFinder A fuzzy finder similar to <a>fzf-native-vim</a> but with different scoring algorithm. <strong>NOTE:</strong> This is not a CLI tool but a library. Search term The search term is backward compatible with fzf. ``` foo -&gt; fuzzy 'foo -&gt; exact ^foo -&gt; prefix-exact foo$ -&gt; suffix-exact !foo -&gt;...
[]
https://avatars.githubusercontent.com/u/155343329?v=4
honey
honey-lang/honey
2024-01-01T04:51:42Z
The official repository for the Honey programming language.
master
2
3
0
3
https://api.github.com/repos/honey-lang/honey/tags
AGPL-3.0
[ "language", "scripting", "zig", "ziglang" ]
866
false
2025-04-14T07:41:22Z
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" } ]
honey honey is a small, embeddable scripting language written in Zig. At its core, honey takes inspiration from languages like Zig, JavaScript/TypeScript, Rust, and Elixir. It's designed to be a simple and easy to use language with a high ceiling for power users. Performance is a key goal of honey, and it's designed t...
[]
https://avatars.githubusercontent.com/u/1973?v=4
oblique
will/oblique
2023-02-20T15:35:30Z
a random oblique strategy
main
0
3
0
3
https://api.github.com/repos/will/oblique/tags
-
[ "nix", "oblique-strategies", "zig" ]
27
false
2024-12-12T13:36:12Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/32912555?v=4
xv6-riscv-zig
candrewlee14/xv6-riscv-zig
2023-08-22T22:28:05Z
xv6-riscv + Zig
main
0
3
1
3
https://api.github.com/repos/candrewlee14/xv6-riscv-zig/tags
NOASSERTION
[ "operating-systems", "riscv", "xv6", "xv6-riscv", "zig" ]
17,952
false
2025-02-03T04:52:48Z
true
false
unknown
github
[]
xv6-riscv-zig This compiles the xv6-riscv project with the Zig build system, and supports incrementally swapping out C code for Zig code. There are examples of kernel code and user programs using both C and Zig. Can build on Linux, OSX, and even Windows with only these system dependencies: - Zig 0.12 (<a>download her...
[]
https://avatars.githubusercontent.com/u/20820?v=4
drtl
jiripospisil/drtl
2023-06-20T21:11:19Z
Yet another tldr client written in Zig
master
0
3
0
3
https://api.github.com/repos/jiripospisil/drtl/tags
MIT
[ "tldr", "tldr-client", "zig", "ziglang" ]
1,755
false
2025-01-03T17:03:50Z
true
false
unknown
github
[]
drtl Yet another <a>tldr</a> client. Written mostly as an exercise to try Zig. The client doesn't maintain a local database of tldr pages but rather embeds all of them in the binary. Installation ``` On Arch Linux paru -Sy drtl-bin ``` You can also just use the <a>prebuilt binaries</a> or build it yourself. U...
[]
https://avatars.githubusercontent.com/u/6811788?v=4
zig_emscripten_threads
permutationlock/zig_emscripten_threads
2023-09-20T13:59:14Z
A toy example showing Zig threads working in Emscripten
main
0
3
0
3
https://api.github.com/repos/permutationlock/zig_emscripten_threads/tags
-
[ "emscripten", "threads", "zig" ]
7
false
2025-04-13T23:30:59Z
true
false
unknown
github
[]
Zig threads in Emscripten A toy example showing Zig threads working in the browser with Emscripten. Currently requires the standard library patch <a>#19287</a>. Also, there are issues with allocators in Emscripten release builds when not using the <code>emcc</code> flag <code>-s USE_OFFSET_CONVERTER</code>, see <a>he...
[]
https://avatars.githubusercontent.com/u/24381727?v=4
YAME
j0nimost/YAME
2023-07-26T05:15:11Z
Yet Another Math Expression Parser
main
0
2
0
2
https://api.github.com/repos/j0nimost/YAME/tags
-
[ "mathparser", "pratt-parser", "zig" ]
4
false
2023-11-01T17:12:07Z
false
false
unknown
github
[]
YAME Yet Another Math Expression Parser. Inspiration Learning How Different Parsers work, In this case the Pratt Parser How To <ul> <li>Install Zig version 0.10.1 : https://ziglang.org/learn/getting-started/</li> <li>Run <code>zig run main.zig</code></li> </ul> Author John Nyingi
[]
https://avatars.githubusercontent.com/u/23142073?v=4
wgsl-preprocessor
jrachele/wgsl-preprocessor
2023-06-18T02:40:00Z
Shader preprocessor for WGSL, written in Zig
main
0
2
0
2
https://api.github.com/repos/jrachele/wgsl-preprocessor/tags
MIT
[ "bevy", "mach", "preprocessor", "shaders", "wgsl", "zig" ]
14
false
2023-06-24T20:08:31Z
true
false
unknown
github
[]
WGSL Preprocessor Does what it says on the tin. Written in Zig. Inspired by Bevy's preprocessor. Features Import other files using the <code>#import</code> directive <em>shader.wgsl</em>: ```wgsl import "other_shader.wgsl" var b = 10; ``` <em>other_shader.wgsl</em>: <code>wgsl var a = 5;</code> <em>Result</...
[]
https://avatars.githubusercontent.com/u/16154204?v=4
baurinum
bauripalash/baurinum
2023-04-29T03:46:24Z
Simple and Lightweight (Prototype) BigNum Library for C
main
0
2
0
2
https://api.github.com/repos/bauripalash/baurinum/tags
MIT
[ "bigint", "bignum", "bignumber", "c", "mathematics", "zig", "ziglang" ]
46
false
2023-07-17T05:27:30Z
false
false
unknown
github
[]
baurinum 🐢 <strong>Simple and somewhat fast prototype bignum library written in C and Zig</strong> <blockquote> Simplicity over speed </blockquote> Why There exists many optimized production grade <code>bignum</code> libraries, but why create own? You might ask. This project has been started as a part of <a>CPan...
[]
https://avatars.githubusercontent.com/u/12962448?v=4
zig-central
star-tek-mb/zig-central
2023-02-10T11:53:09Z
Package registry/index for zig
master
0
2
0
2
https://api.github.com/repos/star-tek-mb/zig-central/tags
MIT
[ "package-manager", "zig" ]
13
false
2023-07-28T03:10:05Z
false
false
unknown
github
[]
Overview <code>zig-central</code> - is a package registry for zig. https://central.decoy.uz Status Status early alpha development TODO <ul> <li> Check for zig package manager compatibility </li> <li> Show package dependency if any (scan <code>build.zig.zon</code>) </li> <li> Show available artifacts (static/shar...
[]
https://avatars.githubusercontent.com/u/40660493?v=4
ZDSM
0x4c756e61/ZDSM
2024-01-27T13:42:31Z
⚡ Blazingly fast ⚡ and efficient implementation of the BDSM protocol, ZDSM prioritizes speed and modularity. Monitor your server's health with minimal impact and enjoy a modular design for easy customization ⚙️.
main
8
2
0
2
https://api.github.com/repos/0x4c756e61/ZDSM/tags
AGPL-3.0
[ "foss", "servermonitoring", "zig", "ziglang" ]
52
false
2024-09-10T15:14:04Z
true
true
unknown
github
[ { "commit": "refs", "name": "zap", "tar_url": "https://github.com/edyu/zap/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/edyu/zap" } ]
⚡ZDSM ⚡ - Zig Implementation of BDSM Protocol ZDSM is a ⚡blazingly fast ⚡ and efficient implementation of the BDSM (Basic Data Server Monitoring) protocol. It is designed to monitor your server's health with minimal impact, focusing on speed and modularity. Key Features <ul> <li><strong>⚡Blazingly Fast ⚡:</strong...
[]
https://avatars.githubusercontent.com/u/380158?v=4
kdev-zig
frmdstryr/kdev-zig
2023-10-21T20:08:45Z
KDevelop plugin which provides Zig language support.
master
0
2
0
2
https://api.github.com/repos/frmdstryr/kdev-zig/tags
LGPL-2.1
[ "editor", "ide", "kdevelop", "kdevelop-plugin", "zig" ]
463
true
2025-04-24T09:34:50Z
false
false
unknown
github
[]
Zig Language Support plugin This a plugin for <a>KDevelop</a> that adds language support for Zig. It uses zig's builtin parser via a library. Features <ul> <li>Syntax error messages</li> <li>Syntax highlighting of structs, fns, enums. Rainbow colored local vars</li> <li>Goto decl, view doc comments on hover.</li> <l...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-iso-3166-countrys
nektro/zig-iso-3166-countrys
2023-11-02T01:53:10Z
Zig package for ISO 3166 Country Codes
master
0
2
0
2
https://api.github.com/repos/nektro/zig-iso-3166-countrys/tags
0BSD
[ "zig", "zig-package" ]
8
false
2025-05-21T20:33:21Z
true
false
unknown
github
[]
zig-iso-3166-countrys <a></a> <a></a> <a></a> <a></a> ISO 3166 Country Codes https://www.iso.org/iso-3166-country-codes.html
[]
https://avatars.githubusercontent.com/u/13823329?v=4
zigterpreter
aryanrsuri/zigterpreter
2023-06-02T04:34:36Z
Writing monkey lang interpreter in zig
master
0
2
0
2
https://api.github.com/repos/aryanrsuri/zigterpreter/tags
MIT
[ "c", "monkey", "monkey-lang", "monkey-language", "zig" ]
30
false
2025-04-04T02:26:47Z
true
false
unknown
github
[]
Zigterpreter (0.0.26) Making a monkey lang interpreter in zig From the book Writing an interpreter in go [https://interpreterbook.com/] The author Thorsten Ball is smart, I reccomend buying the book to support his work Working on chapter 2 currently, in the pratt parser If you have any code reccomendations based...
[]
https://avatars.githubusercontent.com/u/25630273?v=4
mazes-wasm
verdog/mazes-wasm
2023-04-27T00:40:29Z
Maze generator ported from a native sdl2/zig app to wasm
main
0
2
0
2
https://api.github.com/repos/verdog/mazes-wasm/tags
-
[ "zig" ]
86,137
false
2024-10-12T23:15:43Z
true
false
unknown
github
[]
Maze generator in zig/SDL2 ported to run in the browser/WASM. Try it out at https://dogspluspl.us/mazeme! Building Use zig 0.11.0. First, update submodules: <code>git submodule update --init</code> Then: <code>zig build</code> or <code>zig build -Drelease-fast</code>
[]
https://avatars.githubusercontent.com/u/102580937?v=4
libgitz
terrablue/libgitz
2023-02-17T23:42:35Z
libgit2 with the build system replaced by zig
master
1
2
0
2
https://api.github.com/repos/terrablue/libgitz/tags
NOASSERTION
[ "git", "libgit2", "zig", "ziglang" ]
34,894
true
2024-11-24T20:45:26Z
true
true
unknown
github
[ { "commit": "f9e15eb744879e87257fc7413749c94924ae5b2e.tar.gz", "name": "http_parser", "tar_url": "https://github.com/terrablue/http_parser/archive/f9e15eb744879e87257fc7413749c94924ae5b2e.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/terrablue/http_parser" }, { "commit": "...
This is a fork of <a>libgit2</a>, packaged for Zig. Vendored dependencies have been extracted to their own repositories, and the build system has been replaced with <code>build.zig</code>. Original README follows: libgit2 - the Git linkable library | Build Status | | | ------------ | - | | <strong>main</strong> br...
[]
https://avatars.githubusercontent.com/u/1839807?v=4
wasm-hot-loading
Corendos/wasm-hot-loading
2023-06-19T15:43:54Z
WASM Module hotloading in native apps
master
0
2
0
2
https://api.github.com/repos/Corendos/wasm-hot-loading/tags
MIT
[ "cpp", "native", "wasm", "zig" ]
11,962
false
2024-09-17T15:11:37Z
false
false
unknown
github
[]
Wasm Hot-loading sample This directory contains a proof-of-concept of Wasm module hot-loading in native apps. It's composed of three main parts: * The sample core * The sample Wasm module * The server serving the Wasm module The Sample Core The sample core is responsible to wrap the Wasm Module into a C++ usable in...
[]
https://avatars.githubusercontent.com/u/145422627?v=4
http.zig
crispy-strawberry/http.zig
2023-12-21T11:10:12Z
An HTTP/1.1 compliant client and server in Zig
main
0
2
0
2
https://api.github.com/repos/crispy-strawberry/http.zig/tags
Apache-2.0
[ "http", "tcp", "zig", "ziglang" ]
51
false
2023-12-28T18:16:09Z
true
true
unknown
github
[]
http.zig Creating an HTTP/1.1 compliant server in Zig. Using Let's look at how to use the <code>http</code> package in your own project. <ul> <li>Run the following command inside your project root - <code>zig fetch git+https://github.com/crispy-strawberry/http.zig#main --save=http</code></li> <li>Open <code>build...
[]
https://avatars.githubusercontent.com/u/129234716?v=4
beachdemo-astro.zig
beachglasslabs/beachdemo-astro.zig
2023-07-03T21:17:25Z
Netflix clone in Zig, Astro, AlpineJS, and HtmX.
master
0
2
1
2
https://api.github.com/repos/beachglasslabs/beachdemo-astro.zig/tags
-
[ "alpinejs", "astro", "htmx", "zig" ]
2,444
true
2025-01-27T11:26:11Z
true
true
unknown
github
[ { "commit": "refs", "name": "zap", "tar_url": "https://github.com/zigzap/zap/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/zigzap/zap" } ]
beachdemo astro - netflix clone in This is based on <a>beachdemo.zig</a> with the addition of <a>Astro</a> for template composition. This particular project is written in ZAAX (Zig/Zap Astro Alpinejs htmX :stuck_out_tongue_winking_eye:): To test it out: 1. <code>git clone git@github.com:beachglasslabs/beachdemo...
[]
https://avatars.githubusercontent.com/u/40350332?v=4
Xjournal
Chanyon/Xjournal
2023-03-27T08:03:06Z
static website generated tool
main
0
2
1
2
https://api.github.com/repos/Chanyon/Xjournal/tags
MIT
[ "blog", "simple", "tool", "zig", "ziglang" ]
4,051
false
2024-10-17T20:56:01Z
true
true
unknown
github
[ { "commit": "5a681b4a34eb5f2c9dec37645f7742a61ffa9b76.tar.gz", "name": "httpz", "tar_url": "https://github.com/karlseguin/http.zig/archive/5a681b4a34eb5f2c9dec37645f7742a61ffa9b76.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/karlseguin/http.zig" }, { "commit": "e0f1a961a2...
静态博客生成工具 使用方式 <ul> <li>git clone &amp;&amp; cd Xjournal</li> <li>zig build run</li> <li>./zig-out/bin/xj.exe new content</li> <li>./zig-out/bin/xj.exe build =&gt; output ./zig-out/bin/dist</li> <li>./zig-out/bin/xj.exe serve -p 3000</li> </ul> blog效果
[]
https://avatars.githubusercontent.com/u/12645379?v=4
RBDOOM-3-BFG
reeFridge/RBDOOM-3-BFG
2023-11-30T17:27:49Z
An ongoing effort to port RBDOOM-3-BFG parts to Zig
feature/ztech_common-init
4
2
0
2
https://api.github.com/repos/reeFridge/RBDOOM-3-BFG/tags
GPL-3.0
[ "rbdoom3bfg", "zig" ]
70,904
true
2025-05-17T21:56:14Z
false
false
unknown
github
[]
<code>`` ____ ____ ____ _____ ____ ______ ______ / __ \ / __ ) / __ \ ____ ____ ____ ___ |__ / / __ ) / ____// ____/ / /_/ // __ |/ / / // __ \ / __ \ / __</code><strong> \ /<em> &lt; / __ |/ /<em> / / __ / </em>, <em>// /</em>/ // /<em>/ // /</em>/ // /_/ // / / / ...
[]
https://avatars.githubusercontent.com/u/78605863?v=4
winpaste
sergeypdev/winpaste
2024-02-04T13:49:32Z
Simple CLI tool that prints clipboard contents to stdout on Windows
master
0
2
0
2
https://api.github.com/repos/sergeypdev/winpaste/tags
-
[ "cli", "clipboard", "neovim", "utility", "windows", "zig" ]
11
false
2024-02-09T15:42:52Z
true
true
unknown
github
[]
Windows has clip.exe, but doesn't have paste.exe. This tool aims to remedy that situation. I use it as a neovim clipboard provider on windows like this: <code>lua if vim.fn.has "win32" == 1 then vim.g.clipboard = { name = "WindowsClipboard", copy = { ['+'] = 'clip.exe', ['*'] = 'clip.exe', },...
[]
https://avatars.githubusercontent.com/u/65933340?v=4
AI2001_Category-Source_Code-SC-Zig
seanpm2001/AI2001_Category-Source_Code-SC-Zig
2023-07-17T23:05:34Z
🧠️🖥️2️⃣️0️⃣️0️⃣️1️⃣️💾️📜️ The sourceCode:Zig category for AI2001, containing Zig programming language datasets
AI2001_Category-Source_Code-SC-Zig_Main-dev
0
2
1
2
https://api.github.com/repos/seanpm2001/AI2001_Category-Source_Code-SC-Zig/tags
GPL-3.0
[ "ai", "ai-2001", "ai-2001-dataset", "ai-2001-development", "ai2001", "ai2001-dataset", "ai2001-development", "artificial-intelligence", "dataset", "gpl3", "gplv3", "md", "r-language", "rmarkdown-language", "source-code-dataset", "txt", "zig", "zig-lang", "zig-language", "zig-sc...
2,564
false
2023-07-18T23:13:09Z
false
false
unknown
github
[]
<a>AI2001</a> data sets Category: Source Code Subcategory (SC): Zig This dataset is under development/coming soon. <strong>🌱️ This <a><code>README.md</code></a> file is a major stub and need significant expansion</strong> <strong>File version:</strong> <code>1 (2023, Monday, July 17th at 05:16 pm PST)</code> ...
[]
https://avatars.githubusercontent.com/u/22214853?v=4
zig-scram
NefixEstrada/zig-scram
2023-08-21T17:42:28Z
SCRAM implmementation for Zig (both client and server) (RFC 5802)
main
2
2
1
2
https://api.github.com/repos/NefixEstrada/zig-scram/tags
AGPL-3.0
[ "rfc-5802", "sasl", "sasl-scram", "scram", "zig" ]
39
false
2024-06-07T04:53:29Z
true
true
unknown
github
[]
zig-scram SCRAM implmementation for Zig (both client and server) (RFC 5802) Based on <a>https://github.com/xdg-go/scram</a> and <a>https://github.com/star-tek-mb/pgz/blob/master/src/auth.zig</a> Missing features <ul> <li>SASLPrep (Only ASCII allowed right now!)</li> <li>Channel binding</li> <li>Extensions support</l...
[]
https://avatars.githubusercontent.com/u/11620521?v=4
smlstr
sonro/smlstr
2023-07-21T15:43:33Z
Small Zig library for working with small unallocated strings
main
0
2
0
2
https://api.github.com/repos/sonro/smlstr/tags
MIT
[ "library", "string", "string-manipulation", "strings", "zig" ]
97
false
2024-06-25T10:11:22Z
true
true
0.13.0
github
[]
smlstr - archived The problem this library solved has a more elegant solution in the Zig Standard Library. See <a><code>BoundedArray(u8, N)</code></a>.
[]
https://avatars.githubusercontent.com/u/49339966?v=4
zig-ini
AnErrupTion/zig-ini
2023-06-22T09:30:24Z
.ini parser for Zig
dev
0
2
0
2
https://api.github.com/repos/AnErrupTion/zig-ini/tags
MIT
[ "ini", "ini-parser", "zig" ]
2,130
true
2023-07-09T19:02:40Z
true
false
unknown
github
[]
zig-ini This library is meant to simplify reading .ini files in Zig. For examples on usage, check out <code>example.zig</code>. The main purpose of this library is to aid in using git config files, but it can potentially be applied anywhere that needs to work with .ini files
[]
https://avatars.githubusercontent.com/u/59152884?v=4
frr
Vexcited/frr
2023-10-08T23:10:28Z
[WORK IN PROGRESS]: A bytecode interpreter for French pseudocode, specifications are from the lessons I had at the IUT of Limoges.
main
0
2
0
2
https://api.github.com/repos/Vexcited/frr/tags
-
[ "french", "interpreter", "language", "pseudocode", "pseudocode-interpreter", "school", "zig" ]
25
false
2024-08-27T11:15:34Z
true
false
unknown
github
[]
<code>frr</code> <blockquote> <code>frr</code> stands for <strong>FR</strong>ench interprete<strong>R</strong>. </blockquote> Install Windows No binary is released for now, please see the <a>BUILD</a> section below. Linux and macOS No binary is released for now, please see the <a>BUILD</a> section below. U...
[]
https://avatars.githubusercontent.com/u/87811650?v=4
zigjector
Storm99999/zigjector
2023-11-13T20:52:53Z
A DLL Injector, written in Zig.
main
0
2
0
2
https://api.github.com/repos/Storm99999/zigjector/tags
MIT
[ "dll", "dll-injection", "dll-injector", "zig" ]
3
false
2023-11-25T23:29:33Z
false
false
unknown
github
[]
zigjector A DLL Injector, written in Zig.
[]
https://avatars.githubusercontent.com/u/74600205?v=4
DES
JungerBoyo/DES
2023-05-07T16:20:36Z
DES encryption/decryption cli tool written in zig
main
0
2
1
2
https://api.github.com/repos/JungerBoyo/DES/tags
-
[ "cli", "clitool", "des", "example", "learn", "zig" ]
5
false
2024-05-23T22:39:28Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/25585136?v=4
zitertools
DanikVitek/zitertools
2023-12-09T18:28:17Z
zig iterators
main
0
2
0
2
https://api.github.com/repos/DanikVitek/zitertools/tags
MIT
[ "comptime", "functional", "functional-programming", "iterators", "itertools", "itertools-library", "rust-inspired", "zig" ]
100
true
2025-04-27T20:51:28Z
true
true
unknown
github
[]
Zig Itertools A toy iterator package for <a>zig</a>. Check the tests for examples. This package is heavily based on rust's <code>std::iter</code> module. Usage To use this package, use the zig package manager. For example in your build.zig.zon file, put: <code>zig .{ .name = "app", .version = "0.1.0", ...
[]
https://avatars.githubusercontent.com/u/108661125?v=4
AdventOfCode
Frost-Phoenix/AdventOfCode
2023-12-01T11:48:56Z
My Advent of Code solutions
main
0
0
0
0
https://api.github.com/repos/Frost-Phoenix/AdventOfCode/tags
-
[ "advent-of-code", "python", "zig" ]
166
false
2025-03-17T13:41:51Z
false
false
unknown
github
[]
AdventOfCode
[]
https://avatars.githubusercontent.com/u/23038785?v=4
zigini
rhaeguard/zigini
2023-07-14T07:04:14Z
ini file parser for zig for learning purposes
main
0
0
0
0
https://api.github.com/repos/rhaeguard/zigini/tags
-
[ "ini", "iniparser", "zig", "ziglang" ]
5
false
2024-01-14T11:39:32Z
false
false
unknown
github
[]
zigini experimental ini file parser for zig. example: ```zig pub fn main() anyerror!void { var inifile = try IniFile.parse("./examples/example_1.ini", std.heap.page_allocator); defer inifile.deinit(); <code>var result = inifile.get("owner", "name"); std.log.info("result : {s}", .{result.?}); </code> } ```
[]
https://avatars.githubusercontent.com/u/63153493?v=4
DS-Algo
muthhukumar/DS-Algo
2023-06-23T12:28:49Z
Implementation of Data structures and Algorithms in Rust, Zig, Go and Typescript
main
10
0
0
0
https://api.github.com/repos/muthhukumar/DS-Algo/tags
MIT
[ "algorithms", "data-structures", "golang", "leetcode-solutions", "rust", "typescript", "zig" ]
1,218
false
2024-09-17T16:40:29Z
false
false
unknown
github
[]
Data Structures and Algorithms WIP
[]
https://avatars.githubusercontent.com/u/106715298?v=4
zigpng
imalexlee/zigpng
2023-10-18T07:38:11Z
PNG decoding library for Zig
main
0
0
0
0
https://api.github.com/repos/imalexlee/zigpng/tags
MIT
[ "image", "png", "png-decoder", "zig", "zig-lang", "zig-library", "ziglang" ]
10,496
false
2024-08-07T13:14:04Z
true
false
unknown
github
[]
PNG Decoder in Zig This project is a PNG decoding library written in Zig. Current testing still ongoing! Table of Contents <ul> <li><a>Installation</a></li> <li><a>Usage</a></li> <li><a>Contributing</a></li> <li><a>License</a></li> </ul> Installation To use this project, you need to have Zig installed on your syste...
[]
https://avatars.githubusercontent.com/u/60897190?v=4
logger
Remy2701/logger
2023-06-17T19:24:31Z
Pretty logging library for zig!
main
0
0
0
0
https://api.github.com/repos/Remy2701/logger/tags
-
[ "logging", "zig" ]
28
false
2023-06-17T19:25:16Z
true
false
unknown
github
[]
Logger A pretty logging library for zig. This library depends on the <a>ansi</a> library and the <a>timestamp</a> library (which uses libC). Installation Clone this repository in your libs folder. <code>sh git clone --recursive https://github.com/Remy2701/logger</code> Then add the following line in the <code>b...
[]
https://avatars.githubusercontent.com/u/1885938?v=4
zig125
sarvex/zig125
2023-04-26T05:25:56Z
Trying to complete 125 projects from in Zig
main
1
0
0
0
https://api.github.com/repos/sarvex/zig125/tags
-
[ "zig" ]
28
false
2024-06-04T10:01:45Z
false
false
unknown
github
[]
Zig Trying to complete 125 projects from in Zig Numbers <strong>Find PI to the Nth Digit</strong> – Enter a number and have the program generate PI up to that many decimal places. Keep a limit to how far the program will go. <strong>Fibonacci Sequence</strong> – Enter a number and have the program generate the Fibo...
[]
https://avatars.githubusercontent.com/u/140299755?v=4
qoiz
levydsa/qoiz
2023-11-21T19:45:10Z
QOI image format decoder/encoder.
master
0
0
0
0
https://api.github.com/repos/levydsa/qoiz/tags
MIT
[ "qoi-format", "zig", "ziglang" ]
2,860
false
2024-07-15T19:02:53Z
true
true
unknown
github
[]
A simple and fast implementation of the QOI image format decoder and encoder. Examples ```zig const qoiz = @import("qoiz"); test "image init reader" { const file = try fs.cwd().openFile("src/bench/data/dice.qoi", .{}); defer file.close(); <code>const image = try qoiz.Image(.rgb).initReader(testing.allocat...
[]
https://avatars.githubusercontent.com/u/10145483?v=4
fibo
mmononen/fibo
2023-10-08T22:47:58Z
A small Fibonacci sequence benchmark for compilers.
main
0
0
0
0
https://api.github.com/repos/mmononen/fibo/tags
MIT
[ "algol68", "benchmarking", "c", "cpp", "crystal-lang", "d-lang", "dart", "fibonacci-sequence", "freebasic", "freepascal", "golang", "julia", "lua", "nim-lang", "odin-lang", "python", "qb64", "rust-lang", "v-lang", "zig" ]
494
false
2023-11-01T17:10:43Z
false
false
unknown
github
[]
Fibonacci series benchmark for several different languages, compilers and interpreters. Execution times were measured with time command on Linux &amp; WSL, and Luke Sampson's time utility (https://github.com/lukesampson/psutils) on Windows. Sources compiled mainly with the default settings. fibonacci(45) - execution t...
[]
https://avatars.githubusercontent.com/u/428334?v=4
zig-btree
gabereiser/zig-btree
2023-03-17T16:09:02Z
A binary tree written in Zig by ChatGPT-4
main
0
0
0
0
https://api.github.com/repos/gabereiser/zig-btree/tags
MIT
[ "binary-search-tree", "binary-tree", "btree", "btrees", "chatgpt", "zig" ]
2
false
2023-03-17T16:11:40Z
false
false
unknown
github
[]
zig-btree A binary tree written in Zig by ChatGPT-4
[]
https://avatars.githubusercontent.com/u/795162?v=4
Windows-DPAPI-with-Zig
chgeuer/Windows-DPAPI-with-Zig
2023-12-20T12:57:42Z
null
main
0
0
0
0
https://api.github.com/repos/chgeuer/Windows-DPAPI-with-Zig/tags
-
[ "dataprotection", "dpapi", "windows", "zig", "ziglang" ]
127
false
2023-12-23T22:13:57Z
true
false
unknown
github
[]
Exploring the Windows Data Protection API (DPAPI) from <a>Zig</a> This project features a little command line utility which reads encrypted data from stdin and writes to stdout. The <a>Microsoft Windows Data Protection API (DPAPI)</a> features functions for encrypting/wrapping/protecting and decrypting/unwrapping/unp...
[]
https://avatars.githubusercontent.com/u/3594035?v=4
lastchoice
tsunaminoai/lastchoice
2023-10-06T21:00:08Z
A FirstChoice database file reader written in zig. Written for my dad as an exercise, but hopefully helpful for others looking to use FOL files in data archeology.
main
6
0
0
0
https://api.github.com/repos/tsunaminoai/lastchoice/tags
-
[ "firstchoice", "zig", "ziglang" ]
132
false
2023-12-02T00:47:25Z
true
true
unknown
github
[]
LastChoice Description LastChoice is a cli application to recover data from a FirstChoice database. Goals <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gra...
[]
https://avatars.githubusercontent.com/u/12129065?v=4
writing_interpreter_zig
shailpatels/writing_interpreter_zig
2023-06-17T17:01:25Z
null
main
0
0
0
0
https://api.github.com/repos/shailpatels/writing_interpreter_zig/tags
MIT
[ "monkey-language", "zig" ]
46
false
2024-06-20T02:47:34Z
true
false
unknown
github
[]
Writing An interpreter in Zig This repo is a zig implementation of the Monkey Language interpreter described in the excellent <a> Writing An Interpreter In Go </a> book by <a>Thorsten Ball</a> Current progress <ul> <li>[X] Lexing</li> <li>[X] Parsing <br/><input type='checkbox' class='w-4 h-4 text-blue-600 bg-gray-10...
[]
https://avatars.githubusercontent.com/u/56652412?v=4
echoz
t0k4r/echoz
2023-07-27T20:50:22Z
very basic zig web framework
main
0
0
0
0
https://api.github.com/repos/t0k4r/echoz/tags
-
[ "rest-api", "web", "zig" ]
29
false
2023-11-01T17:24:29Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/18062018?v=4
Zubik
Robochu/Zubik
2023-07-24T04:24:11Z
A Rubik's cube solver written in Zig.
master
0
0
0
0
https://api.github.com/repos/Robochu/Zubik/tags
-
[ "rubiks-cube", "rubiks-cube-solver", "zig" ]
16
false
2024-04-20T17:02:08Z
true
false
unknown
github
[]
Zubik A Rubik's cube solver written in Zig.
[]
https://avatars.githubusercontent.com/u/106715298?v=4
vulkan-triangle-zig
imalexlee/vulkan-triangle-zig
2023-12-25T16:53:59Z
Vulkan triangle in zig :-)
main
0
0
0
0
https://api.github.com/repos/imalexlee/vulkan-triangle-zig/tags
-
[ "graphics", "vulkan", "zig" ]
1,857
false
2024-01-01T20:07:44Z
true
true
unknown
github
[]
vulkan-triangle-zig zig implementation of an RGB triangle using the Vulkan graphics API. Uses glfw for windowing. Notes <ul> <li>originally written to be compiled by zig-0.12.0-dev.1861+412999621 compiler</li> <li>must install Vulkan and glfw as a system library</li> <li>compiled on an M1 mac and therefore you need ...
[]
https://avatars.githubusercontent.com/u/15251568?v=4
zhip8
LarssonOliver/zhip8
2023-03-11T17:14:32Z
Zig CHIP-8 Emulator
main
0
0
0
0
https://api.github.com/repos/LarssonOliver/zhip8/tags
Apache-2.0
[ "chip-8", "chip8", "chip8-emulator", "zig", "ziglang" ]
162
false
2024-08-13T07:56:39Z
true
true
0.13.0
github
[ { "commit": "master", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/master.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" } ]
ZHIP8 - Zig CHIP-8 Emulator I built this project with the intention of learning Zig. I used the following CHIP-8 references during the implementation process: Started in Zig <code>0.10.0</code>, left for a while and then ported to, and finished in Zig <code>0.13.0</code>. <ul> <li>https://en.wikipedia.org/wiki/CHIP-8...
[]
https://avatars.githubusercontent.com/u/44848747?v=4
homebrew-tap
Wallunen/homebrew-tap
2023-02-25T14:03:21Z
Random Homebrew formulae.
main
0
0
0
0
https://api.github.com/repos/Wallunen/homebrew-tap/tags
MIT
[ "homebrew", "zig" ]
573
false
2025-05-22T01:11:36Z
false
false
unknown
github
[]
Wallunen Tap How do I install these formulae? <code>brew install wallunen/tap/&lt;formula&gt;</code> Or <code>brew tap wallunen/tap</code> and then <code>brew install &lt;formula&gt;</code>. Documentation <code>brew help</code>, <code>man brew</code> or check <a>Homebrew's documentation</a>.
[]
https://avatars.githubusercontent.com/u/6756180?v=4
range-v3
kassane/range-v3
2023-04-26T13:41:43Z
Range library for C++14/17/20, basis for C++20's std::ranges (uses zig build-system)
zig-pkg
0
0
0
0
https://api.github.com/repos/kassane/range-v3/tags
NOASSERTION
[ "cpp-library", "range-library", "zig", "zig-package" ]
12,986
true
2024-08-04T20:23:09Z
true
true
unknown
github
[]
range-v3 Range library for C++14/17/20. This code was the basis of <a>a formal proposal</a> to add range support to the C++ standard library. That proposal evolved through a Technical Specification, and finally into <a>P0896R4 "The One Ranges Proposal"</a> which was merged into the C++20 working drafts in November 201...
[]
https://avatars.githubusercontent.com/u/1920783?v=4
zls-plugin
konomae/zls-plugin
2024-01-05T08:34:10Z
A proto WASM plugin for ZLS.
main
0
0
1
0
https://api.github.com/repos/konomae/zls-plugin/tags
MIT
[ "language-server", "language-support", "zig", "ziglang" ]
277
false
2025-03-15T08:59:15Z
false
false
unknown
github
[]
ZLS plugin <a>ZLS</a> WASM plugin for <a>proto</a>. Installation Add the following to <code>.prototools</code>. <code>toml [plugins] zls = "github://konomae/zls-plugin"</code> Configuration ZLS plugin does not support configuration. Hooks ZLS plugin does not support hooks. Contributing Build the plugin: <cod...
[]
https://avatars.githubusercontent.com/u/29004070?v=4
ansi
vitalspace/ansi
2024-01-11T02:17:35Z
Ansi Zig
main
0
0
0
0
https://api.github.com/repos/vitalspace/ansi/tags
-
[ "ansi", "colors", "zig" ]
4
false
2024-01-11T02:25:46Z
true
false
unknown
github
[]
Ansi Zig Usage ```typescript pub fn main() { const allocator = std.mem.page_allocator; const ansi = try Ansi().init(allocator); <code>const message = try ansi.bgBlack(try ansi.cyan("Hello world!!")); defer allocator.free(message); std.debug.print("{s}\n", .{message}); </code> } ```
[]
https://avatars.githubusercontent.com/u/101372000?v=4
zell-life
mr-ema/zell-life
2023-06-23T18:31:19Z
Conway's Game of Life using the Zig programming language and the Raylib library for graphics.
main
0
0
0
0
https://api.github.com/repos/mr-ema/zell-life/tags
NOASSERTION
[ "conways-game-of-life", "game-of-life", "raygui", "raylib", "state-machine", "zig" ]
975
false
2024-06-23T02:38:57Z
true
true
0.13.0
github
[ { "commit": "29ac31f40980d48087db36072693e62743c96ce1.tar.gz", "name": "raylib", "tar_url": "https://github.com/raysan5/raylib/archive/29ac31f40980d48087db36072693e62743c96ce1.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/raysan5/raylib" }, { "commit": "bc67f42209cc32965c7...
Zig Conway's Game Of Life This is a simple implementation of Conway's Game of Life using the Zig programming language and the Raylib library for graphics. Navigation <ul> <li><a>Demo</a></li> <li><a>Features</a></li> <li><a>Default Bindings</a></li> <li><a>How To Build</a></li> </ul> Resources <ul> <li><a>Dock...
[]
https://avatars.githubusercontent.com/u/6891346?v=4
zigberrypi
razshare/zigberrypi
2023-05-31T16:58:13Z
Zig library for interacting with raspberrypi's gpio
main
0
0
0
0
https://api.github.com/repos/razshare/zigberrypi/tags
MIT
[ "gpio-pins", "raspberry-pi", "zig" ]
17
false
2023-06-01T17:41:33Z
true
false
unknown
github
[]
zigberrypi Zig library for interacting with raspberrypi's gpio How to install <ul> <li>add dependency <code>sh zigmod aq install 1/tncrazvan/zigberrypi</code></li> <li>add a reference for the dependency in <code>build.zig</code> <code>zig const deps = @import("deps.zig"); // ... pub fn build(b: *std.Build...
[]
https://avatars.githubusercontent.com/u/1552770?v=4
ncinputtest
neurocyte/ncinputtest
2023-09-18T19:07:36Z
A simple notcurses input & jitter tester written in Zig
master
0
0
0
0
https://api.github.com/repos/neurocyte/ncinputtest/tags
MIT
[ "testing", "tui", "zig" ]
18
false
2024-08-15T13:42:44Z
true
true
unknown
github
[ { "commit": "3a3ab6e3a12f211158d79e17c7ae25fcb15644cf.tar.gz", "name": "notcurses", "tar_url": "https://github.com/neurocyte/notcurses-zig/archive/3a3ab6e3a12f211158d79e17c7ae25fcb15644cf.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/neurocyte/notcurses-zig" } ]
ncinputtest A simple notcurses input &amp; jitter tester written in Zig Building <code>zig build run</code> Known to work with zig 0.12.0-dev.394+f2026e7dd
[]
https://avatars.githubusercontent.com/u/337093?v=4
libivf
tetsu-koba/libivf
2023-05-06T03:08:18Z
Library written in Zig for reading and writing IVF files
main
1
0
1
0
https://api.github.com/repos/tetsu-koba/libivf/tags
-
[ "video-streaming", "zig" ]
92
false
2024-06-13T04:37:16Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/33050391?v=4
subcommander
speed2exe/subcommander
2024-01-15T15:12:45Z
null
main
0
0
0
0
https://api.github.com/repos/speed2exe/subcommander/tags
-
[ "zig", "zig-lib", "zig-library", "zig-package" ]
31
false
2025-01-19T04:51:58Z
true
true
unknown
github
[ { "commit": "e47406f5c169b39e0de2f188efad00bc46f33957.tar.gz", "name": "tree_fmt", "tar_url": "https://github.com/speed2exe/tree-fmt/archive/e47406f5c169b39e0de2f188efad00bc46f33957.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/speed2exe/tree-fmt" } ]
Subcommander <ul> <li>command line parser with sub commands</li> </ul> Features <ul> <li>No heap allocation</li> <li>Declarative</li> </ul> Add as dependency to your Zig project <ul> <li> <code>build.zig.zon</code> <code>.{ .dependencies = .{ .subcommander = .{ // use a commit hash ...
[]
https://avatars.githubusercontent.com/u/137411855?v=4
kickzig
JosephABudd/kickzig
2023-09-05T13:21:58Z
A zig application framework. A CLI that generates the framework code, adds and removes GUI components, adds and removes messages that the front-end and back-end use to communicate.
main
0
0
0
0
https://api.github.com/repos/JosephABudd/kickzig/tags
MIT
[ "framework", "gui", "zig" ]
1,974
false
2024-10-18T20:15:12Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/17755880?v=4
xrun.zig
rjsberry/xrun.zig
2023-10-03T22:08:03Z
Effortlessly run Zig firmware straight from your build.zig
main
0
0
0
0
https://api.github.com/repos/rjsberry/xrun.zig/tags
0BSD
[ "debugging", "embedded", "firmware", "gdb", "openocd", "rtt", "tools", "zig" ]
383
false
2023-11-01T17:11:41Z
true
false
unknown
github
[]
<em>xrun.zig</em> An OpenOCD wrapper to run Zig firmware directly from your <code>build.zig</code>. Dual licensed under the 0BSD and MIT licenses. In action Using <code>xrun</code> as a run step in your Zig build will first flash your firmware onto target hardware, then monitor the running firmware for RTT output: ...
[]
https://avatars.githubusercontent.com/u/11492844?v=4
dedalus
fjebaker/dedalus
2023-08-29T19:21:23Z
Gemini client / server in Zig with TLS 1.3
main
0
0
0
0
https://api.github.com/repos/fjebaker/dedalus/tags
-
[ "gemini", "gemini-server", "server", "zig" ]
15
false
2023-11-01T17:25:48Z
true
true
unknown
github
[ { "commit": "master.tar.gz", "name": "zigwolfssl", "tar_url": "https://github.com/fjebaker/zig-wolfssl/archive/master.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/fjebaker/zig-wolfssl" } ]
404
[]
https://avatars.githubusercontent.com/u/3594035?v=4
anagram
tsunaminoai/anagram
2023-11-17T19:13:12Z
Experiment with zig and C in solving a solved problem
main
0
0
0
0
https://api.github.com/repos/tsunaminoai/anagram/tags
MIT
[ "anagram", "c", "zig" ]
994
false
2023-11-17T19:19:10Z
true
false
unknown
github
[]
Project Name Description This is a Zig language project that grew out of wondering if I could do anagram searching faster or at least differently than a tree based solution I made in C. In this apporach, I convert each word to a 26 bit integer where each bit represents the presence of a letter in the word. For exampl...
[]
https://avatars.githubusercontent.com/u/11302774?v=4
comdirect-spending-calculator
TheFunctionalGuy/comdirect-spending-calculator
2023-10-12T23:51:45Z
CLI tool to calculate all earnings/expenses by using your exported comdirect account overview in csv format
main
0
0
0
0
https://api.github.com/repos/TheFunctionalGuy/comdirect-spending-calculator/tags
-
[ "cli", "comdirect", "zig" ]
38
false
2024-02-12T21:31:07Z
true
true
unknown
github
[ { "commit": "refs", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" } ]
Usage Overview <code>-h, --help Display this help and exit -i, --include &lt;FILE&gt;... Optional filters which specify which values to take into account -e, --exclude &lt;FILE&gt;... Optional filters which specify which values NOT to take into account after applying the including filter -v, --verbose...
[]
https://avatars.githubusercontent.com/u/79296565?v=4
oscar_c
ceverettkoop/oscar_c
2023-12-30T06:59:39Z
Starcraft Brood War bot written in Zig
main
0
0
0
0
https://api.github.com/repos/ceverettkoop/oscar_c/tags
MIT
[ "starcraft", "zig" ]
7,866
false
2024-01-03T18:00:22Z
true
false
unknown
github
[]
BWAPI 4.2 broodwar DLL bot written in Zig using the BWAPI-C wrapper. <code>zig build -Dwindows=true</code> will cross compile a 1.16.1 compatibile DLL bot that will work with the BWAPI.dll included in lib. You will also need to put the included BWAPIC.dll in the same directory as the starcraft.exe and modify your bwapi...
[]
https://avatars.githubusercontent.com/u/337093?v=4
pipe2socket
tetsu-koba/pipe2socket
2023-05-08T00:25:56Z
Read stdin and send to socket
main
0
0
0
0
https://api.github.com/repos/tetsu-koba/pipe2socket/tags
-
[ "video-streaming", "zig" ]
9
false
2024-05-18T06:07:48Z
true
false
unknown
github
[]
Read stdin and send to socket Very simple utility witten in Zig to send streaming data to local area network. Currently only supports TCP socket. Example Capture video frames by V4L2 and convert them to I420, and encode them to VP8, and sent them by TCP socket. ``` !/bin/sh -eux VIDEODEV=/dev/video0 WIDTH=320 HEI...
[]
https://avatars.githubusercontent.com/u/73485120?v=4
ziglang-examples
futured-it/ziglang-examples
2024-01-04T11:05:24Z
Code examples in Zig for basic functions of the language, algorithms, and real tasks.
main
0
0
0
0
https://api.github.com/repos/futured-it/ziglang-examples/tags
MIT
[ "examples", "zig" ]
9
false
2024-06-15T07:51:11Z
false
false
unknown
github
[]
Zig Examples I created this repo to learn Zig. There is an explanation of the basic functions of the language, simple algorithms written in Zig, and examples of solving real high-level tasks. Zig Installation <ul> <li><strong>macOS (darwin):</strong> <code>brew install zig</code> or <code>port install zig</code></li...
[]
https://avatars.githubusercontent.com/u/85104110?v=4
advent-of-code-zig-2022
pseudocc/advent-of-code-zig-2022
2023-06-19T04:41:11Z
Advent of Code 2022 Zig Solutions
main
0
0
0
0
https://api.github.com/repos/pseudocc/advent-of-code-zig-2022/tags
-
[ "advent-of-code", "advent-of-code-2022", "zig", "ziglang" ]
51
false
2023-07-18T09:31:54Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/81799?v=4
ZestAllocators
gcarreno/ZestAllocators
2023-12-28T23:22:09Z
Zig Test(ZEST) code to explore the concept of the allocators
main
0
0
0
0
https://api.github.com/repos/gcarreno/ZestAllocators/tags
MIT
[ "allocators", "zig", "ziglang" ]
9
false
2023-12-28T23:37:37Z
true
false
unknown
github
[]
Zest Allocators Zig Test(ZEST) code to explore the concept of the allocators.
[]
https://avatars.githubusercontent.com/u/1748317?v=4
zigzag-butterflies
croqaz/zigzag-butterflies
2023-04-27T21:35:41Z
Smol experimental game in Zig
main
0
0
0
0
https://api.github.com/repos/croqaz/zigzag-butterflies/tags
MIT
[ "wasm", "zig" ]
122
false
2024-12-04T15:42:18Z
false
false
unknown
github
[]
Chasing zig-zag butterflies 🦋 A tiny game about chasing butterflies. Using Preact + Zig WASM. License <a>MIT</a> © Cristi Constantin.
[]
https://avatars.githubusercontent.com/u/139875399?v=4
temp-folder-tool
gaskam/temp-folder-tool
2024-01-23T22:15:29Z
It is a tool to create a folder where files can be stored temporarily with a custom retention period. It's useful for storing files that are only needed for a short time, such as files that you downloaded or screenshots that you took.
main
1
0
0
0
https://api.github.com/repos/gaskam/temp-folder-tool/tags
GPL-3.0
[ "bun", "preact", "typescript", "zig" ]
296
false
2024-10-28T19:00:05Z
false
false
unknown
github
[]
Temp Folder Tool This project is a tool to create a folder where files can be stored temporarily with a custom retention period. It's useful for storing files that are only needed for a short time, such as files that you downloaded or screenshots that you took. We programmed this in Zig because we wanted to learn a ne...
[]
https://avatars.githubusercontent.com/u/131762131?v=4
zigup
gvozdvmozgu/zigup
2023-07-12T20:35:35Z
zigup is an installer for the systems programming language Zig
master
0
0
0
0
https://api.github.com/repos/gvozdvmozgu/zigup/tags
-
[ "zig" ]
34
false
2025-04-11T18:39:48Z
false
false
unknown
github
[]
Zig Toolchain Downloader This tool downloads and extracts the Zig programming language toolchains from the official <a>Zig download index</a>. It automatically detects your host platform and installs the appropriate version.
[]
https://avatars.githubusercontent.com/u/59750184?v=4
tent.zig
fremantle-industries/tent.zig
2023-03-24T18:13:31Z
A bytes first microservice runtime for ambitious data driven projects
main
0
0
0
0
https://api.github.com/repos/fremantle-industries/tent.zig/tags
MIT
[ "data-engineering", "kappa-architecture", "microservices", "zig" ]
3
false
2023-03-28T04:29:57Z
true
false
unknown
github
[]
tent.zig A bytes first microservice runtime for ambitious data driven projects. Simplify your infrastructure from code. Usage ```sh A bytes first microservice runtime for ambitious data driven projects. Usage: tentz [command] Available Commands: init Initialize a new project generate Commands for gene...
[]
https://avatars.githubusercontent.com/u/45179788?v=4
swim
jaschr/swim
2023-05-16T22:12:50Z
[S]imple [WI]ndow [M]anager
main
0
0
0
0
https://api.github.com/repos/jaschr/swim/tags
BSD-3-Clause
[ "window-manager", "wm", "x11", "zig" ]
12
false
2023-05-17T00:32:19Z
true
false
unknown
github
[]
SWIM A ~~(S)uperior~~ ~~(S)atisfactory~~ (S)imple (WI)ndow (M)anager Installation Coming soon... Configuration Comming soon... LICENSE <a>BSD 3 Clause</a>
[]
https://avatars.githubusercontent.com/u/67802418?v=4
aoc
Douradinho-Alpha/aoc
2023-12-06T22:41:06Z
Advent of Code 2023 in Zig
master
0
0
0
0
https://api.github.com/repos/Douradinho-Alpha/aoc/tags
-
[ "advent-of-code-2023", "zig" ]
43
false
2023-12-15T02:39:15Z
false
false
unknown
github
[]
These are my solutions for 2023 Advent of Code in the Zig language. I chose this years AoC to learn more about the zig language and how to better use it, while keeping my programming skills sharp in a low coding semester.
[]
https://avatars.githubusercontent.com/u/1148150?v=4
adventofzig
logc/adventofzig
2023-11-04T21:51:59Z
Solutions to Advent of Code puzzles in Zig
master
0
0
0
0
https://api.github.com/repos/logc/adventofzig/tags
BSD-3-Clause
[ "advent-of-code", "aoc", "zig" ]
33
false
2023-11-04T22:11:24Z
true
false
unknown
github
[]
advent of zig Structure This repository holds solutions to Advent of Code puzzles written in the programming language Zig. <ul> <li><code>src</code> holds all source code files. <code>main.zig</code> is the main program. It uses <code>aoc.zig</code> as a library where each daily puzzle has a function called as th...
[]
https://avatars.githubusercontent.com/u/161299?v=4
LearnOpenGL_Zig
magic003/LearnOpenGL_Zig
2023-12-27T00:44:02Z
Examples in the Learn OpenGL book written in Zig.
main
0
0
0
0
https://api.github.com/repos/magic003/LearnOpenGL_Zig/tags
MIT
[ "opengl", "zig" ]
1,206
false
2024-01-11T04:59:58Z
false
false
unknown
github
[]
learnopengl.com code in Zig This repo contains the code I wrote when reading the Learn OpenGL <a>book</a> using Zig. Code organization The code is organized according to the parts and chapters in the book. For example, <code>I_Getting_Started/4_1_hello_window</code>. The shared libraries live in the <code>libs</cod...
[]
https://avatars.githubusercontent.com/u/9482395?v=4
url-router
Hanaasagi/url-router
2023-12-16T12:22:02Z
URL router
master
0
0
0
0
https://api.github.com/repos/Hanaasagi/url-router/tags
Apache-2.0
[ "http", "radix-tree", "router", "url", "zig", "ziglang" ]
18
false
2024-05-29T09:07:35Z
true
true
unknown
github
[]
URL-Router ```zig const Request = struct { params: Params, method: enum { GET, POST }, // ... }; const Response = struct { // ... }; const App = struct { router: Router(<em>const (fn (</em>Request, <em>Response) void)), const Self = @This(); fn init(allocator: std.mem.Allocator) Self { ...
[]
https://avatars.githubusercontent.com/u/3477132?v=4
zig-wasm-experiment
anthonycorletti/zig-wasm-experiment
2023-09-19T01:29:07Z
null
main
0
0
0
0
https://api.github.com/repos/anthonycorletti/zig-wasm-experiment/tags
-
[ "wasm", "webgpu", "zig" ]
7
false
2023-11-01T17:25:07Z
true
false
unknown
github
[]
zig-wasm-experiment A little experiment with Zig 🦖 and WebGPU 🤖
[]