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/12723818?v=4 | waylock | ifreund/waylock | 2019-12-12T00:58:16Z | [mirror] A small, secure Wayland screenlocker | master | 1 | 426 | 19 | 426 | https://api.github.com/repos/ifreund/waylock/tags | ISC | [
"screenlocker",
"wayland",
"wayland-client",
"zig"
] | 339 | false | 2025-05-17T12:45:05Z | true | true | unknown | github | [
{
"commit": "v0.3.0.tar.gz",
"name": "wayland",
"tar_url": "https://codeberg.org/ifreund/zig-wayland/archive/v0.3.0.tar.gz.tar.gz",
"type": "remote",
"url": "https://codeberg.org/ifreund/zig-wayland"
},
{
"commit": "v0.3.0.tar.gz",
"name": "xkbcommon",
"tar_url": "https://codeber... | waylock
Waylock is a small screenlocker for Wayland compositors implementing
<code>ext-session-lock-v1</code>. The <code>ext-session-lock-v1</code> protocol is significantly
more robust than previous client-side Wayland screen locking approaches.
Importantly, the screenlocker crashing does not cause the session to be
... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | SDL.zig | ikskuh/SDL.zig | 2019-12-02T07:43:30Z | A shallow wrapper around SDL that provides object API and error handling | master | 17 | 402 | 88 | 402 | https://api.github.com/repos/ikskuh/SDL.zig/tags | MIT | [
"gamedev",
"sdl",
"sdl2",
"zig",
"zig-package",
"ziglang"
] | 995 | false | 2025-05-15T23:44:01Z | true | true | 0.14.0 | github | [] | SDL.zig
A Zig package that provides you with the means to link SDL2 to your project, as well as a Zig-infused header implementation (allows you to not have the SDL2 headers on your system and still compile for SDL2) and a shallow wrapper around the SDL apis that allow a more Zig-style coding with Zig error handling an... | [] |
https://avatars.githubusercontent.com/u/46852732?v=4 | ZigGBA | wendigojaeger/ZigGBA | 2019-12-08T23:29:41Z | Work in progress SDK for creating Game Boy Advance games using Zig programming language. | master | 6 | 375 | 15 | 375 | https://api.github.com/repos/wendigojaeger/ZigGBA/tags | MIT | [
"gba",
"sdk",
"zig"
] | 679 | false | 2025-04-23T01:27:59Z | true | false | unknown | github | [] | Zig GBA
This is a work in progress SDK for creating Game Boy Advance games using the <a>Zig</a> programming language. Once Zig has a proper package manager, I hope that it would as easy as import the ZigGBA package. Inspired by <a>TONC GBA tutorial</a>
<strong>This project is up for adoption for a new maintainer!</st... | [] |
https://avatars.githubusercontent.com/u/380158?v=4 | zhp | frmdstryr/zhp | 2019-12-03T21:11:48Z | A Http server written in Zig | master | 11 | 356 | 23 | 356 | https://api.github.com/repos/frmdstryr/zhp/tags | MIT | [
"http",
"zig"
] | 828 | false | 2025-05-07T09:12:21Z | true | false | unknown | github | [] | ZHP
<a></a>
A (work in progress) Http server written in <a>Zig</a>.
If you have suggestions on improving the design please feel free to comment!
Features
<ul>
<li>A zero-copy parser and aims to compete with these <a>parser_benchmarks</a>
while still rejecting nonsense requests. It currently runs around ~1000MB/s.</... | [] |
https://avatars.githubusercontent.com/u/15308111?v=4 | routez | Vexu/routez | 2019-06-08T11:33:41Z | Http server for Zig | master | 3 | 250 | 8 | 250 | https://api.github.com/repos/Vexu/routez/tags | MIT | [
"http",
"server",
"zig"
] | 175 | false | 2025-05-17T15:53:40Z | true | false | unknown | github | [] | Routez
HTTP server for Zig.
Example
<a>basic</a>
Run with <code>zig build basic</code>
```Zig
const std = @import("std");
const Address = std.net.Address;
usingnamespace @import("routez");
const allocator = std.heap.page_allocator;
pub const io_mode = .evented;
pub fn main() !void {
var server = Server.init(
... | [] |
https://avatars.githubusercontent.com/u/1950733?v=4 | zig-okredis | kristoff-it/zig-okredis | 2019-08-21T17:53:43Z | Zero-allocation Client for all the various Redis forks | master | 2 | 240 | 19 | 240 | https://api.github.com/repos/kristoff-it/zig-okredis/tags | MIT | [
"okredis",
"redis",
"redis-client",
"zero-allocation",
"zig"
] | 1,537 | false | 2025-05-11T15:52:01Z | true | true | 0.14.0 | github | [] | OkRedis
<a></a>
<a></a>
OkRedis is a zero-allocation client for Redis 6+
Handy and Efficient
OkRedis aims to offer an interface with great ergonomics without
compromising on performance or flexibility.
Project status
OkRedis is currently in alpha. The main features are mostly complete,
but a lot... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | LoLa | ikskuh/LoLa | 2019-07-17T17:56:20Z | LoLa is a small programming language meant to be embedded into games. | master | 15 | 207 | 11 | 207 | https://api.github.com/repos/ikskuh/LoLa/tags | MIT | [
"compiler",
"interpreter",
"language",
"lola-language",
"programming-language",
"script-language",
"zig",
"zig-package"
] | 13,512 | false | 2025-05-18T05:27:14Z | true | true | unknown | github | [
{
"commit": "9425b94c103a031777fdd272c555ce93a7dea581",
"name": "args",
"tar_url": "https://github.com/ikskuh/zig-args/archive/9425b94c103a031777fdd272c555ce93a7dea581.tar.gz",
"type": "remote",
"url": "https://github.com/ikskuh/zig-args"
},
{
"commit": "d068b14cd30577783de018e280428953d... | LoLa Programming Language
LoLa is a small programming language meant to be embedded into games to be programmed by the players. The compiler and runtime are implemented in Zig and C++.
Short Example
<code>js
var list = [ "Hello", "World" ];
for(text in list) {
Print(text);
}</code>
You can find more examples ... | [] |
https://avatars.githubusercontent.com/u/2389051?v=4 | zua | squeek502/zua | 2019-12-17T07:44:03Z | An implementation of Lua 5.1 in Zig, for learning purposes | master | 0 | 191 | 8 | 191 | https://api.github.com/repos/squeek502/zua/tags | 0BSD | [
"lua",
"lua-vm",
"zig"
] | 876 | false | 2025-05-15T05:32:14Z | true | false | unknown | github | [] | Zua
An attempt at a <a>Lua</a> 5.1 implementation in <a>Zig</a>.
Goals, in order of priority:
1. Learn more about Lua internals
2. Learn more about Zig
3. Anything else
Status
<br/><input type='checkbox' class='w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 da... | [] |
https://avatars.githubusercontent.com/u/219422?v=4 | fundude | fengb/fundude | 2019-03-20T23:23:56Z | Gameboy emulator: Zig -> wasm | master | 37 | 190 | 8 | 190 | https://api.github.com/repos/fengb/fundude/tags | MIT | [
"gameboy-emulator",
"wasm",
"zig"
] | 4,880 | false | 2025-04-23T19:10:01Z | true | false | unknown | github | [] | 🚧 Under Construction 🚧
Game compatibility
Perfect emulation:
- <em>none</em>
Playable:
- <strong>Tetris</strong>
- <strong>Super Mario Land</strong>
- <strong>Bionic Commando</strong>
- <strong>Pokemon Red/Blue</strong>
- <strong>Kirby's Dreamland</strong>
- <strong>Dr. Mario</strong>
- <strong>Zelda: Link's Awa... | [] |
https://avatars.githubusercontent.com/u/33362396?v=4 | colorstorm | benbusby/colorstorm | 2019-05-15T16:49:50Z | A color theme generator for editors and terminal emulators | main | 8 | 187 | 11 | 187 | https://api.github.com/repos/benbusby/colorstorm/tags | MIT | [
"atom",
"atom-theme",
"color-themes",
"dark-syntax-theme",
"dark-theme",
"editor-theme",
"intellij-theme",
"nintendo",
"screenshot",
"snes",
"sublime",
"sublime-theme",
"syntax-highlighting",
"theme",
"vim",
"vim-colorscheme",
"vscode",
"vscode-theme",
"zig",
"ziglang"
] | 19,432 | false | 2025-05-09T10:27:30Z | true | false | unknown | github | [] |
:art: <em>A command line tool to generate color themes for editors (Vim, VSCode, Sublime, Atom) and terminal emulators (iTerm2, Hyper).</em>
<a></a>
<a></a>
<a></a>
Contents
1. <a>Install</a>
1. <a>Usage</a>
1. <a>Creating Themes</a>
1. <a>Screenshots</a>
Install
Arch Linux (AUR)
<code>yay -S colorstorm</... | [] |
https://avatars.githubusercontent.com/u/1006268?v=4 | setup-zig | goto-bus-stop/setup-zig | 2019-10-05T10:53:59Z | use a @ziglang compiler in your github actions workflows | default | 10 | 154 | 20 | 154 | https://api.github.com/repos/goto-bus-stop/setup-zig/tags | NOASSERTION | [
"actions",
"github-action",
"github-actions",
"zig",
"ziglang"
] | 1,468 | false | 2025-03-27T17:05:41Z | false | false | unknown | github | [] | setup-zig
Use the zig compiler in your Github Actions workflows
<blockquote>
<span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span>
This GitHub Action is unmaintained. Please use <a>mlugg/setup-zig</a> instead.
</blockquote>
<... | [] |
https://avatars.githubusercontent.com/u/801803?v=4 | zig-wasm-dom | shritesh/zig-wasm-dom | 2019-04-19T02:28:22Z | Zig + WebAssembly + JS + DOM | gh-pages | 3 | 152 | 13 | 152 | https://api.github.com/repos/shritesh/zig-wasm-dom/tags | - | [
"dom",
"wasm",
"webassembly",
"zig"
] | 28 | false | 2025-05-11T21:10:43Z | false | false | unknown | github | [] | zig-wasm-dom
An example demonstrating Zig interacting with the DOM via JS.
Compile with <code>zig build-lib zigdom.zig -target wasm32-freestanding -dynamic -OReleaseSmall</code> | [] |
https://avatars.githubusercontent.com/u/219422?v=4 | wazm | fengb/wazm | 2020-01-23T00:52:17Z | Web Assembly Zig Machine | master | 9 | 118 | 9 | 118 | https://api.github.com/repos/fengb/wazm/tags | MIT | [
"interpreter",
"wasm",
"zig"
] | 381 | false | 2024-12-28T02:42:37Z | true | false | unknown | github | [] | wazm — Web Assembly Zig Machine
| Feature | Implemented | Tested |
|:------|:------:|:------:|
| Bytecode parser | ✅ | ⚠️ |
| Bytecode output | ❌ | ❌ |
| WAT parser | 🚧 | ⚠️ |
| WAT output | ❌ | ❌ |
| Execution | ✅ | 🐛 |
| WASI | 🚧 | ⚠️ |
```bash
$ git clone https://github.com/fengb/wazm.git
$ cd wazm
$ zig bu... | [] |
https://avatars.githubusercontent.com/u/22677068?v=4 | zig-bare-metal-raspberry-pi | markfirmware/zig-bare-metal-raspberry-pi | 2019-09-20T02:55:23Z | Bare metal raspberry pi program written in zig | master | 6 | 97 | 7 | 97 | https://api.github.com/repos/markfirmware/zig-bare-metal-raspberry-pi/tags | - | [
"bare-metal",
"raspberry-pi",
"zig"
] | 1,892 | false | 2025-04-24T05:35:30Z | true | false | unknown | github | [] | Privacy
Bluetooth signals are collected and displayed on the screen
Function
zig logo is displayed
The frame buffer cursor moves around the screen in response to the tv remote controller buttons. This requires the Consumer Electronics Control (CEC) feature on the tv.
Presently only working on rpi3b+ due to some co... | [] |
https://avatars.githubusercontent.com/u/380158?v=4 | zig-datetime | frmdstryr/zig-datetime | 2019-12-19T17:15:38Z | A date and time module for Zig | master | 2 | 97 | 14 | 97 | https://api.github.com/repos/frmdstryr/zig-datetime/tags | MIT | [
"zig"
] | 210 | false | 2025-05-03T15:55:17Z | true | true | unknown | github | [] | Zig Datetime
<a></a>
<a></a>
A datetime module for Zig with an api similar to python's Arrow.
<blockquote>
<span class="bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300">NOTE</span>
DST is now implemeted to the library. Some timezones that relying on islami... | [
"https://github.com/g41797/syslog",
"https://github.com/paoda/zba",
"https://github.com/soheil-01/zpe"
] |
https://avatars.githubusercontent.com/u/3276684?v=4 | weekend-raytracer-zig | Nelarius/weekend-raytracer-zig | 2019-05-21T06:12:37Z | A Zig implementation of the "Ray Tracing in One Weekend" book | master | 1 | 96 | 9 | 96 | https://api.github.com/repos/Nelarius/weekend-raytracer-zig/tags | - | [
"computer-graphics",
"ray-tracing-in-one-weekend",
"raytracing",
"zig"
] | 46 | false | 2025-05-08T20:57:23Z | true | false | unknown | github | [] | Ray Tracing in One Weekend (Zig)
This is a fairly straightforward implementation of Peter Shirley's "Ray Tracing in One Weekend" book in the Zig programming language
To run:
<code>$ zig build run -Drelease-fast</code>
Dependencies
<ul>
<li>zig@0.6.0: https://ziglang.org/</li>
<li>SDL2: https://wiki.libsdl.org/Ins... | [] |
https://avatars.githubusercontent.com/u/57543193?v=4 | pbui-main | pbui-project/pbui-main | 2020-01-15T17:15:19Z | The main repository for the PBUI project | master | 18 | 96 | 9 | 96 | https://api.github.com/repos/pbui-project/pbui-main/tags | MIT | [
"toolsets",
"userland",
"zig"
] | 327 | false | 2025-02-10T19:04:17Z | true | false | unknown | github | [] |
pbui-main
Like idlebin, but in zig
What is the PBUI project?
The PBUI (POSIX-compliant BSD/Linux Userland Implementation) project is a a free and open source project intended
to implement some standard library toolsets in the Zig programming language. We will also implement some basic appl... | [] |
https://avatars.githubusercontent.com/u/219422?v=4 | zee_alloc | fengb/zee_alloc | 2019-05-21T14:23:17Z | tiny Zig allocator primarily targeting WebAssembly | master | 6 | 87 | 7 | 87 | https://api.github.com/repos/fengb/zee_alloc/tags | MIT | [
"memory-allocation",
"tiny",
"wasm",
"zig"
] | 604 | false | 2025-03-10T19:05:16Z | true | false | unknown | github | [] | zee_alloc — <em>zig wee allocator</em>
A tiny general purpose allocator targeting WebAssembly.
This allocator has not been well tested. Use at your own peril.
Getting Started
In zig:
```zig
const zee_alloc = @import("zee_alloc");
pub fn foo() void {
var mem = zee_alloc.ZeeAllocDefaults.wasm_allocator.alloc(u8... | [] |
https://avatars.githubusercontent.com/u/1950733?v=4 | zig-cuckoofilter | kristoff-it/zig-cuckoofilter | 2019-05-12T18:17:24Z | Production-ready Cuckoo Filters for any C ABI compatible target. | master | 0 | 83 | 3 | 83 | https://api.github.com/repos/kristoff-it/zig-cuckoofilter/tags | MIT | [
"bloom-filter",
"c-abi",
"cffi",
"cuckoo-filter",
"filter",
"p11c",
"probabilistic-data-structures",
"zig"
] | 131 | false | 2025-04-07T16:37:00Z | false | false | unknown | github | [] | zig-cuckoofilter
<a></a>
<a></a>
<a></a>
Production-ready Cuckoo Filters for any C ABI compatible target.
Used by
<a></a>
What's a Cuckoo Filter?
Cuckoo filters are a probabilistic data structure that allows you to test for
membership of an element in a set without having to hold the whole ... | [] |
https://avatars.githubusercontent.com/u/132159?v=4 | embedded_zig | tralamazza/embedded_zig | 2019-06-18T23:15:47Z | minimal Zig embedded ARM example (STM32F103 blue pill) | master | 2 | 81 | 12 | 81 | https://api.github.com/repos/tralamazza/embedded_zig/tags | - | [
"arm",
"stm32f103",
"zig"
] | 13 | false | 2025-04-26T05:46:30Z | 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/1578924?v=4 | zig-sparse-set | Srekel/zig-sparse-set | 2019-11-15T21:18:21Z | Sparse sets for zig, supporting both SOA and AOS style | master | 0 | 70 | 2 | 70 | https://api.github.com/repos/Srekel/zig-sparse-set/tags | NOASSERTION | [
"public-domain",
"sparse-sets",
"zig"
] | 776 | false | 2025-04-28T21:45:39Z | true | false | unknown | github | [] | :ferris_wheel: zig-sparse-set :ferris_wheel:
An implementation of Sparse Sets for Zig.
:confused: What is a Sparse Set? :confused:
A Sparse Set - well, this implementation technique specifically at least - is a fairly simple data structure with some properties that make it especially useful for some aspects in game ... | [] |
https://avatars.githubusercontent.com/u/11783095?v=4 | uefi-examples | nrdmn/uefi-examples | 2019-09-28T20:05:53Z | UEFI examples in Zig | master | 2 | 70 | 7 | 70 | https://api.github.com/repos/nrdmn/uefi-examples/tags | - | [
"uefi",
"zig"
] | 28 | false | 2025-03-24T06:57:45Z | false | false | unknown | github | [] | UEFI examples in Zig
This repo contains examples about how to use Zig to build UEFI apps.
Recommended reading order:
1. hello
1. protocols
1. events
1. memory
1. exit_boot_services
1. efivars
1. hii (TODO)
How to build and run.
Run <code>zig build</code> in any of the subdirectories to build.
Then you can copy the ... | [] |
https://avatars.githubusercontent.com/u/28556218?v=4 | linenoize | joachimschmidt557/linenoize | 2020-01-30T13:46:37Z | A port of linenoise to zig | master | 4 | 68 | 12 | 68 | https://api.github.com/repos/joachimschmidt557/linenoize/tags | MIT | [
"readline",
"zig",
"zig-package"
] | 122 | false | 2025-05-11T21:10:25Z | true | true | unknown | github | [
{
"commit": "master",
"name": "wcwidth",
"tar_url": "https://github.com/joachimschmidt557/zig-wcwidth/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/joachimschmidt557/zig-wcwidth"
}
] | linenoize
A port of <a>linenoise</a> to zig
aiming to be a simple readline for command-line applications written
in zig. It is written in pure zig and doesn't require
libc. <code>linenoize</code> works with the latest stable zig version (0.14.0).
In addition to being a full-fledged zig library, <code>linenoize</code>... | [] |
https://avatars.githubusercontent.com/u/45124880?v=4 | metronome | TM35-Metronome/metronome | 2019-03-06T19:26:32Z | A set of tools for modifying and randomizing Pokémon games | master | 23 | 52 | 4 | 52 | https://api.github.com/repos/TM35-Metronome/metronome/tags | MIT | [
"command-line-tool",
"pokemon",
"randomiser",
"zig"
] | 6,648 | false | 2025-05-21T09:44:26Z | true | false | unknown | github | [] | Metronome
<a></a>
<a></a>
====
A set of tools for randomizing and modifying Pokémon games.
Build
External dependencies:
* <a>Zig <code>master</code></a>
* Linux only:
* <a>zenity</a> (optional file dialog)
After getting the dependencies just clone the repo and its submodules and run:
<code>zig build</code>
All b... | [] |
https://avatars.githubusercontent.com/u/106511?v=4 | zig-general-purpose-allocator | andrewrk/zig-general-purpose-allocator | 2019-02-22T01:12:39Z | work-in-progress general purpose allocator intended to be eventually merged into Zig standard library. live streamed development | master | 0 | 51 | 5 | 51 | https://api.github.com/repos/andrewrk/zig-general-purpose-allocator/tags | MIT | [
"zig"
] | 95 | false | 2024-12-04T15:55:33Z | false | false | unknown | github | [] | This Project Has Been Merged Upstream
This code was integrated into the Zig Standard Library in
<a>Pull Request #5998</a>.
<strong>This repository is no longer maintained.</strong>
GeneralPurposeDebugAllocator
This is the code for <a>my Zig Live Coding Stream</a>.
This is a work-in-progress general purpose allocat... | [] |
https://avatars.githubusercontent.com/u/15308111?v=4 | zuri | Vexu/zuri | 2019-06-03T18:03:11Z | URI parser for Zig | master | 2 | 48 | 6 | 48 | https://api.github.com/repos/Vexu/zuri/tags | MIT | [
"uri",
"zig"
] | 45 | false | 2025-05-15T09:15:47Z | true | false | unknown | github | [] | zuri
<a>URI</a> parser written in <a>Zig</a>.
Example
<code>Zig
const uri = try Uri.parse("https://ziglang.org/documentation/master/#toc-Introduction");
assert(mem.eql(u8, uri.scheme, "https"));
assert(mem.eql(u8, uri.host, "ziglang.org"));
assert(mem.eql(u8, uri.path, "/documentation/master/"));
assert(mem.eql(u8, ... | [] |
https://avatars.githubusercontent.com/u/11783095?v=4 | uefi-paint | nrdmn/uefi-paint | 2019-08-02T22:06:30Z | UEFI-bootable touch paint app | master | 0 | 47 | 2 | 47 | https://api.github.com/repos/nrdmn/uefi-paint/tags | - | [
"uefi",
"zig"
] | 66 | false | 2025-04-11T00:55:03Z | true | false | unknown | github | [] | Build with <code>zig build</code>, run on a device with a touchscreen.
| [] |
https://avatars.githubusercontent.com/u/13176?v=4 | zootdeck | donpdonp/zootdeck | 2019-05-29T22:46:41Z | Fediverse GTK Desktop Reader | main | 1 | 44 | 1 | 44 | https://api.github.com/repos/donpdonp/zootdeck/tags | NOASSERTION | [
"fediverse",
"mastodon",
"zig"
] | 5,195 | false | 2025-03-17T10:56:23Z | true | true | 0.13.0 | github | [] | Zootdeck fediverse desktop reader
https://donpdonp.github.io/zootdeck/
Features
<ul>
<li>Any number of columns</li>
<li>Column Sources: Mastodon account, Mastodon public feed</li>
<li>per-column filtering on specific tags, or image-only mode</li>
<li>native linux/GTK+3 app written in zig</li>
</ul>
Column specifiers... | [] |
https://avatars.githubusercontent.com/u/801803?v=4 | zigfmt-web | shritesh/zigfmt-web | 2019-04-27T18:56:18Z | zig fmt on the web | gh-pages | 2 | 44 | 5 | 44 | https://api.github.com/repos/shritesh/zigfmt-web/tags | - | [
"fmt",
"wasm",
"webassembly",
"zig"
] | 555 | false | 2025-01-25T16:17:01Z | false | false | unknown | github | [] | zigfmt-web
Compile with <code>zig build-lib -target wasm32-freestanding --release-small fmt.zig</code> | [] |
https://avatars.githubusercontent.com/u/7283681?v=4 | zigdig | lun-4/zigdig | 2019-05-12T05:39:02Z | naive dns client library in zig | master | 1 | 40 | 7 | 40 | https://api.github.com/repos/lun-4/zigdig/tags | MIT | [
"dns",
"zig",
"zig-package"
] | 647 | false | 2025-05-02T17:20:51Z | true | true | 0.14.0 | github | [] | zigdig
naive dns client library in zig
help me decide if this api is good: https://github.com/lun-4/zigdig/issues/10
what does it do
<ul>
<li>serialization and deserialization of dns packets as per rfc1035</li>
<li>supports a subset of rdata (i do not have any plans to support 100% of DNS, but SRV/MX/TXT/A/AAAA
ar... | [] |
https://avatars.githubusercontent.com/u/22677068?v=4 | zig-bare-metal-microbit | markfirmware/zig-bare-metal-microbit | 2019-11-09T16:48:00Z | Bare metal microbit program written in zig | master | 4 | 36 | 2 | 36 | https://api.github.com/repos/markfirmware/zig-bare-metal-microbit/tags | MIT | [
"bare-metal",
"microbit",
"zig"
] | 205 | false | 2025-03-01T05:23:24Z | true | false | unknown | github | [] | zig-bare-metal-microbit
See also <a>zig-bare-metal-raspberry-pi</a> and <a>Awesome Zig Bootables</a>
<ul>
<li>Displays "Z" on the leds</li>
<li>Events from buttons A and B are broadcast on ble and when received are printed on the uart line</li>
</ul>
The goal is to replace the <a>ble buttons broadcaster</a> with zig ... | [] |
https://avatars.githubusercontent.com/u/106511?v=4 | lua-in-the-browser | andrewrk/lua-in-the-browser | 2019-05-16T23:54:19Z | using zig to build lua for webassembly | master | 2 | 34 | 3 | 34 | https://api.github.com/repos/andrewrk/lua-in-the-browser/tags | - | [
"lua",
"webassembly",
"zig"
] | 210 | false | 2025-02-01T09:18:42Z | true | false | unknown | github | [] | lua-in-the-browser
This is the result of a
<a>2.5 hour live coding stream</a> in which I tried
to build <a>Lua</a> using <a>ZIG</a>,
targeting <a>WebAssembly</a>.
Status
Able to produce <code>lib/lua.wasm</code>, however in the browser it says
<code>LinkError: import object field 'getc' is not a Function</code>.
To... | [] |
https://avatars.githubusercontent.com/u/1327032?v=4 | zig-win32 | GoNZooo/zig-win32 | 2019-09-06T08:02:55Z | Bindings for win32, with and without WIN32_LEAN_AND_MEAN | master | 1 | 31 | 2 | 31 | https://api.github.com/repos/GoNZooo/zig-win32/tags | MIT | [
"win32",
"win32api",
"zig",
"zig-package"
] | 1,335 | false | 2025-04-05T01:53:48Z | true | false | unknown | github | [] | zig-win32
Archived
I would suggest using <a>this library</a> instead.
If there is some reason you cannot, feel free to reach out and I'll unarchive this so
people can continue to work on it if they want.
Linking
You will need to add something like the following to your <code>build.zig</code> depending
on what you e... | [] |
https://avatars.githubusercontent.com/u/14085211?v=4 | Sustenet | Quaint-Studios/Sustenet | 2020-01-21T02:44:43Z | Sustenet is a networking solution built with Rust and Zig, formerly C#, for game engines like Unity3D, Godot, and Unreal Engine. The primary focus is on scaling by allowing multiple servers to work together. | master | 12 | 27 | 1 | 27 | https://api.github.com/repos/Quaint-Studios/Sustenet/tags | MIT | [
"client",
"game",
"godot",
"multiplayer",
"netcode",
"networking",
"player",
"players",
"regions",
"rust",
"rust-lang",
"server",
"sockets",
"unity",
"unity-networking",
"unity3d",
"unreal",
"zig",
"ziglang"
] | 7,474 | false | 2025-05-08T12:54:05Z | false | false | unknown | github | [] | Sustenet
A Rust & Zig, formerly C#, networking solution for the Godot Engine, Unreal Engine, and Unity3D. The primary focus is to enable scaling by allowing multiple servers to work together.
<a></a> <a></a> <a></a>
<blockquote>
<strong>Sustenet powers <a>Reia</a> — a large-scale multiplayer game and the primary... | [] |
https://avatars.githubusercontent.com/u/17973728?v=4 | tree-sitter-zig | GrayJack/tree-sitter-zig | 2019-11-22T09:47:45Z | Tree-sitter package for the Zig programming language | master | 4 | 26 | 4 | 26 | https://api.github.com/repos/GrayJack/tree-sitter-zig/tags | BSD-3-Clause | [
"tree-sitter",
"tree-sitter-zig",
"zig",
"ziglang"
] | 23,359 | false | 2024-12-12T17:03:15Z | true | false | unknown | github | [] | tree-sitter-zig
Zig grammar for <a>tree-sitter</a>
Testing the parser
Install dependency
<code>sh
npm install</code>
Test a zig file
<code>sh
./node_modules/tree-sitter-cli/tree-sitter parse <ZIG_FIlE></code>
References
<a>Zig master branch docs</a> | [] |
https://avatars.githubusercontent.com/u/7283681?v=4 | ziget | lun-4/ziget | 2019-05-09T20:08:58Z | simple wget in zig without libc | master | 0 | 21 | 3 | 21 | https://api.github.com/repos/lun-4/ziget/tags | Unlicense | [
"networking",
"zig"
] | 12 | false | 2025-04-21T15:49:09Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | SoftRenderLib | ikskuh/SoftRenderLib | 2020-01-12T01:28:53Z | A collection of software rendering routines | master | 0 | 21 | 0 | 21 | https://api.github.com/repos/ikskuh/SoftRenderLib/tags | MIT | [
"rasterizer",
"rasterizer-3d",
"software-rasterizer",
"software-renderer",
"software-rendering",
"zig",
"ziglang"
] | 3,858 | false | 2024-10-15T18:52:17Z | true | false | unknown | github | [] | Zig Software Rasterizer
A high-performance software rasterizer written in Zig.
Click the screenshot to see a video of the thing in action:
<a></a> | [] |
https://avatars.githubusercontent.com/u/17990536?v=4 | open3DMM | jayrod246/open3DMM | 2019-05-09T19:31:51Z | rewriting 3D Movie Maker from source | main | 3 | 21 | 1 | 21 | https://api.github.com/repos/jayrod246/open3DMM/tags | MIT | [
"3dmm",
"open3dmm",
"zig"
] | 265,038 | false | 2025-01-20T12:26:08Z | true | true | unknown | github | [
{
"commit": "1d1b90bd3f592f3641d53486ad5085e750668f94.tar.gz",
"name": "open3dmm-core",
"tar_url": "https://github.com/jayrod246/open3DMM-core/archive/1d1b90bd3f592f3641d53486ad5085e750668f94.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/jayrod246/open3DMM-core"
}
] | 404 | [] |
https://avatars.githubusercontent.com/u/7284585?v=4 | zig-string | hwu1001/zig-string | 2019-07-14T06:20:52Z | Strings for Zig | master | 6 | 19 | 3 | 19 | https://api.github.com/repos/hwu1001/zig-string/tags | - | [
"zig",
"ziglang"
] | 33 | false | 2025-03-02T23:38:57Z | false | false | unknown | github | [] | A String struct made for Zig.
Inspired by this repo: https://github.com/clownpriest/strings/
To test:
<code>$ cd zig-string/
$ zig test string.zig</code>
Basic Usage:
```zig
const std = @import("std");
const String = @import("/some/path/string.zig").String;
pub fn main() !void {
var buf: [1024]u8 = undefined;
... | [] |
https://avatars.githubusercontent.com/u/6039952?v=4 | hoodie | gernest/hoodie | 2019-04-22T23:44:36Z | pure zig language server with swagger and bling bling | master | 0 | 19 | 1 | 19 | https://api.github.com/repos/gernest/hoodie/tags | MIT | [
"language-server-protocol",
"linter",
"lsp",
"lsp-ser",
"zig",
"zig-auto-complete",
"zig-fmt",
"zig-fmt-imports",
"zig-goto-symbol",
"zig-outline"
] | 983 | false | 2024-12-27T23:58:08Z | true | false | unknown | github | [] | hoodie
zig language server with swagger and bling bling | [] |
https://avatars.githubusercontent.com/u/748913?v=4 | ip.zig | euantorano/ip.zig | 2019-04-26T17:44:51Z | A Zig library for working with IP Addresses | master | 0 | 19 | 2 | 19 | https://api.github.com/repos/euantorano/ip.zig/tags | BSD-3-Clause | [
"ip-address",
"zig",
"zig-library"
] | 53 | false | 2025-03-24T23:45:39Z | true | false | unknown | github | [] | ip.zig <a></a>
A Zig library for working with IP Addresses
Current Status
<ul>
<li>[X] Constructing IPv4/IPv6 addresses from octets or bytes</li>
<li>[X] IpAddress union</li>
<li>[X] Various utility methods for working with IP addresses, such as: comparing for equality; checking for loopback/multicast/globally routab... | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | zig-gamedev-lib | ikskuh/zig-gamedev-lib | 2019-10-05T14:33:33Z | xq's Zig Game Development Library | master | 2 | 16 | 1 | 16 | https://api.github.com/repos/ikskuh/zig-gamedev-lib/tags | Zlib | [
"game-development",
"zig"
] | 566 | false | 2023-01-27T20:17:30Z | false | false | unknown | github | [] | xq's Zig Game Development Library
<blockquote>
<strong>NOTE:</strong>
THIS PROJECT IS NOW ARCHIVED AS THE CODE IN IT SPLIT INTO SEVERAL OTHER PROJECTS.
</blockquote>
Modules
<ul>
<li><strong>math3d</strong>: contains basic vector math for game development</li>
<li><strong>wavefrontObj</strong>: Load <a>Wavefront Obj... | [] |
https://avatars.githubusercontent.com/u/65570835?v=4 | lscolors | ziglibs/lscolors | 2019-11-03T15:47:57Z | A zig library for colorizing paths according to LS_COLORS | master | 0 | 16 | 1 | 16 | https://api.github.com/repos/ziglibs/lscolors/tags | MIT | [
"ls-colors",
"zig",
"zig-package",
"ziglang"
] | 98 | false | 2025-05-07T07:19:42Z | true | true | 0.14.0 | github | [
{
"commit": "master",
"name": "ansi_term",
"tar_url": "https://github.com/ziglibs/ansi_term/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/ziglibs/ansi_term"
}
] | lscolors
A zig library for colorizing paths according to the <code>LS_COLORS</code>
environment variable. Designed to work with Zig 0.14.0.
Quick Example
```zig
const std = @import("std");
const LsColors = @import("lscolors").LsColors;
pub fn main() !void {
var gpa: std.heap.DebugAllocator(.{}) = .init;
... | [
"https://github.com/joachimschmidt557/zigfd"
] |
https://avatars.githubusercontent.com/u/11783095?v=4 | uefi-freetype | nrdmn/uefi-freetype | 2019-09-22T23:01:30Z | Zig UEFI FreeType Demo | master | 2 | 15 | 2 | 15 | https://api.github.com/repos/nrdmn/uefi-freetype/tags | - | [
"freetype",
"uefi",
"zig"
] | 38 | false | 2025-01-04T22:12:50Z | true | false | unknown | github | [] | To build:
- <code>git submodule update --init</code>
- Go to the definition of <code>FT_Encoding</code> in freetype2/include/freetype/freetype.h and comment out the 'for backward compatibility' lines (see https://github.com/ziglang/zig/issues/2115)
- <code>make</code>
| [] |
https://avatars.githubusercontent.com/u/54989751?v=4 | wapc-guest-zig | wapc/wapc-guest-zig | 2019-09-11T18:33:25Z | SDK for creating waPC WebAssembly Guest Modules in Zig | master | 1 | 14 | 2 | 14 | https://api.github.com/repos/wapc/wapc-guest-zig/tags | Apache-2.0 | [
"sdk",
"wasm",
"webassembly",
"zig",
"ziglang"
] | 8 | false | 2023-10-04T13:16:24Z | false | false | unknown | github | [] | waPC Guest Library for Zig
This is the Zig implementation of the <strong>waPC</strong> standard for WebAssembly guest modules. It allows any waPC-compliant WebAssembly host to invoke to procedures inside a Zig compiled guest and similarly for the guest to invoke procedures exposed by the host.
Example
The following ... | [] |
https://avatars.githubusercontent.com/u/1806407?v=4 | zig-containers | Sahnvour/zig-containers | 2019-04-16T20:57:56Z | A container library for Zig. | master | 0 | 14 | 0 | 14 | https://api.github.com/repos/Sahnvour/zig-containers/tags | - | [
"containers",
"zig"
] | 61 | false | 2025-01-04T10:56:34Z | true | false | unknown | github | [] | A set of containers for Zig
May turn useful, or not.
This is mostly a testbed for a few containers, especially <code>hashmap.zig</code> which ended up in the standard library.
Benchmarks
A couple benchmarks are available (and can be tinkered with):
<code>shell
zig build bench -Drelease-fast</code>
and more interest... | [] |
https://avatars.githubusercontent.com/u/1806407?v=4 | zig-benchmark | Sahnvour/zig-benchmark | 2019-02-16T17:53:42Z | Small and easy micro-benchmarking library. | master | 0 | 14 | 4 | 14 | https://api.github.com/repos/Sahnvour/zig-benchmark/tags | Apache-2.0 | [
"benchmarking",
"zig"
] | 18 | false | 2025-01-04T10:56:32Z | false | false | unknown | github | [] | Goal
zig-benchmark provides a minimal API to do micro-benchmarking.
Everything it contains is very barebones compared to mature benchmarking frameworks, but usable nonetheless.
Features
<ul>
<li>easy to use</li>
<li>runs every micro-benchmark in fixed time</li>
<li>pre-warming, to get the caches ready</li>
<li>ugly ... | [] |
https://avatars.githubusercontent.com/u/6039952?v=4 | base32 | gernest/base32 | 2019-10-12T07:26:58Z | base32 encoding/decoding for ziglang | master | 0 | 13 | 3 | 13 | https://api.github.com/repos/gernest/base32/tags | MIT | [
"base32",
"base32hex",
"zig",
"ziglang"
] | 25 | false | 2025-03-24T07:04:43Z | true | true | unknown | github | [] | base32
This implements <code>base32</code> <code>encoding</code> and <code>decoding</code> for the zig programming language (ziglang)
Installation
First fetch dependency by running:
<code>zig fetch --save git+https://github.com/gernest/base32</code>
Then update your <code>build.zig</code> file to load the module:
<c... | [] |
https://avatars.githubusercontent.com/u/30035?v=4 | markzig | demizer/markzig | 2019-11-06T20:48:21Z | Markdown parser for Zig | master | 0 | 13 | 0 | 13 | https://api.github.com/repos/demizer/markzig/tags | BSD-2-Clause | [
"html",
"markdown",
"parse",
"scanner",
"tokenizer",
"webview",
"zig"
] | 141 | false | 2025-03-24T06:52:53Z | true | false | unknown | github | [] | Markzig
CommonMark compliant Markdown parsing for Zig!
Markzig is a library and command line tool for converting markdown to html or showing rendered markdown in a webview.
Usage
Not yet applicable.
Status
4/649 tests of the CommonMark 0.29 test suite pass!
Milestone #1
Parse and display a basic document <a>tes... | [] |
https://avatars.githubusercontent.com/u/173219?v=4 | zigmkv | vi/zigmkv | 2019-10-03T06:43:19Z | [wip] Matroska/webm (mkv) parser in Zig | master | 0 | 13 | 0 | 13 | https://api.github.com/repos/vi/zigmkv/tags | - | [
"matroska",
"mkv",
"parser",
"webm",
"zig",
"ziglang"
] | 50 | false | 2024-12-28T00:21:46Z | true | false | unknown | github | [] | zigmkv
A work in progress Matroska/webm (mkv) parser in Zig.
For now it contains elements database, can decode mkv files to element tree, but it does not yet handle parse frame content and calculate proper timecodes.
Main idea was to evaluate Zig as a general purpose programming language.
Tested with zig version 0.8.0... | [] |
https://avatars.githubusercontent.com/u/15584994?v=4 | zig-json-decode | haze/zig-json-decode | 2019-12-10T04:26:20Z | Create a zig type to easily decode json from a struct | master | 0 | 12 | 1 | 12 | https://api.github.com/repos/haze/zig-json-decode/tags | MIT | [
"json",
"zig"
] | 22 | false | 2024-03-06T17:44:58Z | true | false | unknown | github | [] | zig-json-decode
To use, simply clone and link in your zig project
Example
```zig
// ./build.zig =====
exe.addPackagePath("zig-json-decode", "zig-json-decode/src/main.zig");
// ./src/main.zig =====
const Decodable = @import("zig-json-decode").Decodable;
const Skeleton = struct {
key: []const u8,
// json key mappi... | [] |
https://avatars.githubusercontent.com/u/5253988?v=4 | zig-armv8m-test | yvt/zig-armv8m-test | 2019-06-27T15:32:08Z | Minimal Zig-based app for Armv8-M + TrustZone | master | 0 | 12 | 2 | 12 | https://api.github.com/repos/yvt/zig-armv8m-test/tags | Apache-2.0 | [
"arm",
"cortex-m33",
"iot",
"microcontroller",
"trustzone",
"zig"
] | 51 | false | 2025-01-18T14:40:54Z | true | false | unknown | github | [] | Zig on Cortex-M33
This repository includes a small example application that runs on <a>AN505</a>, a Cortex-M33-based prototyping system on FPGA. Written mostly in <a>Zig</a> and partly in assembler.
Usage
You need the following things before running this example:
<ul>
<li>Either of the following:<ul>
<li><a>QEMU</a>... | [] |
https://avatars.githubusercontent.com/u/5727856?v=4 | ZNA | Aransentin/ZNA | 2019-09-03T23:06:46Z | Network analyzer experiment | master | 0 | 12 | 1 | 12 | https://api.github.com/repos/Aransentin/ZNA/tags | - | [
"zig"
] | 17 | false | 2024-12-28T02:47:13Z | true | false | unknown | github | [] | ZNA
Network analyzer experiment | [] |
https://avatars.githubusercontent.com/u/657581?v=4 | zig-raylib-experiments | BitPuffin/zig-raylib-experiments | 2019-06-04T19:44:35Z | Some classic game implementations in Zig using raylib | master | 0 | 12 | 1 | 12 | https://api.github.com/repos/BitPuffin/zig-raylib-experiments/tags | - | [
"game-development",
"raylib",
"raylib-examples",
"zig",
"zig-examples"
] | 2,088 | false | 2023-07-17T18:35:46Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/3932972?v=4 | ZigPaint | ikskuh/ZigPaint | 2019-08-13T21:43:29Z | A simple paint application written in Zig. Used to create an OpenGL loader/wrapper and a minimal UI system. | master | 0 | 11 | 0 | 11 | https://api.github.com/repos/ikskuh/ZigPaint/tags | - | [
"opengl",
"zig"
] | 32 | false | 2024-10-09T04:24:59Z | true | false | unknown | github | [] | ZigPaint
A simple paint application written in Zig. Used to create an OpenGL loader/wrapper and a minimal UI system. | [] |
https://avatars.githubusercontent.com/u/11783095?v=4 | uefi-gameoflife | nrdmn/uefi-gameoflife | 2019-07-14T06:21:30Z | Game of Life for UEFI, written in Zig | master | 0 | 11 | 0 | 11 | https://api.github.com/repos/nrdmn/uefi-gameoflife/tags | - | [
"gameoflife",
"uefi",
"zig"
] | 8 | false | 2024-09-30T02:29:37Z | true | false | unknown | github | [] | UEFI bootable Game of Life in Zig
Build with <code>zig build</code>, run with <code>qemu-system-x86_64 -bios /usr/share/edk2-ovmf/OVMF.fd -hdd fat:rw:.</code> | [] |
https://avatars.githubusercontent.com/u/8798829?v=4 | zig-error-abi | suirad/zig-error-abi | 2019-11-26T22:23:12Z | Library that allows zig errors to be returned from external functions | master | 0 | 8 | 0 | 8 | https://api.github.com/repos/suirad/zig-error-abi/tags | MIT | [
"abi",
"dynamic-library",
"errors",
"static-library",
"zig"
] | 4 | false | 2023-05-01T07:45:32Z | false | false | unknown | github | [] | Zig Error-ABI
An Error-ABI library for the Zig language. See example folder for an example of use.
This library allows error values to be propagated across the ABI boundary, allowing zig error unions to be returned from static and dynamic libraries. | [] |
https://avatars.githubusercontent.com/u/1562827?v=4 | zig_benchmarksgame | travisstaloch/zig_benchmarksgame | 2020-01-09T04:26:10Z | benchmarksgame implementations | master | 1 | 8 | 0 | 8 | https://api.github.com/repos/travisstaloch/zig_benchmarksgame/tags | GPL-3.0 | [
"benchmarking",
"zig"
] | 24 | false | 2024-02-02T23:06:55Z | false | false | unknown | github | [] | zig_benchmarksgame
benchmarksgame implementations in zig
https://benchmarksgame-team.pages.debian.net/benchmarksgame/description/summary.html
Until I figure out how to publish these solutions on the benchmarksgame website, I will keep them here.
measurements
Some very naive performance measurements. These are sim... | [] |
https://avatars.githubusercontent.com/u/1006268?v=4 | ziguid | goto-bus-stop/ziguid | 2019-06-25T11:59:15Z | GUID parsing/stringifying with zig | default | 0 | 8 | 0 | 8 | https://api.github.com/repos/goto-bus-stop/ziguid/tags | NOASSERTION | [
"guid",
"zig"
] | 41 | false | 2025-03-24T06:52:29Z | true | false | unknown | github | [] | ziguid
GUIDs for zig.
Usage
```zig
const guid = @import("ziguid");
const GUID = guid.GUID;
const at_comptime = GUID.from("14aacebd-2dfe-4f5c-a475-d1b57b0cb775");
const generate_at_runtime = GUID.v4();
var string_buffer = [_]u8{0} ** 38;
generate_at_runtime.toString(string_buffer, .Braced, .Upper);
// "{B10BC49E-E7... | [] |
https://avatars.githubusercontent.com/u/46252311?v=4 | OidaVM | deingithub/OidaVM | 2019-09-28T15:36:47Z | A minimal bytecode VM implemented in Zig | master | 2 | 8 | 0 | 8 | https://api.github.com/repos/deingithub/OidaVM/tags | MIT | [
"zig"
] | 81 | false | 2024-04-18T01:25:56Z | true | false | unknown | github | [] | OidaVM
A (not that, anymore) minimal bytecode VM implemented in Zig with integrated debugger.
Usage
Run <code>oida run youroidasmfile</code> to run your program, optionally specifying an entry point in hex after the filename. To debug oidaVM programs, use the internal debugger oiDB, which you can invoke using <code>... | [] |
https://avatars.githubusercontent.com/u/196042?v=4 | daya | michaelo/daya | 2019-12-04T13:40:21Z | Text based graphing service | master | 0 | 7 | 0 | 7 | https://api.github.com/repos/michaelo/daya/tags | MIT | [
"diagram",
"diagramming",
"dot",
"text-based",
"zig"
] | 471 | false | 2022-07-13T20:59:20Z | false | false | unknown | github | [] | daya: Rapid text-based graphing tool
Example usage of compiler:
<code>// Generate a png
daya myfile.daya output.png
// Generate an svg
daya myfile.daya output.svg
// Generate only the intermediary dot
daya myfile.daya output.dot
</code>
daya is a tool and library to convert from the .daya format to regular .dot, .... | [] |
https://avatars.githubusercontent.com/u/52030888?v=4 | ts | onyxlang/ts | 2019-09-18T20:39:36Z | An Onyx compiler implementation in Typescript | master | 8 | 7 | 0 | 7 | https://api.github.com/repos/onyxlang/ts/tags | MIT | [
"compiler",
"deno",
"onyx",
"zig"
] | 109 | false | 2023-01-29T21:43:51Z | false | false | unknown | github | [] | Onyx
<em>Enjoy the performance.</em>
👋 About
Onyx is a fresh programming language with efficiency in mind.
This repository contains the reference Onyx compiler implementation.
Brief history
Ever had that feeling of creating a game, but then remembering how painful it is to write in C++?
Any other languag... | [] |
https://avatars.githubusercontent.com/u/4605603?v=4 | zstack | tiehuis/zstack | 2019-06-16T09:47:24Z | Line-race tetris mode in Zig | master | 0 | 5 | 1 | 5 | https://api.github.com/repos/tiehuis/zstack/tags | MIT | [
"zig"
] | 1,078 | false | 2024-06-19T11:44:18Z | true | false | unknown | github | [] | Line-race mode tetris variant.
<code>zig build
./zstack
</code>
See src/config.zig for available options.
There are two graphics backends available, SDL and OpenGL. OpenGL is used
by default, to use SDL, build with
<code>zig build -Duse-sdl2=true
</code> | [] |
https://avatars.githubusercontent.com/u/380158?v=4 | zig-mimetypes | frmdstryr/zig-mimetypes | 2019-12-20T21:46:14Z | A mimetypes module for Zig | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/frmdstryr/zig-mimetypes/tags | MIT | [
"zig"
] | 28 | false | 2022-03-23T07:55:34Z | true | false | unknown | github | [] | Zig Mimetypes
<a></a>
<a></a>
A mimetype module for Zig.
Usage
```zig
const mimetypes = @import("mimetypes.zig");
var registry = mimetypes.Registry.init(std.heap.page_allocator);
defer registry.deinit();
try registry.load();
if (registry.getTypeFromFilename("wavascript.js")) |mime_type| {
assert(mem.eql(u8, m... | [] |
https://avatars.githubusercontent.com/u/5253988?v=4 | druzhba | yvt/druzhba | 2019-07-09T14:53:43Z | Experimental statically-composed component framework written in Zig | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/yvt/druzhba/tags | Apache-2.0 | [
"component-based",
"zig"
] | 39 | false | 2022-12-21T13:46:26Z | true | false | unknown | github | [] | Druzhba
[ˈdruʐbə] with a rolled R
An experimental statically-composed toy component framework written in <a>Zig</a>.
```zig
const druzhba = @import("druzhba");
const Counter = @import("components.zig").Counter;
const addApp = @import("components.zig").addApp;
fn addSystem(comptime ctx: *druzhba.ComposeCtx) void {
... | [] |
https://avatars.githubusercontent.com/u/1327032?v=4 | zig-editor-core | GoNZooo/zig-editor-core | 2019-11-13T08:45:45Z | Eventually the core of an editor, interactive shell put on top. | master | 0 | 5 | 0 | 5 | https://api.github.com/repos/GoNZooo/zig-editor-core/tags | - | [
"editor",
"vim",
"zig",
"zig-package",
"ziglang"
] | 482 | false | 2023-09-02T23:14:58Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/5175499?v=4 | h264_dump | mattyhall/h264_dump | 2019-11-23T20:39:35Z | A tool for debugging h264 files written in Zig | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/mattyhall/h264_dump/tags | - | [
"h264",
"zig"
] | 514 | false | 2023-05-25T13:04:55Z | true | false | unknown | github | [] | h264_dump
Dump the NAL units of a .264 file. Should have a similar output to the ffmpeg command:
<code>ffmpeg -i <file> -c copy -bsf:v trace_headers -f null - 2>&1</code> | [] |
https://avatars.githubusercontent.com/u/3768010?v=4 | zig-wyhash | ManDeJan/zig-wyhash | 2019-04-10T13:41:00Z | Zig implementation of https://github.com/wangyi-fudan/wyhash | master | 1 | 4 | 1 | 4 | https://api.github.com/repos/ManDeJan/zig-wyhash/tags | Unlicense | [
"hash",
"wyhash",
"zig"
] | 16 | false | 2021-12-03T18:48:42Z | true | false | unknown | github | [] | zig-wyhash
What is this
I build this library to learn the Zig programming language.
My implementation is adapted from https://github.com/wangyi-fudan/wyhash and https://github.com/eldruin/wyhash-rs.
I have not benchmarked my implementation and do not know how it performs compared
to the C/C++ or Rust implementation, ... | [] |
https://avatars.githubusercontent.com/u/11783095?v=4 | zig_kernel_module | nrdmn/zig_kernel_module | 2019-06-02T12:18:05Z | A 'hello world' linux kernel module in Zig | master | 0 | 4 | 0 | 4 | https://api.github.com/repos/nrdmn/zig_kernel_module/tags | - | [
"kernel",
"linux",
"zig"
] | 2 | false | 2023-01-28T12:15:18Z | false | false | unknown | github | [] | Zig Kernel Module
This is a 'hello world' kernel module in <a>Zig</a>.
<ol>
<li>Build with <code>make</code>.</li>
<li>Try it:
<code>$ sudo insmod my_module.ko
$ sudo rmmod my_module.ko
$ dmesg | tail -2
[90804.834449] hello
[90806.285959] bye</code></li>
</ol> | [] |
https://avatars.githubusercontent.com/u/396420?v=4 | kate-highlight-zig | ElementW/kate-highlight-zig | 2019-12-21T12:11:45Z | Kate syntax highlighting for Zig | master | 0 | 4 | 1 | 4 | https://api.github.com/repos/ElementW/kate-highlight-zig/tags | - | [
"kate-editor",
"kate-syntax",
"syntax-highlighting",
"zig",
"ziglang"
] | 12 | false | 2024-07-30T02:55:25Z | false | false | unknown | github | [] | Zig syntax highlighting for Kate
Based on default C syntax highlight rules.
No, this won't be committed upstream.
See <a>my comment on KDE Invent for why</a>.
Installing
Drop <code>zig.xml</code> into <code>~/.local/share/org.kde.syntax-highlighting/syntax/</code> for user install,
or in <code>/usr/share/org.kde.s... | [] |
https://avatars.githubusercontent.com/u/6687211?v=4 | compute_graph | adam-r-kowalski/compute_graph | 2019-12-04T17:27:59Z | null | master | 3 | 3 | 0 | 3 | https://api.github.com/repos/adam-r-kowalski/compute_graph/tags | - | [
"deep-learning",
"differentiable-programming",
"machine-learning",
"tensors",
"zig"
] | 1,118 | false | 2023-05-03T22:55:31Z | true | false | unknown | github | [] | compute_graph | [] |
https://avatars.githubusercontent.com/u/28556218?v=4 | zig-termbox | joachimschmidt557/zig-termbox | 2020-01-30T13:48:36Z | A termbox implementation in zig | master | 0 | 3 | 1 | 3 | https://api.github.com/repos/joachimschmidt557/zig-termbox/tags | MIT | [
"zig",
"zig-package"
] | 68 | false | 2025-04-04T18:07:52Z | true | true | unknown | github | [
{
"commit": "master",
"name": "wcwidth",
"tar_url": "https://github.com/joachimschmidt557/zig-wcwidth/archive/master.tar.gz",
"type": "remote",
"url": "https://github.com/joachimschmidt557/zig-wcwidth"
},
{
"commit": "master",
"name": "ansi_term",
"tar_url": "https://github.com/z... | zig-termbox
termbox-inspired library for creating terminal user interfaces
Works with Zig 0.14.0.
Concepts
<code>termbox</code> is a <em>double-buffered</em> terminal library. This means that
when you call functions to draw on the screen, you are not actually
sending data to the terminal, but instead act on an inte... | [] |
https://avatars.githubusercontent.com/u/2389051?v=4 | zig-hash-map-bench | squeek502/zig-hash-map-bench | 2019-06-06T06:19:49Z | Benchmarks for Zig's std.HashMap | master | 0 | 3 | 1 | 3 | https://api.github.com/repos/squeek502/zig-hash-map-bench/tags | Unlicense | [
"benchmark",
"hash-map",
"zig"
] | 5 | false | 2023-10-15T09:30:50Z | false | false | unknown | github | [] | zig-hash-map-bench
Benchmarks for <a>Zig</a>'s <code>std.HashMap</code>. Will be expanded on in the future.
Based loosely on some of the benchmarking of C++ hash map implementations here:
- https://probablydance.com/2017/02/26/i-wrote-the-fastest-hashtable/
- https://tessil.github.io/2016/08/29/benchmark-hopscotch-ma... | [] |
https://avatars.githubusercontent.com/u/1348560?v=4 | sublime-zig | Tetralux/sublime-zig | 2019-08-06T23:20:42Z | My own, more lightweight, syntax highlighting for the Zig Programming Language. | master | 0 | 3 | 1 | 3 | https://api.github.com/repos/Tetralux/sublime-zig/tags | MIT | [
"basic",
"highlighting",
"language",
"lightweight",
"programming",
"sublime",
"syntax",
"zig"
] | 38 | false | 2023-06-14T04:18:56Z | false | false | unknown | github | [] | sublime-zig
My own, more lightweight, syntax highlighting for the Zig Programming Language. | [] |
https://avatars.githubusercontent.com/u/1327032?v=4 | gotyno | GoNZooo/gotyno | 2020-01-06T11:51:51Z | A type definition language and type compiler that generates type definitions and validation functions for them in different languages. | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/GoNZooo/gotyno/tags | - | [
"type-definitions",
"typescript",
"zig"
] | 382 | false | 2022-06-28T19:18:02Z | true | false | unknown | github | [] | gotyno
A type definition language that outputs definitions and validation functions in
different languages (eventually).
Other version
<strong>Active development of this project has continued in a different implementation:</strong>
<a>gotyno-hs</a>
The reason for this, initially, was that I wanted to re-implement ... | [] |
https://avatars.githubusercontent.com/u/18158656?v=4 | zb2b | yvern/zb2b | 2019-04-20T17:54:26Z | A cli/interactive number base converter. A toy made while learning Zig. | master | 0 | 3 | 0 | 3 | https://api.github.com/repos/yvern/zb2b/tags | - | [
"zig"
] | 4 | false | 2023-11-12T11:45:40Z | false | false | unknown | github | [] | zb2b
A cli/interactive number base converter. A toy made while learning Zig.
<a>Zig</a> is quite lower-level than languages I am used to, but it still felt quite simple most of the time.
There are 2 usage modes:
* Direct/cli mode, where you expect to convert only one value, as in <code>echo 1001 | ./zb2b 2 10</code>... | [] |
https://avatars.githubusercontent.com/u/46252311?v=4 | zig-reload | deingithub/zig-reload | 2020-01-16T14:57:14Z | proof of concept shared library code reloading with zig | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/deingithub/zig-reload/tags | - | [
"zig"
] | 4 | false | 2022-02-16T07:36:53Z | true | false | unknown | github | [] | zig-reload
Based around the idea of <a>this</a>, this is a proof-of-concept for code swapping using zig. Accordingly ugly.
Depends on a POSIX libc with inotify support. To run, first start the main program with <code>zig build; cd zig-cache/bin; ./run</code>, then edit the function <code>do_the_thing</code> in librelo... | [] |
https://avatars.githubusercontent.com/u/4459413?v=4 | zig-robotstxt | mstroecker/zig-robotstxt | 2019-09-02T21:30:45Z | Lightweight docker image for serving a disallow robots.txt file using the zig programming language. | master | 1 | 2 | 1 | 2 | https://api.github.com/repos/mstroecker/zig-robotstxt/tags | MIT | [
"disallow-robots",
"docker",
"robots",
"zig",
"zig-programming-language",
"ziglang"
] | 20 | false | 2022-02-20T22:42:15Z | true | false | unknown | github | [] | Zig robots.txt Docker image
<a></a>
<a></a>
<a></a>
This project implements a small(5.7 KB) and lightweight http-server, just serving a disallow-robots.txt file using the Zig programming language(https://ziglang.org/).
Run using docker run:
<code>bash
docker run -p 80:8080 mstroecker/zig-robotstxt</code>
Kubernete... | [] |
https://avatars.githubusercontent.com/u/1327032?v=4 | zig-humantime | GoNZooo/zig-humantime | 2019-08-07T14:41:51Z | Mini library for expressing integer time values in more human readable ways | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/GoNZooo/zig-humantime/tags | MIT | [
"zig",
"zig-package"
] | 8 | false | 2021-09-23T09:52:12Z | true | false | unknown | github | [] | zig-humantime
This library exports two functions to convert human readable time strings into integer values:
```zig
test "1h2m3s" {
const time = comptime seconds("1h2m3s");
// @compileLog(time) -> 7446
testing.expectEqual(time, 3723);
}
test "2h4m6s" {
const time = comptime seconds("2h4m6s");
... | [] |
https://avatars.githubusercontent.com/u/17973728?v=4 | language-zig | GrayJack/language-zig | 2019-11-27T04:31:28Z | Atom package for Zig programming language | master | 1 | 2 | 0 | 2 | https://api.github.com/repos/GrayJack/language-zig/tags | MIT | [
"atom",
"atom-editor",
"atom-package",
"atom-plugin",
"zig",
"ziglang"
] | 16 | false | 2021-09-23T09:52:53Z | false | false | unknown | github | [] | language-zig
Atom package for Zig programming language | [] |
https://avatars.githubusercontent.com/u/7064?v=4 | zigwasm | whatupdave/zigwasm | 2019-06-16T04:47:48Z | Trying out game development in zig targeting the web | master | 13 | 2 | 0 | 2 | https://api.github.com/repos/whatupdave/zigwasm/tags | - | [
"gamedev",
"zig"
] | 3,900 | false | 2023-06-13T19:06:45Z | true | false | unknown | github | [] | zig + wasm
Experimenting with zig web game development.
Check out its majesty: https://whatupdave.github.io/zigwasm/
Run
In one tab run zig compiler on watch:
<code>$ fswatch src/main.zig | while read f; do clear; zig build install --prefix web && echo $(date); done</code>
In another tab start parcel to b... | [] |
https://avatars.githubusercontent.com/u/48141240?v=4 | benchmark.unicode | mikdusan/benchmark.unicode | 2019-03-26T22:50:31Z | A command-line tool written in Zig to measure the performance of various UTF8 decoders. | master | 0 | 2 | 0 | 2 | https://api.github.com/repos/mikdusan/benchmark.unicode/tags | MIT | [
"benchmark",
"zig"
] | 7,231 | false | 2022-03-23T07:56:43Z | true | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/23638589?v=4 | aoc | lewis-weinberger/aoc | 2019-12-08T15:45:02Z | Advent of Code | master | 0 | 2 | 1 | 2 | https://api.github.com/repos/lewis-weinberger/aoc/tags | MIT | [
"advent-of-code",
"advent-of-code-2019",
"advent-of-code-2020",
"c",
"factor",
"golang",
"iolanguage",
"nim",
"rust",
"scheme",
"zig"
] | 233 | false | 2022-12-14T23:09:23Z | false | false | unknown | github | [] |
<a></a>
<a></a>
<a></a>
<a></a>
Attempts at some of the <a>Advent of Code</a> problems in a variety
of languages.
Usage
See <a>2019</a>, <a>2020</a>, <a>2021</a>
or <a>2022</a> for detailed installation instructions.
Solutions can be run with the <a>aoc</a> shell script, e.g.:
<code>sh
./aoc 20... | [] |
https://avatars.githubusercontent.com/u/4605603?v=4 | advent-of-code-2019 | tiehuis/advent-of-code-2019 | 2019-12-03T09:50:54Z | https://adventofcode.com/2019 | master | 0 | 1 | 1 | 1 | https://api.github.com/repos/tiehuis/advent-of-code-2019/tags | - | [
"advent-of-code-2019",
"zig"
] | 45 | false | 2022-08-21T18:15:28Z | false | false | unknown | github | [] | All solutions are self-contained and contain the appropriate input.
<code>zig run 1_1.zig</code> | [] |
https://avatars.githubusercontent.com/u/28556218?v=4 | zigfd | joachimschmidt557/zigfd | 2019-06-07T21:25:11Z | [WIP] Recursively find files and directories with a regex pattern | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/joachimschmidt557/zigfd/tags | MIT | [
"zig"
] | 116 | false | 2022-03-23T07:52:58Z | true | true | unknown | github | [
{
"commit": "2cfabf04872ce334fd1f2cd392fda8a4fab68663.tar.gz",
"name": "lscolors",
"tar_url": "https://github.com/ziglibs/lscolors/archive/2cfabf04872ce334fd1f2cd392fda8a4fab68663.tar.gz.tar.gz",
"type": "remote",
"url": "https://github.com/ziglibs/lscolors"
},
{
"commit": "c9190dbfc34d5... | zigfd
Recursively find files and directories with a regex pattern. Inspired
by <a>fd</a>.
ToDo
<br/><input type='checkbox' class='w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600' disabl... | [] |
https://avatars.githubusercontent.com/u/25501014?v=4 | maybeuninit | DutchGhost/maybeuninit | 2019-08-10T18:43:02Z | MaybeUninit in Zig. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/DutchGhost/maybeuninit/tags | EUPL-1.2 | [
"maybeuninit",
"zig"
] | 31 | false | 2022-07-17T17:09:16Z | true | false | unknown | github | [] | maybeuninit
<a></a>
This is a userlevel implementation of the <code>undefined</code> keyword in Zig.
It is inspired by <a>MaybeUninit</a> in Rust.
Minimum supported <code>Zig</code>
<code>master</code>
Each day will be tested in CI whether this project still builds on Zig master.
Recent changes
<ul>
<li>0.6.1<ul... | [] |
https://avatars.githubusercontent.com/u/47629329?v=4 | zig-template | dryzig/zig-template | 2019-06-15T05:50:41Z | Template repository for public-domain libraries written in the Zig programming language. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/dryzig/zig-template/tags | Unlicense | [
"dryproject",
"template-project",
"zig"
] | 2 | false | 2019-06-22T18:39:34Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/4072364?v=4 | adventofcode | erplsf/adventofcode | 2019-12-04T18:24:29Z | null | main | 0 | 1 | 0 | 1 | https://api.github.com/repos/erplsf/adventofcode/tags | - | [
"advent-of-code",
"adventofcode",
"zig"
] | 429 | false | 2025-02-18T10:17:37Z | false | false | unknown | github | [] | 404 | [] |
https://avatars.githubusercontent.com/u/7064?v=4 | streamplot | whatupdave/streamplot | 2019-05-28T00:53:31Z | plot streaming histograms | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/whatupdave/streamplot/tags | - | [
"bash",
"bash-script",
"shell",
"zig"
] | 7 | false | 2019-06-09T20:57:55Z | true | false | unknown | github | [] | streamplot <a></a>
<strong>streamplot</strong> is a command line app that plots a histogram of streaming data.
Example: show histogram of wikipedia updates
<code>$ git clone git@github.com:whatupdave/streamplot.git
$ cd streamplot && zig build
$ curl -sN https://stream.wikimedia.org/v2/stream/recentchange \
... | [] |
https://avatars.githubusercontent.com/u/7283681?v=4 | zig-docsearch | lun-4/zig-docsearch | 2019-06-28T16:41:39Z | [WIP] search over zig stdlib doc comments (with rudimentary html gen) | master | 3 | 1 | 1 | 1 | https://api.github.com/repos/lun-4/zig-docsearch/tags | MIT | [
"documentation-generator",
"zig"
] | 56 | false | 2024-12-27T23:59:05Z | true | false | unknown | github | [] | zig-docsearch
<strong>NOTE: zig master now has in-progress docs! see https://github.com/ziglang/zig/issues/21</strong>
search over zig stdlib doc comments (and generate a simple html file with
what's possible)
WIP: using -fdump-analysis
using
<code>bash
zig build install --prefix ~/.local/</code>
```bash
build t... | [] |
https://avatars.githubusercontent.com/u/6025293?v=4 | advent-of-code | oskarnp/advent-of-code | 2019-05-05T19:54:44Z | My solutions to the "Advent of Code" programming challenges in various languages. | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/oskarnp/advent-of-code/tags | - | [
"ada",
"ada-lang",
"advent-of-code",
"advent-of-code-2019",
"advent-of-code-2020",
"advent-of-code-2021",
"adventofcode",
"odin",
"odin-lang",
"odin-programming-language",
"zig",
"zig-lang"
] | 158 | false | 2023-02-13T10:19:15Z | false | false | unknown | github | [] | Advent of Code
2021
| | <a>Odin</a> |
|----|----------------|
| 01 | <a>✓</a> |
| 02 | <a>✓</a> |
| 03 | <a>✓</a> |
| 04 | <a>✓</a> |
| 05 | <a>✓</a> |
| 06 | <a>✓</a> |
| 07 | <a>✓</a> |
| 08 | <a>✓</a> |
| 09 | <a>✓</a> |
| 10 | <a>✓</a> |
2020
| | <a>Ada 2012</a>| <a>Odin</a> |
|----|----------------|--... | [] |
https://avatars.githubusercontent.com/u/11783095?v=4 | uefi-pixelflut | nrdmn/uefi-pixelflut | 2019-11-01T05:12:20Z | bootable pixelflut server | master | 0 | 1 | 0 | 1 | https://api.github.com/repos/nrdmn/uefi-pixelflut/tags | - | [
"pixelflut",
"pixelflut-server",
"uefi",
"zig"
] | 10 | false | 2023-01-28T12:15:18Z | true | false | unknown | github | [] | UEFI Pixelflut Server
Disclaimer
This is a proof of concept. It's very slow and it currently requires my fork of zig.
Usage
<ol>
<li>Edit main.zig and set the preferred screen resolution.</li>
<li>Compile with <code>zig build</code> and copy efi/boot/bootx64.efi to a FAT formatted device.</li>
<li>Run on a network t... | [] |
https://avatars.githubusercontent.com/u/28556218?v=4 | zig-walkdir | joachimschmidt557/zig-walkdir | 2019-06-26T07:40:29Z | Provides functions for walking directories recursively | master | 1 | 1 | 0 | 1 | https://api.github.com/repos/joachimschmidt557/zig-walkdir/tags | MIT | [
"zig",
"zig-package"
] | 45 | false | 2025-03-08T22:25:54Z | true | true | unknown | github | [] | zig-walkdir
A zig package providing functions for recursively traversing directories.
Works with zig 0.14.0.
Todo
<br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:bor... | [] |
https://avatars.githubusercontent.com/u/1327032?v=4 | zig-windows-process | GoNZooo/zig-windows-process | 2020-06-21T13:08:51Z | Toolset for interacting with Windows processes in Zig | main | 0 | 16 | 1 | 16 | https://api.github.com/repos/GoNZooo/zig-windows-process/tags | - | [
"processes",
"win32",
"windows",
"zig",
"zig-package",
"ziglang"
] | 1,071 | false | 2025-04-16T11:52:37Z | true | false | unknown | github | [] | zig-windows-process
This repo is meant to hold tools for tinkering with Windows processes
(though I might extend it in the future) to allow for a higher-level interface
for injecting DLLs and such.
The primary motivation is that I'd like to have a basic toolkit for dealing with
things that usually come up in game hac... | [] |
https://avatars.githubusercontent.com/u/265903?v=4 | PeerType | alexnask/PeerType | 2020-11-19T12:57:04Z | Zig peer type resolution at comptime, ported from the compiler source code | master | 0 | 15 | 3 | 15 | https://api.github.com/repos/alexnask/PeerType/tags | MIT | [
"metaprogramming",
"zig",
"zig-library",
"zig-package"
] | 31 | false | 2023-03-15T18:05:08Z | false | false | unknown | github | [] | PeerType
API
<code>zig
/// types must be an iterable of types (tuple, slice, ptr to array)
pub fn PeerType(comptime types: anytype) ?type;
pub fn coercesTo(comptime dst: type, comptime src: type) bool;
pub fn requiresComptime(comptime T: type) bool;</code>
License
MIT | [] |
https://avatars.githubusercontent.com/u/53199545?v=4 | asp3_in_zig | toppers/asp3_in_zig | 2020-06-03T05:42:41Z | TOPPERS/ASP3 Kernel written in Zig Programming Language | master | 14 | 15 | 4 | 15 | https://api.github.com/repos/toppers/asp3_in_zig/tags | - | [
"asp3",
"toppers",
"zig"
] | 1,670 | false | 2024-04-13T17:28:28Z | false | false | unknown | github | [] | asp3_in_zig
TOPPERS/ASP3 Kernel written in Zig Programming Language
このレポジトリには,asp3_in_zigをビルドするために必要なファイルの中で,TECSジェネレータは含んでいません。ビルドするためには,TECSジェネレータを,tecsgenディレクトリに置くか,リンクを貼ってください。
ビルド&実行方法(例)
<code>% mkdir OBJ-ARM
% cd OBJ-ARM
% ../configure.rb -T ct11mpcore_gcc -O "-DTOPPERS_USE_QEMU"
% make
% qemu-system-arm... | [] |
https://avatars.githubusercontent.com/u/2389051?v=4 | micro-zigfmt | squeek502/micro-zigfmt | 2020-05-29T00:03:48Z | micro editor plugin that provides zig fmt integration | master | 0 | 15 | 1 | 15 | https://api.github.com/repos/squeek502/micro-zigfmt/tags | Unlicense | [
"micro-editor",
"zig",
"ziglang"
] | 8 | false | 2024-12-06T23:00:30Z | false | false | unknown | github | [] | micro-zigfmt
Plugin for the <a>micro editor</a> that provides support for:
<ul>
<li><code>zig fmt</code> on save</li>
<li><code>zig fmt --check</code> integration with the official linter plugin</li>
</ul>
for <a>Zig</a> files.
Installation
Using the plugin manager:
<code>micro -plugin install zigfmt</code>
Or fr... | [] |
https://avatars.githubusercontent.com/u/17795572?v=4 | ZigWindowManager | Eloitor/ZigWindowManager | 2020-11-10T14:13:51Z | A basic window manager written in Zig. | main | 0 | 14 | 1 | 14 | https://api.github.com/repos/Eloitor/ZigWindowManager/tags | Unlicense | [
"windowmanager",
"zig"
] | 42 | false | 2025-03-21T20:44:50Z | false | false | unknown | github | [] | ZigWindowManager
<ul>
<li>Tiling and floating</li>
<li>Non reparenting</li>
<li>Single screen support</li>
<li>Simple code</li>
</ul>
Based on
<ul>
<li><a>katriawm: The adventure of writing your own window manager</a></li>
<li><a>tinywm</a></li>
<li><a>dwm</a></li>
<li><a>How X window managers work and how to write On... | [] |
https://avatars.githubusercontent.com/u/22677068?v=4 | zig-vector-table | markfirmware/zig-vector-table | 2020-05-04T23:34:37Z | zig bare-metal vector table stack | master | 0 | 13 | 2 | 13 | https://api.github.com/repos/markfirmware/zig-vector-table/tags | MIT | [
"bare-metal",
"gitpod",
"zig"
] | 97 | false | 2025-03-15T18:13:32Z | false | false | unknown | github | [] | <a></a>
It starts at the vector table which specifies the initial stack and the reset entry point.
<a>main.zig</a>/[1]<a>Section 2.3.4 Vector table, p37)</a>
<code>export var vector_table linksection(".vector_table") = packed struct {
initial_sp: u32 = model.stack_bottom,
reset: EntryPoint = reset,
</code>
... | [] |
https://avatars.githubusercontent.com/u/1915?v=4 | htmlentities.zig | kivikakk/htmlentities.zig | 2020-08-18T07:39:24Z | HTML entity data for Zig | main | 0 | 12 | 4 | 12 | https://api.github.com/repos/kivikakk/htmlentities.zig/tags | MIT | [
"html",
"zig"
] | 83 | false | 2025-04-20T03:38:04Z | true | true | 0.14.0 | github | [] | <a>htmlentities.zig</a>
The bundled <a><code>entities.json</code></a> is sourced from <a>https://www.w3.org/TR/html5/entities.json</a>.
Modelled on <a>Philip Jackson's <code>entities</code> crate</a> for Rust.
Overview
The core datatypes are:
```zig
pub const Entity = struct {
entity: []u8,
codepoints: C... | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.