avatar_url stringlengths 46 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 45
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 0 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 60
values | repo_from stringclasses 3
values | dependencies listlengths 0 121 | readme_content stringlengths 0 437k | dependents listlengths 0 21 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://avatars.githubusercontent.com/u/1916079?v=4 | zig-cassandra | vrischmann/zig-cassandra | 2020-03-22T18:39:13Z | Cassandra CQL client | master | 1 | 12 | 0 | 12 | https://api.github.com/repos/vrischmann/zig-cassandra/tags | MIT | [
"cassandra",
"cassandra-client",
"zig"
] | 1,004 | false | 2025-03-05T12:13:39Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "lz4",
"tar_url": "https://github.com/allyourcodebase/lz4/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/allyourcodebase/lz4"
},
{
"commit": "master",
"name": "linenoise",
"tar_url": "https://codeberg.org/raddari/zig-linenoise/a... | zig-cql
This is a CQL (the native protocol used by Cassandra) implementation in Zig.
License
See the <code>LICENSE</code> file. | [] |
https://avatars.githubusercontent.com/u/34610?v=4 | zigmmverify | marnix/zigmmverify | 2020-06-27T08:25:41Z | null | zig-master | 0 | 11 | 0 | 11 | https://api.github.com/repos/marnix/zigmmverify/tags | - | [
"metamath",
"proof-assistant",
"proof-automation",
"proofs",
"verifier",
"zig",
"ziglang"
] | 256 | false | 2023-06-08T23:28:26Z | true | false | unknown | github | [] | <em>Note that this branch is built using nightly 'master' zig.
The more actively developed branch is
<a>zig-0.9.x</a>.
Changes are periodically merged from there to this branch.</em>
<a></a>
A <a>Metamath</a> proof verifier in <a>Zig</a>
At least, the beginnings of one.
This is partly to learn Zig,
partly to have a... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | zig-uri | ikskuh/zig-uri | 2020-05-15T16:00:29Z | A small URI parser that parses URIs after RFC3986 | master | 1 | 11 | 2 | 11 | https://api.github.com/repos/ikskuh/zig-uri/tags | MIT | [
"uri-parser",
"zig",
"zig-package",
"ziglang"
] | 21 | false | 2024-03-25T21:15:01Z | false | false | unknown | github | [] | Zig URI Parser
A small URI parser that parses URIs after <a>RFC3986</a>.
<blockquote>
<strong>NOTICE: THIS LIBRARY IS DEPRECATED!</strong>
This library is now part of zig <code>std</code> library, available as <code>std.Uri</code> since <a>87b2234</a>.
</blockquote>
Usage Example
<code>zig
var link = try uri.parse... | [] |
https://avatars.githubusercontent.com/u/14790226?v=4 | vmt | chivay/vmt | 2020-07-26T19:23:28Z | Toy OS written in Zig | master | 0 | 10 | 0 | 10 | https://api.github.com/repos/chivay/vmt/tags | MIT | [
"kernel",
"osdev",
"zig"
] | 340 | false | 2025-04-23T12:09:42Z | true | false | unknown | github | [] | vmt
Toy OS written in Zig ;)
Requires Zig>=0.9.0.
Contribute
Send your patches to <code>~chivay/public-inbox@lists.sr.ht</code>
How to
<code>bash
$ zig build qemu
[Info] x86: CPU Vendor: GenuineIntel
[Info] x86: Booting the kernel...
[Info] x86.mm: BIOS memory map:
[Info] x86.mm: [0000000000-000009fbff] Avail... | [] |
https://avatars.githubusercontent.com/u/4252848?v=4 | otp | Luukdegram/otp | 2020-04-26T17:33:03Z | Simple, basic OTP library written in Zig. | master | 0 | 10 | 3 | 10 | https://api.github.com/repos/Luukdegram/otp/tags | MIT | [
"one-time-password",
"otp",
"otpauth",
"zig",
"ziglang"
] | 23 | false | 2024-05-18T05:42:49Z | true | false | unknown | github | [] |
OTP
OTP is a one-time-password library supporting both HOTP and TOTP according to <a><code>RFC 4226</code></a> and <a><code>RFC 6238</code></a>.
Currently only the generation of codes is supported. Verification has to be done by the implementation.
<strong>note</strong>
This library's primary goal was to get mo... | [] |
https://avatars.githubusercontent.com/u/12723818?v=4 | zig-pixman | ifreund/zig-pixman | 2020-10-13T20:09:31Z | [mirror] Zig bindings for pixman | master | 0 | 10 | 4 | 10 | https://api.github.com/repos/ifreund/zig-pixman/tags | MIT | [
"pixman",
"zig"
] | 43 | false | 2025-04-15T10:52:21Z | true | true | 0.14.0 | github | [] | zig-pixman
<a>zig</a> 0.14 bindings for
<a>pixman</a> that are a little
nicer to use than the output of <code>zig translate-c</code>.
The main repository is on <a>codeberg</a>,
which is where the issue tracker may be found and where contributions are accepted.
Read-only mirrors exist on <a>sourcehut</a>
and <a>githu... | [
"https://github.com/riverwm/river"
] |
https://avatars.githubusercontent.com/u/265903?v=4 | zdwg | alexnask/zdwg | 2020-04-30T15:57:41Z | Read, manipulate, write AutoCad DWG files in zig | master | 0 | 9 | 2 | 9 | https://api.github.com/repos/alexnask/zdwg/tags | - | [
"autocad",
"dwg",
"zig",
"zig-library"
] | 86 | false | 2025-01-13T15:55:32Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/74373851?v=4 | hello-triangle | zig-community/hello-triangle | 2020-12-13T10:33:50Z | Opens a window and draws a nice little triangle | main | 0 | 9 | 2 | 9 | https://api.github.com/repos/zig-community/hello-triangle/tags | - | [
"example",
"opengl",
"tutorial",
"zig",
"ziglang"
] | 32 | false | 2025-02-18T03:56:02Z | true | false | unknown | github | [] | Hello Triangle (OpenGL)
Opens a window and draws a nice little triangle with OpenGL 3.3.
Building
Checkout all submodules, then use <code>zig</code> to build the example.
<code>sh
git clone https://github.com/zig-community/hello-triangle --recursive
cd hello-triangle
zig build run # build... | [] |
https://avatars.githubusercontent.com/u/41671631?v=4 | ziglearn-cn | glepnir/ziglearn-cn | 2020-09-17T05:17:22Z | zig programming language tutorial | master | 0 | 8 | 2 | 8 | https://api.github.com/repos/glepnir/ziglearn-cn/tags | MIT | [
"zig",
"zig-programming-language"
] | 11 | false | 2025-04-25T19:02:54Z | false | false | unknown | github | [] | zig-tutorial
zig 编程语言入门教程
目录
<ul>
<li><a>引言</a></li>
<li><a>基本类型</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/65570835?v=4 | zig-windows-console | ziglibs/zig-windows-console | 2021-01-06T03:04:07Z | Zig Windows Console stuff | main | 0 | 8 | 1 | 8 | https://api.github.com/repos/ziglibs/zig-windows-console/tags | MIT | [
"console-application",
"windows-console",
"zig",
"zig-package",
"ziglang"
] | 53 | false | 2025-01-02T01:39:20Z | true | false | unknown | github | [] | zig-windows-console
Tools for all your Zig + Windows Console needs!
Usage
Add this to your <code>build.zig</code> and check out <code>examples/events.zig</code> for a quick, 5 minute primer.
Try It!
```bash
Build it!
zig build demo
``` | [] |
https://avatars.githubusercontent.com/u/380158?v=4 | zig-buildpack | frmdstryr/zig-buildpack | 2020-04-01T11:51:46Z | A buildpack to deploy zig projects on Heroku / Dokku | master | 0 | 8 | 2 | 8 | https://api.github.com/repos/frmdstryr/zig-buildpack/tags | MIT | [
"buildpack",
"dokku",
"heroku",
"zig"
] | 9 | false | 2025-01-13T21:28:15Z | false | false | unknown | github | [] | Zig Buildpack
This is a Buildpack for <a>Zig</a>, the general-purpose
programming language and toolchain for maintaining robust, optimal, and
reusable software.
This buildpack is for building a zig project and deploying using heroku or
similar platforms.
Usage and files needed
A <code>build.zig</code> file is neede... | [] |
https://avatars.githubusercontent.com/u/124872?v=4 | zig-alzette | jedisct1/zig-alzette | 2020-08-18T16:46:53Z | Implementation of the Alzette box and the CRAX block cipher in Zig. | master | 0 | 8 | 1 | 8 | https://api.github.com/repos/jedisct1/zig-alzette/tags | - | [
"alzette",
"crax",
"crypto",
"cryptography",
"lightweight",
"trax",
"zig",
"zig-package",
"ziglang"
] | 6 | false | 2024-10-25T08:42:12Z | true | false | unknown | github | [] | zig-alzette
Implementation of the Alzette box and CRAX block cipher in Zig.
References
<ul>
<li><a>Alzette: a 64-bit ARX-box</a></li>
</ul> | [] |
https://avatars.githubusercontent.com/u/7270159?v=4 | glob | mattnite/glob | 2021-01-19T05:00:15Z | small library for globing file paths | main | 0 | 7 | 5 | 7 | https://api.github.com/repos/mattnite/glob/tags | MIT | [
"filesystem",
"zig",
"zig-package"
] | 7 | false | 2023-11-28T15:41:07Z | true | false | unknown | github | [] | glob
small library for globing file paths | [] |
https://avatars.githubusercontent.com/u/61620631?v=4 | HelloWorld | R4356th/HelloWorld | 2020-04-19T09:41:13Z | A collection of code to print out "Hello World!" in different languages. Contributions are very much welcome. | main | 1 | 7 | 22 | 7 | https://api.github.com/repos/R4356th/HelloWorld/tags | GPL-3.0 | [
"beginner-code",
"beginner-friendly",
"contribute",
"contribute-here",
"contributions-welcome",
"good-first-issue",
"hello-world",
"help-wanted",
"javascript",
"learn-to-code",
"learn-to-contribute",
"looking-for-contributors",
"pr-welcome",
"up-for-grabs",
"zig"
] | 92 | false | 2025-04-11T17:47:59Z | false | false | unknown | github | [] | Hello World!
This repository contains a collection of code in different languages to print out "Hello World!", printing out which has been a programming convention since 1978. You can read <a>this article on Wikipedia</a> to learn more about the convention. | [] |
https://avatars.githubusercontent.com/u/13420428?v=4 | Hazel-OS | IridescenceTech/Hazel-OS | 2020-10-18T08:34:59Z | An x86-64 OS in Zig! | edge | 0 | 7 | 1 | 7 | https://api.github.com/repos/IridescenceTech/Hazel-OS/tags | AGPL-3.0 | [
"operating-system",
"zig"
] | 37 | false | 2023-08-02T15:51:29Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/65322356?v=4 | zpm-server | zigtools/zpm-server | 2020-10-03T11:24:35Z | Open API Server providing a filterable list of curated Zig packages | master | 0 | 7 | 5 | 7 | https://api.github.com/repos/zigtools/zpm-server/tags | - | [
"api",
"package",
"package-manager",
"webserver",
"zig",
"ziglang",
"zkg",
"zpm"
] | 33 | false | 2025-04-03T09:45:24Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/12070598?v=4 | wasm-counter | rvcas/wasm-counter | 2020-04-09T01:11:06Z | Simple Counter using React and Zig | master | 2 | 7 | 0 | 7 | https://api.github.com/repos/rvcas/wasm-counter/tags | - | [
"parcel-bundler",
"react",
"zig"
] | 280 | false | 2023-01-28T12:51:41Z | false | false | unknown | github | [] | WASM Counter
A super simple React component that increments a count on an interval.
The cool part is that the function used to increment the count is written in
<a>zig</a>. <a>Parcel</a> handles the instantiation of the
WebAssembly module so the DX is as simple as directly importing <code>.wasm</code> files into your ... | [] |
https://avatars.githubusercontent.com/u/2567177?v=4 | zig-amqp | malcolmstill/zig-amqp | 2020-10-28T02:34:40Z | AMQP 0.9.1 library for Zig | master | 7 | 6 | 4 | 6 | https://api.github.com/repos/malcolmstill/zig-amqp/tags | BSD-3-Clause | [
"amqp",
"amqp0-9-1",
"zig"
] | 184 | false | 2025-02-11T16:35:45Z | true | true | unknown | github | [] | zig-amqp
<strong>AMQP 0.9.1 library for Zig</strong>
About
<code>zig-amqp</code> is a <a>Zig</a> library for writing AMQP 0.9.1 clients (and servers), letting zig programs to connect to, for example, <a>RabbitMQ</a>.
How to use
See <a>the examples</a> for an idea of how to use the library.
The simplest prog... | [] |
https://avatars.githubusercontent.com/u/39484230?v=4 | zervo | zenith391/zervo | 2020-11-14T15:32:19Z | Zig Geminispace browser | master | 1 | 6 | 1 | 6 | https://api.github.com/repos/zenith391/zervo/tags | MIT | [
"gemini",
"zig"
] | 63,648 | false | 2021-11-09T16:41:11Z | true | false | unknown | github | [] | Zervo
Zig <a>Gemini</a> browser. | [] |
https://avatars.githubusercontent.com/u/3768010?v=4 | advent-of-code | ManDeJan/advent-of-code | 2020-12-01T15:16:33Z | Advent of Code solutions | master | 0 | 6 | 0 | 6 | https://api.github.com/repos/ManDeJan/advent-of-code/tags | MIT | [
"advent-of-code",
"advent-of-code-2015",
"advent-of-code-2020",
"advent-of-code-2021",
"advent-of-code-2022",
"template",
"zig"
] | 489 | false | 2024-12-03T21:42:32Z | true | false | unknown | github | [] | Advent of Code solutions
In zig, cause we gotta go fast B)
Run code with <code>zig build run -Doptimize=ReleaseFast</code>
Timings
Measurements are taken from an average of 100 runs on my Ryzen 5950x processor
(~4.2GHz) I compile everything with -OReleaseFast
Every day is programmed as a function that receives a str... | [] |
https://avatars.githubusercontent.com/u/30749142?v=4 | advent-of-code | DearRude/advent-of-code | 2020-12-07T21:19:57Z | Solutions to Advent Of Code | main | 0 | 6 | 0 | 6 | https://api.github.com/repos/DearRude/advent-of-code/tags | GPL-3.0 | [
"advent-of-code",
"go",
"julialang",
"zig"
] | 225 | false | 2024-12-15T23:30:04Z | false | false | unknown | github | [] | Advent of Code
2020
I was doing this as an incentive to learn Julia. Feel free to criticize my code.
2021
I'm doing this year as an incentive to learn Zig. I'll try to solve in both Julia and Zig.
2024
This year I'm trying to learn a bit JavaScript and solve in it (sadly) | [] |
https://avatars.githubusercontent.com/u/10237796?v=4 | ztor | iansimonson/ztor | 2020-09-27T10:05:46Z | A (partial) bittorrent client in zig | master | 0 | 6 | 1 | 6 | https://api.github.com/repos/iansimonson/ztor/tags | NOASSERTION | [
"bittorrent",
"libuv",
"zig"
] | 113 | false | 2024-12-14T09:57:31Z | true | false | unknown | github | [] | ZTOR
Zig BitTorrent Client
A small but slightly more than non-trivial program written in Zig.
This was mostly an experiment in using zig with a c event-loop library and callback-based appraoch. A number of
useful zig features, such as errors, can't be used due to the C abi boundary being pervasive.
I do not recomme... | [] |
https://avatars.githubusercontent.com/u/13669835?v=4 | zig-gap-buffer | lukewilson2002/zig-gap-buffer | 2020-06-09T15:57:26Z | A gap buffer implementation for Zig. | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/lukewilson2002/zig-gap-buffer/tags | MIT | [
"allocation",
"cursor",
"data-structures",
"gap-buffers",
"text-editor",
"zig",
"zig-package"
] | 19 | false | 2023-12-29T19:41:26Z | true | false | unknown | github | [] | Zig Gap Buffer
A gap buffer implementation for Zig, designed to be idiomatic. The design of this code is styled after the standard library.
Feel free to just copy the gap-buffer.zig source file to your project if you'd rather.
What is a Gap Buffer?
A <a>gap buffer</a> is like a growable array, but the reserved spac... | [] |
https://avatars.githubusercontent.com/u/59506423?v=4 | jemalloc-zig | protheory8/jemalloc-zig | 2020-07-30T17:34:31Z | Implementation of std.mem.Allocator that wraps Jemalloc. | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/protheory8/jemalloc-zig/tags | MIT | [
"allocator",
"jemalloc",
"zig",
"ziglang"
] | 25 | false | 2023-03-25T00:33:57Z | true | false | unknown | github | [] | jemalloc-zig
Implementation of <code>std.mem.Allocator</code> interface that wraps Jemalloc.
Works on master builds of Zig.
Example usage
Use this library as a Zig library (<a>instructions here</a>) and then add something like this to your root source file:
```zig
const jemalloc_zig = @import("jemalloc-zig");
const... | [] |
https://avatars.githubusercontent.com/u/65570835?v=4 | wavefront-obj | ziglibs/wavefront-obj | 2020-11-20T12:56:23Z | A parser for wavefront object files | main | 0 | 5 | 2 | 5 | https://api.github.com/repos/ziglibs/wavefront-obj/tags | MIT | [
"3d-format",
"wavefront-obj",
"zig",
"zig-package",
"ziglang"
] | 24 | false | 2025-01-15T21:34:10Z | false | false | unknown | github | [] | wavefront-obj
A parser for wavefront object files
Dependencies
Requires package <a><code>zlm</code></a> to be present. | [] |
https://avatars.githubusercontent.com/u/2707340?v=4 | zig-ulid | stripedpajamas/zig-ulid | 2020-09-09T00:31:26Z | ULID generation in Zig | main | 0 | 4 | 0 | 4 | https://api.github.com/repos/stripedpajamas/zig-ulid/tags | MIT | [
"generator",
"ulid",
"uuid",
"zig"
] | 11 | false | 2022-02-04T08:15:17Z | false | false | unknown | github | [] | zig-ulid
ULIDs are
- 128-bit compatibility with UUID 1.21e+24 unique ULIDs per millisecond
Lexicographically sortable!
- Canonically encoded as a 26 character string, as opposed to the 36 character UUID
- Uses Crockford's base32 for better efficiency and readability (5 bits per character)
- Case insensitive
- No s... | [] |
https://avatars.githubusercontent.com/u/23725145?v=4 | wekua | kython28/wekua | 2020-03-01T00:26:12Z | Linear Algebra and Deep Learning Zig library with GPGPU and heterogeneous computing | master | 0 | 4 | 1 | 4 | https://api.github.com/repos/kython28/wekua/tags | MIT | [
"c",
"deep-learning",
"deep-neural-network",
"deep-neural-networks",
"neural-network",
"neural-networks",
"opencl",
"opencl-kernels",
"zig",
"ziglang"
] | 896 | false | 2025-04-10T13:57:32Z | true | true | 0.14.0 | github | [] |
Linear Algebra and Deep Learning Zig library with GPGPU and heterogeneous computing
<strong>Wekua</strong> is a lightweight and optimized library that allows you to build and run deep learning models using GPGPU and heterogeneous computing with OpenCL.
Thanks to OpenCL, Wekua offers the flexibility to build and run... | [] |
https://avatars.githubusercontent.com/u/7270159?v=4 | tar | mattnite/tar | 2021-01-19T05:15:20Z | tar library that has a bad interface ngl | main | 1 | 4 | 3 | 4 | https://api.github.com/repos/mattnite/tar/tags | MIT | [
"archive",
"zig",
"zig-package"
] | 13 | false | 2024-05-12T06:43:26Z | true | false | unknown | github | [] | tar
tar library that has a bad interface ngl | [] |
https://avatars.githubusercontent.com/u/1892046?v=4 | zig_ccsds_primary_header | nsmryan/zig_ccsds_primary_header | 2020-08-09T15:24:12Z | Implementation of the CCSDS Space Packet Protocol in Zig | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/nsmryan/zig_ccsds_primary_header/tags | - | [
"ccsds",
"space",
"zig",
"ziglang"
] | 16 | false | 2022-07-02T22:44:05Z | true | false | unknown | github | [] | Zig CCSDS Primary Header
This repository contains a basic, but essentially complete, implementation
of the CCSDS Space Packet Protocol Primary Header in the Zig programming language.
The point of writing this library is to try Zig out on a binary data
specification 1) without serialization and deserialization, and 2)... | [] |
https://avatars.githubusercontent.com/u/2286349?v=4 | zig-pc_keyboard | leecannon/zig-pc_keyboard | 2020-12-07T18:40:57Z | PS/2 Keyboard Decoder | master | 0 | 4 | 2 | 4 | https://api.github.com/repos/leecannon/zig-pc_keyboard/tags | MIT | [
"osdev",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 37 | false | 2023-12-31T18:08:49Z | true | false | unknown | github | [] | zig-pc_keyboard
A zig reimplementation of the <a>pc-keyboard</a> rust crate
How to get
Gyro
<code>gyro add leecannon/pc_keyboard</code>
Zigmod
<code>zigmod aq add 1/leecannon/pc_keyboard</code>
Git
Submodule
<code>git submodule add https://github.com/leecannon/zig-pc_keyboard zig-pc_keyboard</code>
Clone
<co... | [] |
https://avatars.githubusercontent.com/u/3759175?v=4 | lemonbar-maker | Hejsil/lemonbar-maker | 2020-11-29T00:12:36Z | null | master | 0 | 4 | 1 | 4 | https://api.github.com/repos/Hejsil/lemonbar-maker/tags | MIT | [
"bar",
"lemonbar",
"zig"
] | 142 | false | 2024-03-15T22:43:07Z | true | true | unknown | github | [
{
"commit": "9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.gz",
"name": "clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
},
{
"commit": "5d572b31b08268e977b... |
lemonbar-maker
This is me trying out the event loop and async by creating a program
that produces bar strings for <a>lemonbar</a>. | [] |
https://avatars.githubusercontent.com/u/3759175?v=4 | zte | Hejsil/zte | 2020-04-01T19:29:57Z | The Zig text editor (not maintained) | master | 0 | 4 | 1 | 4 | https://api.github.com/repos/Hejsil/zte/tags | MIT | [
"text-editor",
"zig"
] | 2,974 | false | 2024-05-03T10:35:08Z | true | false | unknown | github | [] | zte
A terminal text editor written in Zig (not maintained).
Things I remember about this editor:
* I was playing around with immutable data structures, so the entire editor
is based around this concept (See the immutable list implementation
<a>here</a>).
* This editor currently just leaks all its memory. The id... | [] |
https://avatars.githubusercontent.com/u/34946442?v=4 | zig-ed25519-blake2b | cryptocode/zig-ed25519-blake2b | 2021-01-21T10:42:55Z | ed25519-blake2b implementation for Zig | master | 0 | 4 | 1 | 4 | https://api.github.com/repos/cryptocode/zig-ed25519-blake2b/tags | MIT | [
"blake2b",
"ed25519",
"zig"
] | 5 | false | 2023-08-31T15:50:32Z | false | false | unknown | github | [] | This is a variation of the Zig standard library implementation of ed25519, using Blake2b as the hash function.
Last tested with <code>stage2</code> using Zig version <code>0.10.0-dev.4418+99c3578f6</code> | [] |
https://avatars.githubusercontent.com/u/25238?v=4 | zraytrace | jsyrjala/zraytrace | 2020-10-03T08:05:34Z | Raytracing implemented in Zig language | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/jsyrjala/zraytrace/tags | - | [
"raytracing",
"raytracing-in-one-weekend",
"zig"
] | 3,930 | false | 2022-02-21T01:11:20Z | true | false | unknown | github | [] | zraytrace
Ray tracing implemented in <a>Zig</a>.
Inspiration
Code follows mostly <a>Ray Tracing in One Weekend</a> and <a>Physically Based Rendering</a>.
Features
Single threaded, uses only on CPU.
Materials:
- diffuse (matte)
- metal (fully reflective)
- dielectric (glass like objects)
Shapes
- sphere
- triang... | [] |
https://avatars.githubusercontent.com/u/265903?v=4 | lepto.zig | alexnask/lepto.zig | 2020-05-12T11:43:13Z | Date and time library for zig, inspired by C++20 std::chrono | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/alexnask/lepto.zig/tags | - | [
"datetime",
"time",
"timezone",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 16 | false | 2023-03-15T18:13:30Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/5464072?v=4 | ziglaunch | nektro/ziglaunch | 2020-11-22T23:31:36Z | Introductory files to get started with different types of projects in Zig. | master | 0 | 4 | 1 | 4 | https://api.github.com/repos/nektro/ziglaunch/tags | MIT | [
"zig"
] | 13 | false | 2022-03-18T16:35:01Z | false | false | unknown | github | [] | ziglaunch
<a></a>
Repo for https://ziglaunch.org. | [] |
https://avatars.githubusercontent.com/u/265945?v=4 | sodium-wrapper | nmichaels/sodium-wrapper | 2020-02-12T02:28:14Z | Sodium for Zig | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/nmichaels/sodium-wrapper/tags | NOASSERTION | [
"sodium",
"zig"
] | 54 | false | 2024-03-27T14:27:45Z | true | false | unknown | github | [] | A Sodium Wrapper for Zig
Salty!
It's very incomplete. It's not even plete.
Requires libsodium-dev or, if not on Debian, some package that
provides sodium.h.
Official home: https://hg.sr.ht/~nmichaels/sodium-wrapper | [] |
https://avatars.githubusercontent.com/u/12176994?v=4 | zig-wasm-dsp | schroffl/zig-wasm-dsp | 2021-01-07T19:38:05Z | Zig DSP in the Browser via WebAssembly | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/schroffl/zig-wasm-dsp/tags | - | [
"dsp",
"webassembly",
"zig"
] | 567 | false | 2023-09-29T10:03:30Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/418638?v=4 | zigdf | nfultz/zigdf | 2020-12-01T23:06:52Z | A Data Frame in zig | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/nfultz/zigdf/tags | - | [
"dataframe",
"zig"
] | 2 | false | 2025-01-03T19:32:36Z | false | false | unknown | github | [] | zigdf
A Data Frame for zig. | [] |
https://avatars.githubusercontent.com/u/11694033?v=4 | parzig | notCalle/parzig | 2020-10-27T09:23:07Z | Parser Combinator library for Zig | main | 3 | 3 | 0 | 3 | https://api.github.com/repos/notCalle/parzig/tags | MIT | [
"parser-combinators",
"parser-library",
"zig",
"zig-lang",
"zig-library",
"zig-package"
] | 75 | false | 2025-04-03T02:32:03Z | true | false | unknown | github | [] | <a></a>
<a></a>
ParZig
A parser combinator library for <a>Zig</a>.
Install
<ul>
<li>Git submodule</li>
</ul>
<code>shell
git submodule add https://github.com/notCalle/parzig lib/parzig</code>
<code>zig
const parzig = Pkg { .name = "parzig", .path = "lib/parzig/exports.zig" };</code>
<ul>
<li>Import declaration... | [] |
https://avatars.githubusercontent.com/u/43353831?v=4 | storopoli.com | storopoli/storopoli.com | 2020-12-13T17:48:30Z | Personal Website | main | 0 | 3 | 2 | 3 | https://api.github.com/repos/storopoli/storopoli.com/tags | MIT | [
"bitcoin",
"blog",
"cryptography",
"math",
"privacy",
"science",
"statistics",
"zig",
"zine"
] | 17,036 | false | 2025-05-12T16:16:54Z | false | false | unknown | github | [] | storopoli.com
This is my personal site at <a>storopoli.com</a>.
It is built with <a>Rust</a>,
<a>Zola</a>,
and the <a>tabi</a> theme.
To run the site locally, you need to have Zola installed,
and run the following command;
<code>sh
zola serve</code>
JavaScript
By default, all JavaScript[^javascript] is disabled... | [] |
https://avatars.githubusercontent.com/u/2286349?v=4 | zig-bootboot | leecannon/zig-bootboot | 2020-12-07T00:04:49Z | A zig'ified BOOTBOOT header file | master | 0 | 3 | 1 | 3 | https://api.github.com/repos/leecannon/zig-bootboot/tags | MIT | [
"osdev",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 36 | false | 2023-12-28T12:22:52Z | true | false | unknown | github | [] | zig-bootboot
This repo contains a zig'ified <a>BOOTBOOT</a> header file.
How to get
Gyro
<code>gyro add leecannon/bootboot</code>
Zigmod
<code>zigmod aq add 1/leecannon/bootboot</code>
Git
Submodule
<code>git submodule add https://github.com/leecannon/zig-bootboot zig-bootboot</code>
Clone
<code>git clone ht... | [] |
https://avatars.githubusercontent.com/u/7270159?v=4 | version | mattnite/version | 2021-01-19T04:55:33Z | small library for semver | main | 0 | 3 | 2 | 3 | https://api.github.com/repos/mattnite/version/tags | MIT | [
"semver",
"zig",
"zig-package"
] | 10 | false | 2023-04-13T18:01:44Z | true | false | unknown | github | [] | version
small library for semver | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | zig-ihex | ikskuh/zig-ihex | 2020-04-18T19:44:56Z | An intel hex loader written in Zig | master | 0 | 3 | 2 | 3 | https://api.github.com/repos/ikskuh/zig-ihex/tags | MIT | [
"ihex",
"intel-hex",
"zig",
"zig-package",
"ziglang"
] | 2,285 | false | 2025-04-04T19:18:21Z | true | true | unknown | github | [] | Zig Intel Hex parser
A loader for the <a>Intel Hex</a> format used in embedded
development.
Features
<ul>
<li>Supports all 6 record types</li>
<li>Raw record parser (<code>parseRaw</code>)</li>
<li>User-friendly preprocessor (<code>parseData</code>)</li>
<li>Pedantic and lax parsing</li>
</ul>
Example
```zig
fn pro... | [] |
https://avatars.githubusercontent.com/u/17814263?v=4 | osdev-zig-barebone-x64 | d0p1s4m4/osdev-zig-barebone-x64 | 2020-11-26T22:53:30Z | null | master | 0 | 3 | 1 | 3 | https://api.github.com/repos/d0p1s4m4/osdev-zig-barebone-x64/tags | Unlicense | [
"barebone",
"osdev",
"x64",
"x86-64",
"zig"
] | 4 | false | 2023-03-26T17:59:17Z | true | false | unknown | github | [] | osdev-zig-barebone-x64 | [] |
https://avatars.githubusercontent.com/u/68269045?v=4 | dogma.zig | dogmatists/dogma.zig | 2020-07-14T13:50:07Z | Dogma for Zig. | master | 1 | 3 | 0 | 3 | https://api.github.com/repos/dogmatists/dogma.zig/tags | Unlicense | [
"dogma",
"polyglot",
"zig",
"zig-library"
] | 14 | false | 2020-08-03T12:31:08Z | false | false | unknown | github | [] | Dogma for Zig
<a></a>
<a></a>
<a>https://dogma.dev</a>
Prerequisites
<ul>
<li><a>Zig</a> <a>0.6.0</a></li>
</ul>
Installation
<code>bash
$ git clone https://github.com/dogmatists/dogma.zig.git</code>
Examples
Importing the library
<code>zig
const dogma = @import("dogma");</code>
Checking the library version
... | [] |
https://avatars.githubusercontent.com/u/2665334?v=4 | cat-zig | gsquire/cat-zig | 2020-05-17T21:01:50Z | A simple cat clone using Zig | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/gsquire/cat-zig/tags | MIT | [
"zig"
] | 2 | false | 2022-08-22T17:27:29Z | false | false | unknown | github | [] | cat-zig
This is a simple CLI program to get acquainted with Zig. See the associated blog post for
more information.
Building
There is a Makefile that you can use.
```sh
Build a release version of the binary.
make
Clean up the object file and binary.
make clean
Format the source code.
make fmt
```
License
MI... | [] |
https://avatars.githubusercontent.com/u/748913?v=4 | compile-time-string-validation | euantorano/compile-time-string-validation | 2020-06-09T22:23:29Z | Companion repository for my "Validating strings at compile time" log post | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/euantorano/compile-time-string-validation/tags | BSD-3-Clause | [
"compile-time-checking",
"dlang",
"nim",
"zig"
] | 10 | false | 2023-10-17T09:52:48Z | false | false | unknown | github | [] | Compile Time String Validation
Companion repository for my blog post <a>"Compile Time String Validation"</a>
This repository contains code for a couple of implementations of a dummy <code>pledge</code> function (based upon the <a><code>pledge(2)</code></a> system call in OpenBSD) that validates its arguments at compi... | [] |
https://avatars.githubusercontent.com/u/755611?v=4 | adventofcode | dundalek/adventofcode | 2020-12-01T20:53:27Z | null | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/dundalek/adventofcode/tags | - | [
"advent-of-code",
"clojure",
"liz",
"zig"
] | 109 | false | 2023-09-08T18:15:30Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/2286349?v=4 | zig-xbeam | leecannon/zig-xbeam | 2020-12-12T19:34:09Z | A very partial re-implementation of the rust crate crossbeam. | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/leecannon/zig-xbeam/tags | MIT | [
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 25 | false | 2022-12-15T10:44:48Z | true | false | unknown | github | [] | zig-xbream
This repo is a <em>very</em> partial (pull requests welcome) re-implementation of the rust crate <a>crossbeam</a>.
Only the following types are implemented:
Data structures
<ul>
<li><code>xbeam.queue.ArrayQueue</code> - a bounded MPMC queue that allocates a fixed-capacity buffer on construction.</li>
<li>... | [] |
https://avatars.githubusercontent.com/u/15308111?v=4 | rubik.zig | Vexu/rubik.zig | 2020-12-02T13:03:41Z | Rubik's cube stuff | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/Vexu/rubik.zig/tags | MIT | [
"rubiks-cube",
"zig"
] | 21 | false | 2024-12-28T00:16:14Z | true | false | unknown | github | [] | Rubik's cube stuff in Zig. | [] |
https://avatars.githubusercontent.com/u/1892046?v=4 | zig_msgpack | nsmryan/zig_msgpack | 2020-10-07T00:47:28Z | An attempt to implement the MsgPack protocol in Zig | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/nsmryan/zig_msgpack/tags | - | [
"msgpack",
"unmaintained",
"zig"
] | 8 | false | 2021-01-22T21:14:40Z | true | false | unknown | github | [] | MsgPack in Zig
This repository contains an attempt to implement the <a>MsgPack</a> serialization
format in Zig. This format is pretty interesting- its like a binary JSON, but more compact, supporting binary
buffers, and supporting maps between arbitrary objects.
I attempted to implement this protocol in Zig to see h... | [] |
https://avatars.githubusercontent.com/u/22226942?v=4 | grapl | funnbot/grapl | 2020-07-31T05:55:55Z | Great... Really? Another programming language? | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/funnbot/grapl/tags | - | [
"programming-language",
"zig",
"ziglang"
] | 127 | false | 2022-03-23T07:53:40Z | true | false | unknown | github | [] | Grapl (Grapple)
Great... Really? Another Programming Language?
Simple programming language for fun made with <a>zig</a>.
Grapl is currently being developed on zig version: <code>0.6.0+84d50c892</code>, and may not compile or function on a different commit. | [] |
https://avatars.githubusercontent.com/u/44361234?v=4 | zark | ryuukk/zark | 2020-10-14T00:10:07Z | 2D & 3D Game Framework written in Zig, inspired by libGDX/XNA | main | 0 | 2 | 0 | 2 | https://api.github.com/repos/ryuukk/zark/tags | - | [
"crossplatform",
"engine",
"framework",
"game",
"gamedev",
"glfw",
"native",
"opengl",
"zig",
"ziglang"
] | 1,186 | false | 2024-05-29T09:00:46Z | false | false | unknown | github | [] | ZARK
ZARK is a simple OpenGL game framework, it is not a fully featured engine, instead it gives you simple APIs to get started
Notes
⛔ This library won't be for you if need:
<ul>
<li>next gen graphics</li>
<li>fully featured engine</li>
<li>to target mobiles</li>
<li>something battle tested</li>
<li>vulkan, directx... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | cbm-tools | ikskuh/cbm-tools | 2020-12-16T20:16:13Z | A small collection of CBM computer related tools | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/ikskuh/cbm-tools/tags | - | [
"c128",
"c64",
"cbm",
"commodore-64",
"zig",
"ziglang"
] | 16 | false | 2022-10-03T21:08:05Z | true | true | unknown | github | [
{
"commit": "3797c1473b48e445d721d40c8fbbe9a7422095ae.tar.gz",
"name": "args",
"tar_url": "https://github.com/MasterQ32/zig-args/archive/3797c1473b48e445d721d40c8fbbe9a7422095ae.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/MasterQ32/zig-args"
}
] | CBM Tools
My collection of smaller tools related to <a>CBM</a> computers like C64 or C128.
<code>cbm-basic</code>
<code>cbm-basic</code> is a simple tokenizer/detokenizer to convert your BASIC <code>PRG</code> files into plain text files or back.
<strong>Usage:</strong>
<code>``
cbm-basic [fileName]
Supported comma... | [] |
https://avatars.githubusercontent.com/u/10093365?v=4 | bcrypt-encoder | Daimanta/bcrypt-encoder | 2021-01-09T21:01:37Z | A CLI Bcrypt encoder written in Zig. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/Daimanta/bcrypt-encoder/tags | NOASSERTION | [
"bcrypt",
"zig"
] | 84 | false | 2025-03-05T21:36:01Z | true | false | unknown | github | [] | Bcrypt encoder
Bcrypt encoder hashes password with the bcrypt algorithm. Also allows checking if a password matches a provided hash.
Usage
```
Usage: bcrypt-encoder [OPTION]
Hashes password with the bcrypt algorithm. Also allows checking if a password matches a provided hash.
If arguments are possible, they are ma... | [] |
https://avatars.githubusercontent.com/u/17525998?v=4 | celeritas-old | omnisci3nce/celeritas-old | 2020-04-26T06:50:24Z | OpenGL renderer with basic shading and OBJ loading | master | 1 | 1 | 0 | 1 | https://api.github.com/repos/omnisci3nce/celeritas-old/tags | - | [
"opengl",
"zig"
] | 86,802 | false | 2024-09-10T10:56:54Z | true | false | unknown | github | [] | celeritas
Windows
"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
need to run this first to get microsoft runtime for glfw I think | [] |
https://avatars.githubusercontent.com/u/46252311?v=4 | Folly | deingithub/Folly | 2020-05-17T19:57:12Z | "All of it… all of it… madness." | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/deingithub/Folly/tags | MIT | [
"osdev",
"riscv",
"zig"
] | 87 | false | 2020-05-31T11:57:50Z | true | false | unknown | github | [] | The Folly of Cass
A RV64G kernel implemented in Zig
This is a timesink. To waste your time similarly to how I do, you need <a>The Nix Package Manager</a> and <a>The Zig Programming Language</a>.
Technically you only need the latter but the former does a lot of important stuff too and makes the entire thing … <em>comp... | [] |
https://avatars.githubusercontent.com/u/7283681?v=4 | zig-kak | lun-4/zig-kak | 2020-02-16T15:49:02Z | kakoune plugin for zig support (wip) | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/lun-4/zig-kak/tags | - | [
"kakoune",
"zig"
] | 4 | false | 2023-01-28T13:27:35Z | false | false | unknown | github | [] | note
kakoune master branch has builtin zig highlighting, afaik it isn't in a release
yet but: https://github.com/mawww/kakoune/pull/3422
thank you so much, ifreund
(what is) zig-kak
wip plugin providing zig support in kakoune
this only provides syntax highlighting.
using zig fmt in kakoune
requires this edit to ... | [] |
https://avatars.githubusercontent.com/u/10249330?v=4 | zgit | frenata/zgit | 2020-04-20T14:43:49Z | Implementing git in zig in order to learn both! | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/frenata/zgit/tags | - | [
"git",
"wyag",
"zig"
] | 8 | false | 2021-09-23T09:55:51Z | true | false | unknown | github | [] | ZGit
An exercise in learning both <code>zig</code> and more about the internals of <code>git</code>, roughly following <a>WYAG</a> towards that end.
Steps:
<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-... | [] |
https://avatars.githubusercontent.com/u/17314063?v=4 | zig-date | JoaoSilveira/zig-date | 2020-08-09T22:13:45Z | Date/time related repos, Gregorian calendar only for now | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/JoaoSilveira/zig-date/tags | - | [
"date-time",
"date-time-formatting",
"gregorian-calendar",
"zig"
] | 8 | false | 2025-01-09T15:15:33Z | false | false | unknown | github | [] | Zig Date
At the present moment it's just a not really functional GregorianDateTime, but will, hopefully, be a fully functional Gregorian calendar date time.
It already supports formatting documented in <code>date.zig:200</code> or <code>format</code> function of <code>DateTime</code> struct. There were some problems ... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | navmesh | ikskuh/navmesh | 2020-08-21T12:20:12Z | A navmesh implementation in zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/ikskuh/navmesh/tags | - | [
"navmesh",
"pathfinding",
"zig",
"zig-package",
"ziglang"
] | 120 | false | 2022-03-01T09:48:08Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/28556218?v=4 | zig-smaz | joachimschmidt557/zig-smaz | 2020-05-18T21:35:08Z | Port of smaz string compression to zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/joachimschmidt557/zig-smaz/tags | MIT | [
"zig",
"zig-package"
] | 21 | false | 2025-01-22T13:04:25Z | true | false | unknown | github | [] | zig-smaz
Port of the <a>smaz string compression algorithm</a> to <a>zig</a>
Works with Zig 0.13.0 | [] |
https://avatars.githubusercontent.com/u/28556218?v=4 | zig-wcwidth | joachimschmidt557/zig-wcwidth | 2020-03-28T20:56:28Z | [WIP] Implementation of wcwidth() in zig | master | 2 | 1 | 2 | 1 | https://api.github.com/repos/joachimschmidt557/zig-wcwidth/tags | MIT | [
"unicode",
"zig",
"zig-package"
] | 36 | false | 2025-03-07T16:24:38Z | true | true | unknown | github | [] | zig-wcwidth
A port of <a>wcwidth</a> to zig
<code>wcwidth</code> works with Zig 0.14.0. | [] |
https://avatars.githubusercontent.com/u/5727856?v=4 | zpq | Aransentin/zpq | 2020-09-26T11:04:58Z | zpq is a connection library for PostgreSQL | master | 0 | 1 | 1 | 1 | https://api.github.com/repos/Aransentin/zpq/tags | EUPL-1.2 | [
"postgresql",
"zig"
] | 13 | false | 2022-12-26T12:43:37Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/14693516?v=4 | kindling | cshenton/kindling | 2020-08-09T08:40:59Z | Fire starter for html5 3d development with WebGL 2.0, WebAudio, and Websockets. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/cshenton/kindling/tags | MIT | [
"game-development",
"wasm",
"web-game-development",
"webaudio",
"webgl2",
"zig"
] | 4,407 | false | 2024-07-26T08:35:17Z | true | false | unknown | github | [] | Kindling
Fire starter for 3D web projects. This is a set of hand written zig bindings to
various web platform APIs that enable zig to be a complete application
development environment for the browser.
The goal is to make getting a fullscreen canvas with a webGL 2.0 context, audio,
and networking interfaces that are a... | [] |
https://avatars.githubusercontent.com/u/11507066?v=4 | vulkan-triangle | abdelq/vulkan-triangle | 2020-06-14T02:37:38Z | Triangle example from the Vulkan Tutorial in Zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/abdelq/vulkan-triangle/tags | MIT | [
"vulkan",
"zig"
] | 32 | false | 2021-07-08T18:50:50Z | true | false | unknown | github | [] | Vulkan Triangle
Example of triangle drawing from the <a>Vulkan Tutorial</a>
written in <a>Zig</a>.
Build
Requires <code>glslc</code> and <code>zig > 0.6.0</code>.
<code>zig build</code>
License
This project is available under the <a>MIT license</a>. | [] |
https://avatars.githubusercontent.com/u/34610?v=4 | experiment-zig-generator | marnix/experiment-zig-generator | 2020-11-04T12:02:06Z | null | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/marnix/experiment-zig-generator/tags | - | [
"generator-function",
"zig",
"ziglang"
] | 7 | false | 2020-12-28T05:25:24Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/54483?v=4 | vm2gol-v2-zig | sonota88/vm2gol-v2-zig | 2021-01-05T23:09:10Z | simple toy compiler | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/sonota88/vm2gol-v2-zig/tags | MIT | [
"compiler",
"zig",
"ziglang"
] | 198 | false | 2025-03-29T07:31:41Z | false | false | unknown | github | [] | 素朴な自作言語のコンパイラをZigに移植した
https://memo88.hatenablog.com/entry/2021/01/07/235019
<code>sh
git clone --recursive https://github.com/sonota88/vm2gol-v2-zig.git
cd vm2gol-v2-zig
./docker.sh build
./test.sh all</code>
```sh
./docker.sh run zig version
# 0.14.0
LANG=C wc -l {lexer,parser,codegen}.zig lib/{types,utils,json}... | [] |
https://avatars.githubusercontent.com/u/15308111?v=4 | zig-lint | Vexu/zig-lint | 2020-03-14T17:41:47Z | null | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/Vexu/zig-lint/tags | MIT | [
"zig"
] | 18 | false | 2023-01-28T14:31:46Z | true | false | unknown | github | [] | Zig linter | [] |
https://avatars.githubusercontent.com/u/12919300?v=4 | zigscript | Nuss9940/zigscript | 2020-09-09T13:40:21Z | Run a zig file directly by using a shebang line | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/Nuss9940/zigscript/tags | Unlicense | [
"zig"
] | 2 | false | 2025-03-01T17:34:41Z | false | false | unknown | github | [] | Zigscript
Installation
Put the zigscript file in this repository on your $PATH
<code># ln -s zigscript /usr/local/bin/
</code>
How to use
Simply put
<code>#!/usr/bin/env zigscript
</code>
in the first line of your script.
Example:
<code>#!/usr/bin/env zigscript
const std = @import("std");
pub fn main() !void ... | [] |
https://avatars.githubusercontent.com/u/2538614?v=4 | libyaml-zig | noahp/libyaml-zig | 2020-06-29T13:55:36Z | Building libyaml with `zig cc` | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/noahp/libyaml-zig/tags | - | [
"libyaml",
"yaml",
"zig"
] | 7 | false | 2023-01-01T22:30:20Z | false | false | unknown | github | [] | libyaml-zig
Playing around with using zig to build libyaml.
TODO look into adding zig native bindings for manipulating yaml documents. | [] |
https://avatars.githubusercontent.com/u/9454576?v=4 | utilz | emekoi/utilz | 2020-12-28T07:46:22Z | small(-ish) unix/linux "utilities" written in zig | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/emekoi/utilz/tags | MIT | [
"zig"
] | 185 | false | 2021-08-07T05:49:17Z | true | false | unknown | github | [] | utilz
i started using linux a while back and ricing seemed kinda cool, so i wanted to try writing some utils for ricing in zig. i might also add any other unix/linux utilities and little zig libraries i write later on. one of my goals is to use libc as little as possible.
utilities
<ul>
<li><a>pal</a></li>
</ul>
li... | [] |
https://avatars.githubusercontent.com/u/5862812?v=4 | binary_size_comparison | Adobe-Android/binary_size_comparison | 2020-08-16T03:07:16Z | A binary size comparison across various programming languages | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/Adobe-Android/binary_size_comparison/tags | MIT | [
"c",
"cpp",
"golang",
"rust",
"zig"
] | 41 | false | 2025-02-01T18:57:17Z | false | false | unknown | github | [] | binary size comparison
A binary size comparison across various programming languages
C++
<strong>Note:</strong> <em>Extraneous information like BuildID omitted from file output.</em>
<strong>Note:</strong> <em>Windows build 2004 and/or Ubuntu Linux 20.04 used for testing.</em>
Idiomatic
```cpp
include
int main... | [] |
https://avatars.githubusercontent.com/u/1892046?v=4 | zig_copy | nsmryan/zig_copy | 2020-10-07T02:16:54Z | A Zig implementation of Rust's Copy trait | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/nsmryan/zig_copy/tags | - | [
"zig"
] | 2 | false | 2020-12-22T15:41:57Z | true | false | unknown | github | [] | Copy Trait for Zig
This repo contains a simple implementation of Rust's Copy trait in Zig, using the
std.meta.trait.TraitFn implementation of traits.
The purpose is mostly to play around with Zig's meta programming through comptime type
reflection, and to explore my interest in languages where all possible shapes of ... | [] |
https://avatars.githubusercontent.com/u/59871781?v=4 | zrc | timmyjose-projects/zrc | 2020-07-17T15:30:54Z | Zig egg for generating Adler-32 and CRC-32 checksums | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/timmyjose-projects/zrc/tags | Unlicense | [
"adler-32",
"crc",
"crc-32",
"zig"
] | 13 | false | 2023-01-28T13:24:09Z | true | false | unknown | github | [] | zrc
A Zig egg (library) for calculating the <code>Adler-32</code> and <code>CRC-32</code> checksums of strings.
An interface is also provided to extend the library with custom checksum algorithms.
Usage
Example:
<code>adler32</code> checksum:
```
var arena = std.heap.ArenaAllocator.init(std.heap.page_allocat... | [] |
https://avatars.githubusercontent.com/u/39384757?v=4 | zig.kak | chadwain/zig.kak | 2020-11-10T17:19:02Z | Zig language support for kakoune | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/chadwain/zig.kak/tags | MIT | [
"kakoune",
"zig"
] | 5 | true | 2020-11-10T18:50:08Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/17795572?v=4 | docker-zig | Eloitor/docker-zig | 2020-12-13T06:13:33Z | A docker image for Zig with X11 and Xft librariesbased upon Alpine Linux 3.12. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/Eloitor/docker-zig/tags | BSD-3-Clause | [
"docker",
"x11",
"xft",
"zig"
] | 62 | true | 2020-12-14T15:17:50Z | false | false | unknown | github | [] | Zig
<a></a>
A docker image for <a>Zig</a> with the c libraries X11 and Xft.
This image is based upon Alpine Linux 3.12.
See https://github.com/euantorano/docker-zig the original version of this image without the libraries.
Using this image
Building an executable
<code>docker run -v $PWD:/app eloitor/zig:0.7.0 bui... | [] |
https://avatars.githubusercontent.com/u/4116675?v=4 | fluent-bit-zig | sriduth/fluent-bit-zig | 2020-02-23T17:29:15Z | Try to write a simple fluent bit output plugin in Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/sriduth/fluent-bit-zig/tags | - | [
"fluent-bit",
"logging",
"zig",
"ziglang"
] | 5 | false | 2020-02-23T17:35:36Z | false | false | unknown | github | [] | Writing a fluent-bit output plugin in Zig
First translate the C headers
These are the same headers used by the go output plugin scaffolding project: https://github.com/fluent/fluent-bit-go
<code>bash
zig translate-c include/flb_output.h > include/flb_output.zig
zig translate-c include/flb_plugin.h > include/fl... | [] |
https://avatars.githubusercontent.com/u/5048090?v=4 | zigfmt-web | jackdbd/zigfmt-web | 2020-12-10T16:55:08Z | run zig fmt in a wasm module | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/jackdbd/zigfmt-web/tags | MIT | [
"wasm",
"webassembly",
"zig"
] | 964 | true | 2023-10-06T12:34:13Z | true | false | unknown | github | [] | zigfmt-web
<a></a>
Write zig code in a <code><textarea></code>, format it with WebAssembly. Try <a>me</a>.
Installation
Clone the repo and jump into it:
<code>sh
git clone git@github.com:jackdbd/zigfmt-web.git
cd zigfmt-web</code>
Install JS dev dependencies (prettier, eslint, etc):
<code>sh
npm install</c... | [] |
https://avatars.githubusercontent.com/u/3952805?v=4 | hsluv-zig | LakeByTheWoods/hsluv-zig | 2020-03-15T09:15:08Z | Zig implementation of HSLuv | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/LakeByTheWoods/hsluv-zig/tags | - | [
"hpluv",
"hsluv",
"zig",
"ziglang"
] | 543 | false | 2020-10-02T06:56:32Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/1916079?v=4 | zig-bip39 | vrischmann/zig-bip39 | 2020-03-08T16:56:17Z | Partial implementation of BIP-0039 for Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/vrischmann/zig-bip39/tags | MIT | [
"zig"
] | 60 | false | 2021-12-24T19:49:16Z | true | false | unknown | github | [] | bip39
This is a partial implementation of <a>BIP-0039</a> in Zig.
This is a port of my Java implementation to Zig that I did as a way to learn the language.
Supported features
<ul>
<li>Encoding a byte array into a mnemonic</li>
<li>English wordlist</li>
</ul>
Missing features
<ul>
<li>Wordlists for other languages<... | [] |
https://avatars.githubusercontent.com/u/59871781?v=4 | bohio | timmyjose-projects/bohio | 2020-07-14T14:27:10Z | A Zig egg (library) for providing definitive environment variables to be used by the `clutch` tool. | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/timmyjose-projects/bohio/tags | Unlicense | [
"clutch",
"env-vars",
"zig"
] | 12 | false | 2023-01-28T13:24:09Z | true | false | unknown | github | [] | bohio
<code>bohio</code> refers to a house/roundhouse in the <a>Taino language</a>.
This <code>egg</code> (library) provides definitive, platform-independent environment variables for use with the <a>clutch package manager</a>.
Inspired by the Rust crate, <code>home</code>.
LICENCE
See <a>LICENCE</a>. | [] |
https://avatars.githubusercontent.com/u/5270804?v=4 | chelar | tombosc/chelar | 2020-12-10T10:44:14Z | Parsers of complex nested types in Zig generated at comptime! | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/tombosc/chelar/tags | MIT | [
"comptime",
"parser",
"parsing",
"zig"
] | 39 | false | 2020-12-26T22:23:59Z | true | false | unknown | github | [] | chelar
Create simple parsers in <a>Zig</a> at compile-time. Warning: Hacky and experimental.
API:
<ul>
<li><code>pub fn Parser(comptime T: type) (fn (?*std.mem.Allocator, *std.mem.TokenIterator) Error!T)</code>: given a type, returns a parsing function that takes an optional allocator (only needed for slices and poi... | [] |
https://avatars.githubusercontent.com/u/71220004?v=4 | mqttiotstuff.github.io | mqttiotstuff/mqttiotstuff.github.io | 2020-09-13T15:53:11Z | Web Site containing informations about the repositories and associated context https://mqttiotstuff.github.io | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/mqttiotstuff/mqttiotstuff.github.io/tags | MIT | [
"iot",
"mqtt",
"python",
"website",
"zig"
] | 51,104 | false | 2022-01-28T07:33:10Z | false | false | unknown | github | [] | MQTTIOTStuff web pages
This repository contains the web pages resources, using Hugo
got to <a>https://mqttiotstuff.github.io/</a> | [] |
https://avatars.githubusercontent.com/u/60458916?v=4 | dice | nofmal/dice | 2020-04-22T06:20:00Z | A command-line tool for generating diceware password | master | 0 | 0 | 1 | 0 | https://api.github.com/repos/nofmal/dice/tags | Zlib | [
"diceware",
"password",
"zig"
] | 56 | false | 2020-06-05T05:23:36Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/44962?v=4 | aoc2020 | nilium/aoc2020 | 2020-12-09T00:47:45Z | Advent of Code 2020, implemented in Zig 0.7.x. Mirror of https://git.sr.ht/~nilium/aoc2020. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/nilium/aoc2020/tags | BSD-2-Clause | [
"advent-of-code",
"advent-of-code-2020",
"zig"
] | 68 | false | 2020-12-10T08:35:13Z | true | false | unknown | github | [] | Advent of Code 2020
These are Advent of Code 2020 solutions written using <a>Zig</a> v0.7.0. | [] |
https://avatars.githubusercontent.com/u/29129213?v=4 | embedded_zig | dauc/embedded_zig | 2020-08-23T23:28:44Z | minimal Zig embedded ARM example (STM32F103 blue pill) | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/dauc/embedded_zig/tags | - | [
"bluepill",
"zig",
"ziglang"
] | 16 | true | 2021-03-28T22:11:11Z | true | false | unknown | github | [] | embedded_zig
A "minimal" ARM cortex-M firmware in Zig running on a STM32F103. It blinks.
building
Get <a>GNU Arm Embedded Toolchain</a> and <a>Zig</a> in <code>PATH</code> and type:
<code>make
</code>
running on a <a>bluepill</a>
Run OpenOCD on a terminal:
<code>openocd -f /usr/share/openocd/scripts/interface/st... | [] |
https://avatars.githubusercontent.com/u/19765253?v=4 | zig-libterm | DenizBasgoren/zig-libterm | 2020-12-18T04:25:01Z | A small library for writing CLI games in Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/DenizBasgoren/zig-libterm/tags | MIT | [
"zig",
"ziglang"
] | 250 | false | 2021-02-13T19:56:13Z | false | false | unknown | github | [] | zig-libterm
A small library for writing CLI games in Zig
to compile...
Make sure you have zig 0.7.0, then
<code>zig build-exe main.zig -lc</code> | [] |
https://avatars.githubusercontent.com/u/1892046?v=4 | zig_state_transitions | nsmryan/zig_state_transitions | 2020-10-11T23:45:47Z | An attempt to do type-checked state transitions in Zig | master | 0 | 0 | 0 | 0 | https://api.github.com/repos/nsmryan/zig_state_transitions/tags | - | [
"zig",
"zig-comptime"
] | 5 | false | 2020-12-22T15:41:48Z | true | false | unknown | github | [] | This repo is an attempt to use Zig's comptime mechanism to implement type checked
(or, at least comptime checked) state transitions.
The idea is that you have a type that represents you libraries state, and the
functions you define are only allowed on certain transitions. This could be used,
for example, to ensure tha... | [] |
https://avatars.githubusercontent.com/u/52813?v=4 | zionice | xyproto/zionice | 2021-02-04T15:04:39Z | Port of ionice to Zig | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/xyproto/zionice/tags | GPL-2.0 | [
"ionice",
"linux",
"port",
"util-linux",
"zig"
] | 12 | false | 2021-02-11T18:59:04Z | false | false | unknown | github | [] | zionice
Port of ion to Zig.
ion is an extraction of just the ionice source code from util-linux.
WORK IN PROGRESS! | [] |
https://avatars.githubusercontent.com/u/346181?v=4 | exercism-zig | petertseng/exercism-zig | 2020-09-17T02:07:26Z | Exercism Zig track | master | 0 | 0 | 1 | 0 | https://api.github.com/repos/petertseng/exercism-zig/tags | MIT | [
"exercism-track",
"zig"
] | 11 | false | 2020-11-24T04:53:38Z | false | false | unknown | github | [] | Exercism Zig Track
<a></a>
Exercism exercises in Zig.
Status:
This language has the potential to be made into an Exercism track, with a mostly straightforward process.
Please see <code>exercises/hello-world</code> as an example exercise.
Please see <a>CI results</a> for verification.
It will be up to future mainta... | [] |
https://avatars.githubusercontent.com/u/28832235?v=4 | zig-sdk | pojntfx/zig-sdk | 2021-01-14T09:33:57Z | A containerized version of the Zig toolchain. | main | 0 | 0 | 0 | 0 | https://api.github.com/repos/pojntfx/zig-sdk/tags | AGPL-3.0 | [
"docker",
"zig",
"ziglang"
] | 14 | false | 2023-02-26T06:04:51Z | false | false | unknown | github | [] | zig-sdk
A containerized version of the <a>Zig toolchain</a>.
Installation
Images are built weekly and pushed to <a>hub.docker.com/repository/docker/alphahorizonio/zig-sdk</a>.
License
zig-sdk (c) 2021 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0 | [] |
https://avatars.githubusercontent.com/u/108928776?v=4 | bun | oven-sh/bun | 2021-04-14T00:48:17Z | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one | main | 4,930 | 78,180 | 3,094 | 78,180 | https://api.github.com/repos/oven-sh/bun/tags | NOASSERTION | [
"bun",
"bundler",
"javascript",
"javascriptcore",
"jsx",
"nodejs",
"npm",
"react",
"transpiler",
"typescript",
"zig",
"ziglang"
] | 256,019 | false | 2025-05-22T08:18:20Z | true | false | unknown | github | [] |
<a></a>
Bun
<a target="_blank"></a>
<a></a>
<a>Documentation</a>
•
<a>Discord</a>
•
<a>Issues</a>
•
<a>Roadmap</a>
<a>Read the docs →</a>
What is Bun?
Bun is an all-in-one toolkit for JavaScript and TypeScript app... | [] |
https://avatars.githubusercontent.com/u/19482899?v=4 | mach | hexops/mach | 2021-07-04T17:37:47Z | zig game engine & graphics toolkit | main | 156 | 3,961 | 182 | 3,961 | https://api.github.com/repos/hexops/mach/tags | NOASSERTION | [
"2d",
"3d",
"composable",
"cross-platform",
"ecs",
"entity-component-system",
"game-development",
"game-engine",
"gamedev",
"graphics",
"gui",
"open-source",
"steam-deck",
"webassembly",
"webgpu",
"zig",
"ziglang"
] | 10,250 | false | 2025-05-21T13:56:34Z | true | true | unknown | github | [
{
"commit": null,
"name": "mach_freetype",
"tar_url": null,
"type": "remote",
"url": "https://pkg.machengine.org/mach-freetype/d63efa5534c17f3a12ed3d327e0ad42a64adc20a.tar.gz"
},
{
"commit": "b2336a29b1ae633d47452a2041b258e9538ef5f0.tar.gz",
"name": "font_assets",
"tar_url": "htt... | <a>
</a>
Zig game engine & graphics toolkit for building high-performance, truly cross-platform, robust & modular games, visualizations, and desktop/mobile GUI apps.
<a></a>
<a></a>
<a></a>
Learn more
<a>machengine.org</a>
Join the community
Join the <a>Mach community on Discor... | [
"https://github.com/NippleOfAnApe/Dnipro-mirror-",
"https://github.com/fjebaker/zig-imgui-implot-template",
"https://github.com/foxnne/aftersun",
"https://github.com/foxnne/pixi"
] |
https://avatars.githubusercontent.com/u/113083639?v=4 | zig-gamedev | zig-gamedev/zig-gamedev | 2021-07-16T14:14:52Z | Dev repo for @zig-gamedev libs and sample applications | main | 31 | 2,569 | 179 | 2,569 | https://api.github.com/repos/zig-gamedev/zig-gamedev/tags | MIT | [
"cross-platform",
"d3d12",
"demos",
"directx12",
"game-development",
"gamedev",
"graphics",
"libraries",
"math",
"opengl",
"physics",
"realtime",
"simd",
"webgpu",
"zig",
"ziglang"
] | 62,952 | false | 2025-05-21T14:10:07Z | true | true | 0.14.0 | github | [
{
"commit": "c0dbf11cdc17da5904ea8a17eadc54dee26567ec.tar.gz",
"name": "system_sdk",
"tar_url": "https://github.com/zig-gamedev/system_sdk/archive/c0dbf11cdc17da5904ea8a17eadc54dee26567ec.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/zig-gamedev/system_sdk"
},
{
"commit": ... | <a>zig-gamedev</a> dev repo
The original repo spawned in July 2021 by <a>Michal Ziulek</a>. This is the main development repo for the <a>zig-gamedev libraries</a> and <a>sample applications</a>.
Libraries now live in their own repositories and are consumed using Zig's package manager. Git submodules are also included... | [] |
https://avatars.githubusercontent.com/u/110254452?v=4 | capy | capy-ui/capy | 2021-03-24T11:36:16Z | 💻Build one codebase and get native UI on Windows, Linux and Web | master | 20 | 2,125 | 79 | 2,125 | https://api.github.com/repos/capy-ui/capy/tags | MPL-2.0 | [
"cross-platform",
"cross-platform-gui",
"gui",
"gui-library",
"linux",
"ui",
"user-interface",
"windows",
"zig",
"zig-package",
"ziglang"
] | 15,627 | false | 2025-05-22T05:32:20Z | true | true | 0.13.0 | github | [
{
"commit": "362d12f4d91dfde84668e0befc5a8ca76659965a.zip",
"name": "zig-objc",
"tar_url": "https://github.com/mitchellh/zig-objc/archive/362d12f4d91dfde84668e0befc5a8ca76659965a.zip.tar.gz",
"type": "remote",
"url": "https://github.com/mitchellh/zig-objc"
},
{
"commit": "a4ea24f10590211... | <a>
</a>
<strong>As of now, Capy is NOT ready for use in production as I'm still making breaking changes</strong>
<strong>Capy targets Zig version <code>0.14.0-dev.1911+3bf89f55c</code> / <code>2024.10.0-mach</code> (<a>Nominated Zig versions</a>)</strong>
, it d... | [
"https://github.com/Catniped/capy-stl-viewer"
] |
https://avatars.githubusercontent.com/u/80392719?v=4 | microzig | ZigEmbeddedGroup/microzig | 2021-03-18T15:58:52Z | MicroZig is a toolbox for building embedded applications in Zig. | main | 57 | 1,630 | 128 | 1,630 | https://api.github.com/repos/ZigEmbeddedGroup/microzig/tags | Zlib | [
"embedded",
"hal",
"zig",
"zig-package",
"ziglang"
] | 18,378 | false | 2025-05-21T22:41:53Z | true | true | 0.14.0 | github | [
{
"commit": null,
"name": "core",
"tar_url": null,
"type": "relative",
"url": "core"
},
{
"commit": null,
"name": "drivers",
"tar_url": null,
"type": "relative",
"url": "drivers"
},
{
"commit": "d50d7916b1f850048b2ad7e63a7abf05bd73c0e6",
"name": "boxzer",
... |
<blockquote>
<strong>NOTE:</strong> This is in development; breaks in the API are bound to happen.
</blockquote>
What version of Zig to use
Zig 0.14.0
Getting Started With MicroZig
Go to <a>microzig.tech</a>! | [] |
https://avatars.githubusercontent.com/u/62678643?v=4 | awesome-zig | C-BJ/awesome-zig | 2022-01-20T10:11:35Z | 📜Zig Learning Guide & Project Lists | main | 1 | 1,428 | 74 | 1,428 | https://api.github.com/repos/C-BJ/awesome-zig/tags | CC0-1.0 | [
"awesome",
"awesome-list",
"zig",
"zig-library",
"zig-package",
"ziglang"
] | 443 | false | 2025-05-18T14:55:16Z | false | false | unknown | github | [] | Awesome Zig
<blockquote>
📜Zig Learning Guide & Project Lists
</blockquote>
<a></a>
<a>Zig</a> is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
<strong>Thanks to all the project authors and others who made this project possible.</strong>
<strong>No... | [] |
https://avatars.githubusercontent.com/u/112636619?v=4 | buzz | buzz-language/buzz | 2021-08-15T15:41:50Z | 👨🚀 buzz, A small/lightweight statically typed scripting language | main | 73 | 1,380 | 35 | 1,380 | https://api.github.com/repos/buzz-language/buzz/tags | MIT | [
"language",
"zig"
] | 7,469 | false | 2025-05-19T02:47:57Z | true | true | 0.15.0-dev.190+bfbf4badd | github | [
{
"commit": "e47028deaefc2fb396d3d9e9f7bd776ae0b2a43a",
"name": "clap",
"tar_url": "https://github.com/Hejsil/zig-clap/archive/e47028deaefc2fb396d3d9e9f7bd776ae0b2a43a.tar.gz",
"type": "remote",
"url": "https://github.com/Hejsil/zig-clap"
},
{
"commit": "fe16f27f41ca5ad7ffb4e3d73e9e2a5ed... |
👨🚀 buzz
A small/lightweight statically typed scripting language written in Zig
<a>Homepage</a> — <a>Discord</a>
Features
<ul>
<li>Small in size and complexity (just a bit more than Lua though)</li>
<li>Statically typed</li>
<li>Unambiguous</li>
<li>No nonsense coercion</li>
<li><a>Fibers<... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.