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/107726195?v=4
zig-nds
zig-homebrew/zig-nds
2022-06-18T18:57:30Z
Starter pack for developing NDS games/applications with Zig
master
1
8
0
8
https://api.github.com/repos/zig-homebrew/zig-nds/tags
-
[ "devkitpro", "nds", "zig" ]
8
false
2025-01-08T23:39:48Z
true
false
unknown
github
[]
zig-nds Getting started <ul> <li><a>zig</a></li> <li><a>devkitPro</a></li> </ul> <code>pacman -S nds-dev git clone https://github.com/zig-homebrew/zig-nds cd zig-nds/ zig build # then run zig-out/zig-nds.nds with desmume</code> Resources <ul> <li><a>nds-examples</a></li> <li><a>libnds repository</a></li> <li><a>li...
[]
https://avatars.githubusercontent.com/u/7449346?v=4
zwm
zuranthus/zwm
2022-06-25T16:22:17Z
A minimal tiling window manager for Linux written in Zig
main
0
8
2
8
https://api.github.com/repos/zuranthus/zwm/tags
MIT
[ "linux", "tiling-window-manager", "window-manager", "x11", "zig" ]
147
false
2025-05-09T07:49:37Z
true
false
unknown
github
[]
<code>███████╗██╗ ██╗███╗ ███╗ ╚══███╔╝██║ ██║████╗ ████║ ███╔╝ ██║ █╗ ██║██╔████╔██║ ███╔╝ ██║███╗██║██║╚██╔╝██║ ███████╗╚███╔███╔╝██║ ╚═╝ ██║ ╚══════╝ ╚══╝╚══╝ ╚═╝ ╚═╝</code> Zwm is a dwm-inspired minimal tiling window manager for X implemented in Zig programming language. My main goals for creating...
[]
https://avatars.githubusercontent.com/u/9960133?v=4
visual-zig-nuttx
lupyuen/visual-zig-nuttx
2022-07-17T06:04:11Z
Visual Programming for Zig with NuttX Sensors
main
0
8
1
8
https://api.github.com/repos/lupyuen/visual-zig-nuttx/tags
Apache-2.0
[ "bl602", "bl604", "blockly", "bme280", "nuttx", "pinecone", "pinedio", "riscv32", "sensor", "zig" ]
386
false
2023-08-10T22:37:04Z
false
false
unknown
github
[]
Visual Programming for Zig with NuttX Sensors Read the articles... <ul> <li> <a>"Visual Programming with Zig and NuttX Sensors"</a> </li> <li> <a>"Zig Visual Programming with Blockly"</a> </li> <li> <a>"Read NuttX Sensor Data with Zig"</a> </li> </ul> Can we use Scratch / <a>Blockly</a> to code Zig programs, the...
[]
https://avatars.githubusercontent.com/u/11590808?v=4
zig-socks
mllken/zig-socks
2022-10-22T05:31:59Z
A SOCKS 5/4/4a client library for Zig
main
0
8
2
8
https://api.github.com/repos/mllken/zig-socks/tags
MIT
[ "proxy", "zig" ]
59
false
2025-03-16T15:52:02Z
true
true
0.13.0
github
[]
zig-socks A simple, non-allocating SOCKS 5/4/4a client library for Zig <em>Tested against Zig 0.13.x</em> Features <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:b...
[]
https://avatars.githubusercontent.com/u/11590808?v=4
zig-pcapfile
mllken/zig-pcapfile
2022-10-30T08:52:08Z
A pure Zig library for reading and writing PCAP files
main
0
8
4
8
https://api.github.com/repos/mllken/zig-pcapfile/tags
MIT
[ "pcap", "zig", "ziglang" ]
20
false
2025-04-05T16:30:18Z
true
true
0.13.0
github
[]
zig-pcapfile A pure Zig library for reading and writing PCAP files <em>Releases target Zig releases (e.g. 0.10.x). Master follows the Zig master branch</em> Status Full support for reading and writing PCAP version 2.4 files (.pcap extension) No support for PCAPNG files (.pcapng extension) Usage ```zig // PCAP ...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
mount.ufs
nektro/mount.ufs
2022-08-12T23:55:28Z
[WIP] A FUSE filesystem client for mounting UFS partitions, mainly used by FreeBSD and its derivatives.
master
0
7
0
7
https://api.github.com/repos/nektro/mount.ufs/tags
GPL-2.0
[ "freebsd", "fuse", "linux", "netbsd", "openbsd", "ufs", "zig" ]
59
false
2025-02-02T11:47:42Z
true
false
unknown
github
[]
mount.ufs <a></a> A FUSE filesystem client for mounting UFS partitions, mainly used by FreeBSD and its derivatives. Entirely WIP and experimental until further notice. Any research notes or PRs welcome through any of my contact avenues. Current Status <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-g...
[]
https://avatars.githubusercontent.com/u/41548458?v=4
jhex
jonpalmisc/jhex
2022-07-20T02:55:19Z
Hex dumping tool & Zig library
master
0
7
0
7
https://api.github.com/repos/jonpalmisc/jhex/tags
BSD-3-Clause
[ "cli", "hex-dump", "xxd", "zig" ]
11
false
2024-05-29T09:00:18Z
true
false
unknown
github
[]
Jhex Jhex is a simple CLI tool and Zig library for creating and formatting hex dumps. <code>0007:be20 30 e8 79 28 e0 36 1d c5 81 6e 1b 9c dc 7e a2 64 0.y(.6...n...~.d 0007:be30 43 0d b3 03 05 fb 6d 11 f9 31 83 e8 07 54 0a ae C.....m..1...T.. 0007:be40 39 d4 aa 4c fe 6f 26 02 44 ce 41 6d f8 27 6e 4b...
[]
https://avatars.githubusercontent.com/u/57440386?v=4
zp
karitham/zp
2022-03-16T17:10:49Z
a simple, fast shell prompt
master
1
7
0
7
https://api.github.com/repos/karitham/zp/tags
MIT
[ "shell-prompt", "zig", "zsh" ]
4,892
false
2022-12-24T06:32:46Z
true
false
unknown
github
[]
zp A blazing fast prompt. Written in zig. Looks like this. ```bash ./karitham/zp ⚡️ 0.10.0-dev  master &gt;&gt; ./../. on  $(git branch --show-current) &gt;&gt; ``` In zsh, you can then set it like <code>eval "$(zp hook)"</code> It's dependant on libgit2 for git stuff.
[]
https://avatars.githubusercontent.com/u/2614101?v=4
shadowsocks-zig
RobinKa/shadowsocks-zig
2022-12-25T18:09:53Z
Implementations of Shadowsocks 2022 written in Zig
master
1
7
3
7
https://api.github.com/repos/RobinKa/shadowsocks-zig/tags
MIT
[ "native", "proxy", "shadowsocks", "shadowsocks-2022", "shadowsocks-client", "shadowsocks-server", "vpn", "zig" ]
111
false
2024-07-29T03:09:54Z
true
false
unknown
github
[]
Shadowsocks written in Zig Client and server implementation of <a>Shadowsocks 2022</a> written in <a>Zig</a>. Shadowsocks 2022 is an encrypted proxy protocol utilizing a pre-shared key and was designed to be hard to detect to avoid government censorship. Features The main function will run a server. The first argum...
[]
https://avatars.githubusercontent.com/u/22038970?v=4
bp-jit
paoda/bp-jit
2022-11-08T05:14:15Z
A BytePusher Virtual Machine featuring a basic Dynamic Recompiler
main
0
7
0
7
https://api.github.com/repos/paoda/bp-jit/tags
-
[ "bytepusher", "dynarec", "emudev", "jit", "virtual-machine", "x86-64", "zig" ]
154
false
2025-05-04T00:41:55Z
true
true
unknown
github
[ { "commit": "6aa5180eeadde1475359dea355ce3df534e4ab4b.tar.gz", "name": "zig-clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/6aa5180eeadde1475359dea355ce3df534e4ab4b.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" }, { "commit": "0ea4948b8b4a470...
Byte Pusher Virtual Machine A <a>BytePusher</a> virtual machine that translates the one <a>ByteByteJump</a> instruction to x86-64 assembly. Scope I wanted to explore Just-In-Time compilers with the hope of maybe writing one for a more complicated instruction set sometimes in the future. This was my "first step" towa...
[]
https://avatars.githubusercontent.com/u/115832001?v=4
romforth
romforth/romforth
2022-10-14T18:46:20Z
Ultra Portable, Small, Baremetal Forth for various processors
main
0
7
0
7
https://api.github.com/repos/romforth/romforth/tags
AGPL-3.0
[ "6502", "arm64", "forth", "m68k", "msp430", "padauk", "pdk14", "pdp11", "risc-v64", "sparc", "wasm", "x86", "x86-16", "x86-32", "x86-64", "x86-nasm", "z180", "z80", "z80n", "zig" ]
3,192
false
2025-05-12T16:17:00Z
false
false
unknown
github
[]
romforth is a small, portable, baremetal version of Forth which has been ported to various 8/16/32/64-bit microcontrollers with support for both big and little endian architectures. So far, it has been ported to the following instruction sets: x86 (16-bit, 32-bit and 64-bit), PDP11, 68000, SPARC, Z80, MSP430, ARM64, RI...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
cache
Hejsil/cache
2022-07-29T20:56:40Z
Provides caching for any command line tool that does not have it
master
1
7
0
7
https://api.github.com/repos/Hejsil/cache/tags
MIT
[ "cache", "cli", "zig" ]
48
false
2025-05-07T13:48:33Z
true
true
0.14.0
github
[ { "commit": "13c0daa5276fba9ae4f81a0e839733b068126dc8", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/13c0daa5276fba9ae4f81a0e839733b068126dc8.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" } ]
cache Can wrap any command line tool to provide caching for the output of that tool. Example ```sh $ # We can use curl to get the weather data from wttr.in $ curl -s 'https://wttr.in/' ... $ # Caching this command is simple. It only depends on the arguments of the command, $ # and outputs to stdout $ cache -- curl ...
[ "https://github.com/karlseguin/aolium-api" ]
https://avatars.githubusercontent.com/u/25674682?v=4
zofi
spazzylemons/zofi
2022-07-01T04:14:20Z
Wayland application launcher written in Zig
master
0
7
0
7
https://api.github.com/repos/spazzylemons/zofi/tags
MIT
[ "wayland", "zig" ]
109
false
2025-04-21T07:36:17Z
true
false
unknown
github
[]
zofi A straightforward Wayland application launcher similar to rofi and dmenu. Building <ul> <li>GTK 3</li> <li>gtk-layer-shell</li> <li>pkg-config</li> <li>The latest version of Zig</li> </ul> Run <code>zig build</code> to build zofi. The executable is placed at <code>zig-out/bin/zofi</code>. See <a>this link</a>...
[]
https://avatars.githubusercontent.com/u/14948182?v=4
zlru
v0idpwn/zlru
2022-09-04T02:16:58Z
LRU cache implementation in Zig
master
0
6
0
6
https://api.github.com/repos/v0idpwn/zlru/tags
-
[ "lru", "zig" ]
6
false
2023-05-21T16:27:15Z
true
false
unknown
github
[]
ZLRU Zig implementation of a LRU cache.
[]
https://avatars.githubusercontent.com/u/1193542?v=4
zig-sdl-playground
remyroez/zig-sdl-playground
2022-07-23T06:24:55Z
⚡ my zig playground with SDL2
main
0
6
1
6
https://api.github.com/repos/remyroez/zig-sdl-playground/tags
MIT
[ "practice", "sdl", "sdl2", "zig" ]
55
false
2024-06-02T07:29:38Z
true
false
unknown
github
[]
zig-sdl-playground ⚡ my zig playground with SDL2 Dependencies <ul> <li><a>zig</a> 0.10.0</li> <li><a>vcpkg</a><ul> <li>sdl2</li> <li>sdl2-image</li> <li>sdl2-mixer[libvorbis]</li> <li>sdl2-ttf</li> </ul> </li> </ul> Assets <ul> <li>texture: <a>ziglang/logo - Zero the Ziguana</a></li> <li>sound: <a>Sci-Fi Sounds</a...
[]
https://avatars.githubusercontent.com/u/11492844?v=4
zigode
fjebaker/zigode
2022-09-18T01:31:54Z
⚡️ Ordinary differential equations in Zig.
main
0
6
0
6
https://api.github.com/repos/fjebaker/zigode/tags
MIT
[ "differential-equations", "ode", "ode-solver", "ordinary-differential-equations", "solvers", "tsit5", "zig" ]
196
false
2024-10-14T04:57:41Z
true
false
unknown
github
[]
Zigode Ordinary differential equation solving in pure Zig and almost entirely on the stack! Tiny weekend project, will probably not be actively maintained. Usage ```zig const std = @import("std"); const zigode = @import("zigode"); // define problem fn lorenz(du: <em>[3]f64, u: </em>const [3]f64, _: f64, p: *LorenzP...
[]
https://avatars.githubusercontent.com/u/41510086?v=4
zig-http-client
ddddddO/zig-http-client
2022-07-29T12:29:37Z
[WIP] 🎈HTTP client lib for Zig. Inspired by go-resty!
main
2
6
0
6
https://api.github.com/repos/ddddddO/zig-http-client/tags
MIT
[ "http-client", "zig" ]
52
false
2023-09-22T13:19:22Z
true
false
unknown
github
[]
<strong>WIP</strong> zig-http-client HTTP client lib for Zig. Inspired by <strong><a>go-resty</a></strong>! Todo HTTP method <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-...
[]
https://avatars.githubusercontent.com/u/40190339?v=4
spacewasm
daneelsan/spacewasm
2022-08-25T03:48:51Z
Original 1962 game code running on a PDP-1 emulator in Zig + Wasm + JS + HTML5 Canvas
master
0
6
0
6
https://api.github.com/repos/daneelsan/spacewasm/tags
-
[ "html5-canvas", "js", "wasm", "zig" ]
125
false
2025-04-16T02:32:53Z
true
false
unknown
github
[]
Spacewasm Original 1962 game code running on a PDP-1 emulator in Zig + Wasm + JS + HTML5 Canvas See it live at: https://daneelsan.github.io/spacewasm/ "a", "d", "s", "w" to control the first spaceship, the <em>"Needle"</em>. "j", "l", "k", "i" to control the second spaceship, the <em>"Wedge"</em>. The controls a...
[]
https://avatars.githubusercontent.com/u/88548934?v=4
ZMC
lbirkert/ZMC
2023-02-05T20:33:59Z
asynchronous minecraft reverse proxy written in zig
main
0
6
1
6
https://api.github.com/repos/lbirkert/ZMC/tags
MIT
[ "async", "minecraft", "proxy", "zig" ]
40
false
2024-08-19T19:35:56Z
true
true
unknown
github
[ { "commit": "4ad3002e9d6abc160a66c21cff4e99e47d220bc3.tar.gz", "name": "zig_network", "tar_url": "https://github.com/MasterQ32/zig-network/archive/4ad3002e9d6abc160a66c21cff4e99e47d220bc3.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/MasterQ32/zig-network" } ]
<code>$$$$$$$$\ $$\ $$\ $$$$$$\ \____$$ | $$$\ $$$ |$$ __$$\ $$ / $$$$\ $$$$ |$$ / \__| $$ / $$\$$\$$ $$ |$$ | $$ / $$ \$$$ $$ |$$ | $$ / $$ |\$ /$$ |$$ | $$\ $$$$$$$$\ $$ | \_/ $$ |\$$$$$$ | \________|\__| \__| \______/</code> <a></a> <code>ZMC</code> is an asynchronous...
[]
https://avatars.githubusercontent.com/u/54106488?v=4
scafetch
iddev5/scafetch
2022-02-22T12:44:18Z
A command line tool to display information about remote repositories
master
0
6
1
6
https://api.github.com/repos/iddev5/scafetch/tags
MIT
[ "cli-app", "git", "zig", "ziglang" ]
81
false
2024-07-11T15:16:17Z
true
true
unknown
github
[ { "commit": "80c1df8b85214bd8d3bd61458cd9e6533880dc1f.tar.gz", "name": "ay-arg", "tar_url": "https://github.com/iddev5/ay-arg/archive/80c1df8b85214bd8d3bd61458cd9e6533880dc1f.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/iddev5/ay-arg" } ]
scafetch <a></a> <a></a> <a></a> Scafetch is a command-line tool to display information about your remote Git repositories in an aesthetic and visually pleasing way. It currently supports fetching repository information from Github, Gitlab and Codeberg (Gitea). Installation Releases You can get the latest stabl...
[]
https://avatars.githubusercontent.com/u/60808802?v=4
zigshot
Shinyzenith/zigshot
2022-05-17T17:20:58Z
Screenshot tool written in zig for wayland compositors implementing zwlr_screencopy_unstable_v1 protocol.
master
1
6
1
6
https://api.github.com/repos/Shinyzenith/zigshot/tags
-
[ "screenshot", "wayland", "wayland-client", "zig", "ziglang" ]
23
false
2025-02-16T06:03:44Z
true
false
unknown
github
[]
Zigshot Screenshot tool written in zig for <em>wayland compositors</em> implementing <strong>zwlr_screencopy_unstable_v1 protocol.</strong> Dependencies: <ol> <li><code>zig</code> 0.9.1</li> <li><code>wayland</code></li> <li><code>wayland-protocols</code></li> </ol> Building ```console $ git clone https://github.co...
[]
https://avatars.githubusercontent.com/u/8573972?v=4
simple-zig-wasm-synthesizer
gaycodegal/simple-zig-wasm-synthesizer
2022-12-18T21:23:22Z
building a wasm web audio api synthesizer using zig
main
0
6
0
6
https://api.github.com/repos/gaycodegal/simple-zig-wasm-synthesizer/tags
MIT
[ "javascript", "synthesizer", "wasm", "webassembly", "zig" ]
101
false
2025-05-14T18:32:49Z
false
false
unknown
github
[]
Simple Wave Synthesizer The intention of this project is to create a small (in code size) synthesizer to make bit tune sound effect / music for online games. This project is demonstrating compiling a polyphonic synthesizer in Zig and playing it from the web. It is currently monophonic, but mostly usable. Read the <a...
[]
https://avatars.githubusercontent.com/u/587972?v=4
barn
tw4452852/barn
2022-06-18T03:28:40Z
:milky_way: A mirror root of your local directory
main
0
6
1
6
https://api.github.com/repos/tw4452852/barn/tags
Apache-2.0
[ "fuse", "linux", "zig" ]
19
false
2025-03-20T02:23:37Z
true
false
unknown
github
[]
Barn Barn is a tool to mirror your local directory on a remote machine. demo <a></a> Prerequisite Make sure the remote machine's kernel has enabled <code>CONFIG_FUSE_FS</code>. This is the only dependency, no others! Usage <ol> <li>Start server on the remote machine:</li> </ol> ``` barn server ``` By default,...
[]
https://avatars.githubusercontent.com/u/18194808?v=4
zig-template
Inve1951/zig-template
2022-07-02T21:07:41Z
Base setup for zig projects with IDE glue.
master
0
6
1
6
https://api.github.com/repos/Inve1951/zig-template/tags
-
[ "boilerplate", "template", "vscode", "vscode-snippets", "zig", "ziglang", "zls" ]
6
false
2025-03-26T06:26:46Z
true
false
unknown
github
[]
Zig project template - v1.1 Base setup for zig projects with IDE glue. Features <ul> <li> vscode integration <ul> <li> IDE "tasks" to build and run the app and tests </li> <li> IDE "launch configurations" to debug the app, all tests, or just the tests in the currently focused zig file </li> <li> format-on-safe vi...
[]
https://avatars.githubusercontent.com/u/1337349?v=4
zig-jvm
DomWilliams0/zig-jvm
2022-09-25T05:44:23Z
Hotspot-compatible JVM in Zig
master
1
6
0
6
https://api.github.com/repos/DomWilliams0/zig-jvm/tags
GPL-3.0
[ "hotspot", "jvm", "zig" ]
855
false
2025-03-04T07:45:22Z
true
false
unknown
github
[]
zig-jvm A Java Virtual Machine implementation in Zig. Goals <ul> <li>Run Minecraft with <strong>playable</strong> performance<ul> <li>Ideally the opcode interpreter will be fast enough, but a JIT isn't out of the question.</li> </ul> </li> <li>Provide an API to <strong>create and destroy multiple JVMs within the same...
[]
https://avatars.githubusercontent.com/u/43641633?v=4
apscript-zig-archive
sno2/apscript-zig-archive
2022-11-10T05:02:26Z
An interpreter for the AP© Computer Science Principles pseudocode language written in Zig.
main
0
6
0
6
https://api.github.com/repos/sno2/apscript-zig-archive/tags
MIT
[ "zig" ]
63
false
2024-11-19T06:09:04Z
true
false
unknown
github
[]
APScript (WIP) An interpreter for the AP© Computer Science Principles pseudocode language written in <a>Zig</a>. <blockquote> Warning: Heavily WIP as this is only on GitHub for me to work on while at school. </blockquote> Examples Printing to the console <code>sql age &lt;- 23 DISPLAY("You are", age, "years old.")...
[]
https://avatars.githubusercontent.com/u/12129065?v=4
zig-protobuf
shailpatels/zig-protobuf
2023-01-20T00:12:22Z
Protobuf implementation for the Zig programming language
main
0
6
0
6
https://api.github.com/repos/shailpatels/zig-protobuf/tags
MIT
[ "protobuf", "zig" ]
60
false
2025-04-17T14:28:37Z
true
true
unknown
github
[ { "commit": "refs", "name": "protobuf", "tar_url": "https://github.com/shailpatels/protobuf/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/shailpatels/protobuf" } ]
Zig-Protobuf About Zig-Protobuf is an implementation of <a>Google's Protocal Buffers (Protobuf)</a>. The project is currently in development and incomplete. It has two parts, <code>protoc-zig</code>, a protoc plugin that parses <code>.proto</code> files and generates zig code, and a Protobuf interface that is curre...
[]
https://avatars.githubusercontent.com/u/1566759?v=4
update-zig
snail23/update-zig
2022-11-26T04:54:57Z
Fetch the latest Zig master branch build
main
0
5
1
5
https://api.github.com/repos/snail23/update-zig/tags
MIT
[ "binaries", "binary", "branch", "build", "builds", "download", "fetch", "master", "script", "scripts", "shell", "shell-script", "shell-scripts", "simple", "update", "zig", "zig-lang", "ziglang" ]
17
false
2023-10-14T06:03:03Z
false
false
unknown
github
[]
Zig Updater Fetch the latest Zig master branch build easily with one command. <code>update-zig</code> will automatically parse https://ziglang.org/download/index.json, download the latest <code>x86_64-linux</code> archive, and unpack the contents to <code>$HOME/.zig</code>. You can run the command again and nothing w...
[]
https://avatars.githubusercontent.com/u/11492844?v=4
zigularity
fjebaker/zigularity
2022-09-19T00:58:00Z
Itsy-bitsy-teeny-weeny-black-hole-visualisation-machiney.
main
0
5
0
5
https://api.github.com/repos/fjebaker/zigularity/tags
MIT
[ "black-holes", "general-relativity", "ray-tracing", "relativity", "zig" ]
979
false
2024-05-29T09:00:38Z
true
false
unknown
github
[]
Zigularity <i>Itsy-bitsy-teeny-weeny-black-hole-visualisation-machiney</i> A little long weekend project: relativistic ray tracing in Zig, visualizing thin accretion discs around a Kerr black hole with a handful of configurable parameters: <ul> <li>observer position</li> <li>disc inner and outer radius</li> <l...
[]
https://avatars.githubusercontent.com/u/2549434?v=4
rebar3_zig
shiguredo/rebar3_zig
2022-07-20T05:53:21Z
Rebar3 plugin to call Zig functions from Erlang using NIF
develop
0
5
1
5
https://api.github.com/repos/shiguredo/rebar3_zig/tags
Apache-2.0
[ "erlang", "zig" ]
949
false
2023-10-30T06:19:51Z
false
false
unknown
github
[]
rebar3_zig <a></a> <a></a> <a>Erlang</a> から <a>Zig</a> で書かれたコードを利用可能にするための <a>Rebar3</a> プラグインです。 内部では Erlang の <a>NIF</a> (Native Implemented Functions) という機能を利用しています。 About Shiguredo's open source software We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only availabl...
[]
https://avatars.githubusercontent.com/u/107726195?v=4
zig-gamecube
zig-homebrew/zig-gamecube
2022-06-19T11:24:54Z
Starter pack for developing Gamecube games/applications with Zig
master
0
5
0
5
https://api.github.com/repos/zig-homebrew/zig-gamecube/tags
-
[ "devkitpro", "wii", "zig" ]
9
false
2024-05-19T18:01:36Z
true
false
unknown
github
[]
zig-gamecube Getting started <ul> <li><a>zig</a></li> <li><a>devkitPro</a></li> </ul> <code>pacman -S gamecube-dev git clone https://github.com/zig-homebrew/zig-gamecube cd zig-gamecube/ zig build # then run zig-out/zig-gamecube.dol with dolphin-emu</code> Resources <ul> <li><a>gamecube-examples</a></li> <li><a>li...
[]
https://avatars.githubusercontent.com/u/3976625?v=4
pre-commit-zig
batmac/pre-commit-zig
2022-07-16T00:12:23Z
Zig hooks for pre-commit
main
2
5
2
5
https://api.github.com/repos/batmac/pre-commit-zig/tags
MIT
[ "fmt", "pre-commit", "pre-commit-hook", "pre-commit-hooks", "zig", "ziglang" ]
7
false
2024-09-08T05:07:54Z
false
false
unknown
github
[]
pre-commit-zig Zig pre-commit hooks for <a>http://pre-commit.com/</a> install you need first to install <a>pre-commit</a>: <code>brew install pre-commit</code> or <code>pipx install pre-commit</code> or <code>pip install pre-commit</code> install pre-commit into your git repo: <code>pre-commit install</code> Usage...
[]
https://avatars.githubusercontent.com/u/61017?v=4
c_call_zig
ssteinbach/c_call_zig
2022-10-13T06:00:14Z
Small example of calling a static zig library from C code.
main
0
5
0
5
https://api.github.com/repos/ssteinbach/c_call_zig/tags
-
[ "c", "ffi", "linking", "zig", "ziglang" ]
22
false
2025-04-08T05:18:37Z
true
true
0.14.0
github
[]
Calling Zig from C Overview Example repository for calling zig functions from C. Zig has some nice reflection based JSON parsing ability, this exposes a c function that uses that to parse a C-struct out of JSON and return it. Requirements <ul> <li>Zig (built against 0.13.0)</li> <li>C toolchain (clang)</li> </ul> ...
[]
https://avatars.githubusercontent.com/u/85593302?v=4
zogc
svelterust/zogc
2022-04-08T10:04:54Z
Game engine for the Wii
master
0
5
0
5
https://api.github.com/repos/svelterust/zogc/tags
-
[ "wii", "zig" ]
6,418
false
2023-01-28T00:04:07Z
true
false
unknown
github
[]
zogc Game engine for the Wii in Zig with zero-fuss installation. <code>bash git clone https://github.com/knarkzel/zogc cd zogc/ zig build</code> Commands <ul> <li>To build and run with Dolphin, do <code>zig build run</code></li> <li>To build and deploy to Wii over network (must be in Homebrew menu), do <code>zig bui...
[]
https://avatars.githubusercontent.com/u/791710?v=4
NovaZig
flyx/NovaZig
2022-10-30T12:27:22Z
Zig support for the Nova editor
master
2
5
1
5
https://api.github.com/repos/flyx/NovaZig/tags
MIT
[ "editor-plugin", "zig" ]
21
false
2024-09-25T12:58:27Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/2567177?v=4
clerk
malcolmstill/clerk
2022-11-02T22:00:01Z
Todos in your CLI
master
5
5
0
5
https://api.github.com/repos/malcolmstill/clerk/tags
MIT
[ "sqlite", "todo", "zig" ]
2,454
false
2025-04-15T01:13:13Z
true
true
unknown
github
[ { "commit": "878f8cf92b308dabe2dce9e24bd7849e005f7ab5.tar.gz", "name": "sqlite", "tar_url": "https://github.com/vrischmann/zig-sqlite/archive/878f8cf92b308dabe2dce9e24bd7849e005f7ab5.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/vrischmann/zig-sqlite" }, { "commit": null, ...
clerk Installation <ul> <li>Download a binary for your platform from <a>the release page</a></li> <li>linux / macos: <code>chmod u+x clerk</code></li> <li>Ideally stick <code>clerk</code> somewhere in your <code>PATH</code></li> </ul> Dependencies <code>clerk</code> depends on these fantastic libraries (vendored i...
[]
https://avatars.githubusercontent.com/u/2828351?v=4
re4k
bcrist/re4k
2022-11-19T04:33:08Z
Fusemaps for Lattice ispMach4000 CPLDs
main
0
5
2
5
https://api.github.com/repos/bcrist/re4k/tags
MIT
[ "cpld", "cplds", "lattice", "reverse-engineering", "zig", "ziglang" ]
8,655
false
2025-04-06T18:16:44Z
true
true
unknown
github
[]
Fusemaps for Lattice ispMach4000 CPLDs This repo contains reverse-engineered fusemaps for most of the commonly available LC4k CPLDs from Lattice. Data is provided in text files containing machine and human readable S-Expressions describing the fuse locations that control each feature. These are intended to be used to...
[ "https://github.com/bcrist/Zig-LC4k" ]
https://avatars.githubusercontent.com/u/107519028?v=4
ziglings-solutions
better-zig/ziglings-solutions
2022-07-22T10:28:41Z
Learn the Zig programming language by fixing tiny broken programs.
solutions
0
5
0
5
https://api.github.com/repos/better-zig/ziglings-solutions/tags
MIT
[ "zig", "ziglang" ]
405
true
2025-04-11T16:03:09Z
true
false
unknown
github
[]
Ziglings Solutions <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600' checked disabled></input> Ziglings 解题报告, 已完成. <br/><input type='checkbox' class='w-...
[]
https://avatars.githubusercontent.com/u/107234593?v=4
ogc
zig-wii/ogc
2022-06-10T12:14:05Z
Zig game engine and bindings for libogc
master
0
5
1
5
https://api.github.com/repos/zig-wii/ogc/tags
-
[ "devkitpro", "wii", "zig" ]
34
false
2024-05-09T19:09:12Z
true
false
unknown
github
[]
ogc Zig game engine and bindings for the Wii in Zig with zero-fuss installation. To see how this library is used, see <a>example</a> and <a>rogue</a>. Commands <ul> <li>To build and run with Dolphin, do <code>zig build run</code></li> <li>To build and deploy to Wii over network (must be in Homebrew menu), do <code>zi...
[]
https://avatars.githubusercontent.com/u/2828351?v=4
Zig-TempAllocator
bcrist/Zig-TempAllocator
2022-07-26T05:46:09Z
Arena allocator for interactive programs and simulations
main
0
5
0
5
https://api.github.com/repos/bcrist/Zig-TempAllocator/tags
MIT
[ "allocator", "utilities", "utility-library", "zig", "zig-library", "zig-package", "ziglang" ]
41
false
2025-04-28T20:12:04Z
true
true
0.14.0
github
[]
Zig-TempAllocator A stack allocator similar to std.heap.ArenaAllocator, except: <ul> <li>You can reset the whole allocator without releasing the underlying memory back to the OS.</li> <li>You can take a snapshot at any time and later invalidate/free all allocations after that point, but preserving allocations before i...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
ox
nektro/ox
2022-04-17T18:39:26Z
Opinionated web framework for Zig
master
0
5
1
5
https://api.github.com/repos/nektro/ox/tags
AGPL-3.0
[ "web-framework", "zig" ]
28
false
2025-02-02T20:52:07Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/85593302?v=4
utils
svelterust/utils
2022-06-12T17:19:50Z
Nice helper functions for build.zig
master
0
4
0
4
https://api.github.com/repos/svelterust/utils/tags
-
[ "utils", "zig" ]
5
false
2022-06-21T19:19:29Z
true
false
unknown
github
[]
utils Collection of useful functions for <code>build.zig</code>. Examples are listed in the source code. Getting started <code>bash curl https://raw.githubusercontent.com/knarkzel/utils/master/src/main.zig -o utils.zig</code> Documentation ```zig pub const Options = struct { enable_stdout: bool = false, en...
[]
https://avatars.githubusercontent.com/u/1560508?v=4
cpp-zig-build-system-demo
ryoppippi/cpp-zig-build-system-demo
2022-08-04T11:22:25Z
null
main
1
4
0
4
https://api.github.com/repos/ryoppippi/cpp-zig-build-system-demo/tags
MIT
[ "zig", "ziglang" ]
33
false
2024-05-17T12:54:03Z
true
false
unknown
github
[]
cpp-zig-build-system-demo Compare Cmake and zig toolchain to build a C++ project. <code>sh make build_zig make build_cmake_make make build_cmake_ninja</code> Japanese Article https://zenn.dev/ryoppippi/articles/9efc7b621ec853 License MIT Author Ryotaro "Justin" Kimura (a.k.a. ryoppippi)
[]
https://avatars.githubusercontent.com/u/17478576?v=4
sqlite3.zig
riyaz-ali/sqlite3.zig
2022-08-17T11:21:44Z
sqlite3 database driver for ziglang
main
1
4
0
4
https://api.github.com/repos/riyaz-ali/sqlite3.zig/tags
MIT
[ "sqlite3", "sqlite3-extension", "zig" ]
17
false
2023-10-29T08:16:39Z
false
false
unknown
github
[]
sqlite3.zig <a></a> <a></a> <strong><code>sqlite3.zig</code></strong> is a minimal, non-opinionated <a><code>sqlite3</code></a> driver for <a><code>ziglang</code></a>. Overview <code>sqlite3.zig</code> provides an easy interface to <code>sqlite3</code> that allows you to build both applications and <a><code>sqlite3...
[]
https://avatars.githubusercontent.com/u/139?v=4
adventofcode2022
leahneukirchen/adventofcode2022
2022-11-30T12:44:43Z
Advent of Code 2022 in Racket and Zig.
master
0
4
0
4
https://api.github.com/repos/leahneukirchen/adventofcode2022/tags
-
[ "advent-of-code", "advent-of-code-2022", "racket", "zig" ]
138
false
2024-09-15T15:09:22Z
false
false
unknown
github
[]
Advent of Code 2022 (adventofcode.com) in Racket and Zig. I'm using Racket 8.7 and Zig 0.10.0. Solutions appear the day after---no spoilers. To the extent possible under law, Leah Neukirchen has waived all copyright and related or neighboring rights to this work. http://creativecommons.org/publicdomain/zero/1.0/
[]
https://avatars.githubusercontent.com/u/4645331?v=4
rvz
chaoyangnz/rvz
2022-08-30T03:49:22Z
xv6 port on RISC-V VisionFive2 / Nezha in Zig
master
0
4
0
4
https://api.github.com/repos/chaoyangnz/rvz/tags
-
[ "d1-h", "jh7110", "risc-v", "xv6", "zig" ]
32,354
false
2025-02-03T04:53:31Z
true
false
unknown
github
[]
RVZ A xv6 port on JH7110 / D1-H using Zig. <blockquote> Currently I run on VisionFive2. In <a>rvx</a>, I managed to port on Nezha D1 in C. </blockquote> Development (Ubuntu) Prerequisite <ul> <li><a>VisionFive2</a></li> <li><a>Nezha</a></li> </ul> Unbuntu: - USB-UART driver: <code>sudo apt install libusb-1.0-0-dev...
[]
https://avatars.githubusercontent.com/u/40190339?v=4
Dodgeballz
daneelsan/Dodgeballz
2022-04-19T07:13:46Z
A mini game using Zig, WASM and JS
master
0
4
0
4
https://api.github.com/repos/daneelsan/Dodgeballz/tags
-
[ "html5-canvas", "webassembly", "zig" ]
1,054
false
2025-03-10T03:38:17Z
true
false
unknown
github
[]
DodgeBallz Play the game at: https://daneelsan.github.io/Dodgeballz/ <a>DodgeBalls</a> implemented in zig (compiled to wasm-freestanding). This mini game shows how Zig, WASM, Javascript and HTML5 canvas can interact. In particular, there are lots of back and forth between imported and exported wasm functions. Among...
[]
https://avatars.githubusercontent.com/u/59705845?v=4
multiring.zig
ok-ryoko/multiring.zig
2022-12-16T03:57:08Z
Hierarchical, forwardly linked and circularly linked abstract data type in Zig
main
2
4
0
4
https://api.github.com/repos/ok-ryoko/multiring.zig/tags
MIT
[ "abstract-data-type", "zig" ]
634
false
2024-10-27T11:41:50Z
true
true
unknown
github
[]
&lt;source media="(prefers-color-scheme: dark)" srcset="./docs/img/multiring-github-dark.png" <blockquote> &lt;source media="(prefers-color-scheme: light)" srcset="./docs/img/multiring-github-light.png" &lt;img src="./docs/img/multiring-github-light.png" title="multiring" alt="Multiring...
[]
https://avatars.githubusercontent.com/u/25912761?v=4
candy-stick
r4gus/candy-stick
2022-09-27T20:50:58Z
CTAP2 authenticator implementation in Zig
main
0
4
0
4
https://api.github.com/repos/r4gus/candy-stick/tags
MIT
[ "authentication", "authenticator", "ctap", "ctap2", "fido", "fido2", "zig", "ziglang" ]
8,227
false
2023-02-21T16:08:26Z
false
false
unknown
github
[]
Candy Stick There have been some API changes to the fido2 library, i.e., this project will currently not compile. Please see <a>candy-stick-nrf</a> for a working example. CTAP2 firmware <code>src/ |-ctaphid/ | |-response.zig (for generating CTAPHID response packets) | |-misc.zig (helper functions and con...
[]
https://avatars.githubusercontent.com/u/66876057?v=4
box2d-lite-zig
jakubtomsu/box2d-lite-zig
2022-06-17T16:49:09Z
Box2D-Lite rewritten in Zig. Box2D is a small physics engine for 2D games.
main
0
4
0
4
https://api.github.com/repos/jakubtomsu/box2d-lite-zig/tags
-
[ "game-development", "physics", "physics-2d", "physics-engine", "physics-simulation", "zig", "zig-library" ]
2,448
false
2024-12-20T17:25:32Z
false
false
unknown
github
[]
Box2D-Lite Zig Version of <a>Box2D-Lite</a> rewritten in the <a>Zig programming language</a> <blockquote> Box2D-Lite is a small 2D physics engine. It was developed for the 2006 GDC Physics Tutorial. This is the original version of the larger Box2D library. The Lite version is more suitable for learning about game phy...
[]
https://avatars.githubusercontent.com/u/153000?v=4
zig-mark-sweep-gc
justinethier/zig-mark-sweep-gc
2022-05-16T00:49:48Z
:broom: Zig port of Bob Nystrom's simple mark-sweep GC
main
0
4
0
4
https://api.github.com/repos/justinethier/zig-mark-sweep-gc/tags
MIT
[ "garbage-collection", "memory-management", "zig", "ziglang" ]
135
false
2023-12-31T18:08:48Z
false
false
unknown
github
[]
Porting a simple Mark-Sweep Garbage Collector to Zig This project is a port of Bob Nystrom's simple mark-sweep garbage collector - a modern classic! - from C to Zig. Since Zig is a relatively new language I thought it would be helpful to give an overview of the experience and talk about the tooling. This post expla...
[]
https://avatars.githubusercontent.com/u/37453713?v=4
zigfuck
ominitay/zigfuck
2022-10-02T19:59:23Z
A brainfuck compiler written in Zig!
main
0
4
1
4
https://api.github.com/repos/ominitay/zigfuck/tags
EUPL-1.2
[ "brainfuck", "compiler", "hacktoberfest", "zig", "ziglang" ]
43
false
2023-02-16T07:38:12Z
true
false
unknown
github
[]
Zigfuck Zigfuck is a compiler for the famous esolang "brainfuck", written in Zig. Backends Currently, there is only a native backend which outputs executables targetting Linux x64. Targets The only supported target is Linux x64. Roadmap Zigfuck is intended to implement more sophisticated optimisations, and mor...
[]
https://avatars.githubusercontent.com/u/12962448?v=4
migrator
star-tek-mb/migrator
2023-01-25T17:56:41Z
migrator - database migration tool written in zig
master
0
4
0
4
https://api.github.com/repos/star-tek-mb/migrator/tags
-
[ "database", "migration", "sql", "zig" ]
15
false
2024-11-26T15:13:33Z
true
true
unknown
github
[ { "commit": "897a93129ecf56ef1521a5908ee4602636b18cea.tar.gz", "name": "sqlite3", "tar_url": "https://github.com/star-tek-mb/sqlite3-zig/archive/897a93129ecf56ef1521a5908ee4602636b18cea.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/star-tek-mb/sqlite3-zig" }, { "commit": "...
Overview migrator - database migration tool written in zig Features Currently supported database drivers: <ul> <li>sqlite3</li> <li>postgres</li> </ul> Build <code>zig build</code> Usage Create migration file <code>bash migrator create</code> Write some SQL into created file <code>sql CREATE TABLE users(name t...
[]
https://avatars.githubusercontent.com/u/1291012?v=4
video-player
charles-l/video-player
2022-12-20T02:31:42Z
an ffmpeg-based video player written in zig
master
1
4
0
4
https://api.github.com/repos/charles-l/video-player/tags
MIT
[ "ffmpeg", "raylib", "video-player", "zig" ]
20
false
2024-08-21T14:28:08Z
true
false
unknown
github
[]
video-player an ffmpeg-based video player written in zig
[]
https://avatars.githubusercontent.com/u/2828351?v=4
microbe
bcrist/microbe
2022-11-06T01:23:04Z
Embedded Zig framework for ARM microcontrollers
main
0
4
0
4
https://api.github.com/repos/bcrist/microbe/tags
NOASSERTION
[ "cortex-m", "embedded", "rpi-pico", "stm32", "zig", "zig-library", "zig-package", "ziglang" ]
733
false
2025-03-15T01:35:32Z
true
true
0.14.0-dev.1694+3b465ebec
github
[]
Microbe Microbe is a framework for developing embedded firmware in Zig, primarily targeting small 32-bit architectures like ARM Cortex-M0. It is similar in many ways to <a>microzig</a> and in fact some parts were forked directly from that project. But there are a few things about microzig that I didn't like: <ul> <l...
[ "https://github.com/bcrist/Amosis" ]
https://avatars.githubusercontent.com/u/1266011?v=4
zigrl
danprince/zigrl
2022-12-15T22:16:55Z
🧌 A Zig + WebAssembly roguelike.
main
0
4
0
4
https://api.github.com/repos/danprince/zigrl/tags
-
[ "roguelike", "roguelike-tutorial", "wasm", "zig" ]
204
false
2024-12-03T15:01:58Z
true
false
unknown
github
[]
ZigRL A Zig + WebAssembly implementation of the game from <a>rogueliketutorials.com</a>.
[]
https://avatars.githubusercontent.com/u/65067357?v=4
pacman.tracy.zig
abhirag/pacman.tracy.zig
2022-03-27T10:52:58Z
Demonstrating client setup and client markup for Tracy in Zig by profiling floooh's pacman.zig
main
0
4
0
4
https://api.github.com/repos/abhirag/pacman.tracy.zig/tags
MIT
[ "observability", "profiling", "tracy", "zig" ]
5,173
false
2024-10-25T07:01:32Z
true
false
unknown
github
[]
pacman.tracy.zig Demonstrating client setup and client markup for <a>Tracy Profiler</a> in Zig by profiling <a>floooh's pacman.zig</a>. Find more details <a>here</a>. Build <code>$ zig build -Dtracy=./tracy -Dtracy-allocation -Dtracy-callstack</code> Disable Tracy Building without the options specified above will ...
[]
https://avatars.githubusercontent.com/u/1638331?v=4
beschi
sjml/beschi
2022-02-22T07:47:33Z
bit-packing and unpacking code generator for C, C#, Go, Rust, Swift, TypeScript, AssemblyScript, and Zig
main
0
4
2
4
https://api.github.com/repos/sjml/beschi/tags
MIT
[ "assemblyscript", "binary", "c", "code-generation", "csharp", "deserialization", "go", "golang", "messages", "rust", "serialization", "swift", "typescript", "zig" ]
666
false
2025-01-21T03:06:12Z
false
false
unknown
github
[]
Beschi <a></a> <a></a> This is a custom bit-packing and unpacking code generator for C, C#, Go, Rust, Swift, TypeScript, AssemblyScript, and Zig. You feed it a data description and it generates source files for writing/reading buffers of that data, along the lines of <a>FlatBuffers</a> or <a>Cap'n Proto</a>, but wit...
[]
https://avatars.githubusercontent.com/u/1531031?v=4
crafting-interpreters-deno-zig
jpaquim/crafting-interpreters-deno-zig
2022-05-25T13:12:43Z
Crafting Interpreters in Deno and Zig
main
0
4
0
4
https://api.github.com/repos/jpaquim/crafting-interpreters-deno-zig/tags
MIT
[ "crafting-interpreters", "deno", "lox", "typescript", "zig" ]
257
false
2024-09-25T10:34:06Z
false
false
unknown
github
[]
crafting-interpreters-deno-zig <a>Crafting Interpreters</a> in Deno and Zig. Original Java and C code: https://github.com/munificent/craftinginterpreters License The code is available under the <a>MIT license</a>
[]
https://avatars.githubusercontent.com/u/72643694?v=4
squashfuse-zig
mgord9518/squashfuse-zig
2022-12-20T06:59:13Z
Read and mount SquashFS archives
main
0
4
0
4
https://api.github.com/repos/mgord9518/squashfuse-zig/tags
MIT
[ "fuse", "fuse-filesystem", "squashfs", "squashfs-image", "zig" ]
807
false
2025-02-20T06:27:20Z
true
true
unknown
github
[ { "commit": "0.9.1", "name": "clap", "tar_url": "https://github.com/Hejsil/zig-clap/archive/0.9.1.tar.gz", "type": "remote", "url": "https://github.com/Hejsil/zig-clap" }, { "commit": "067741f27b6ba46c3950eb0aeedac3f9ca2b3240", "name": "fuse", "tar_url": "https://github.com/mgord...
squashfuse-zig SquashFS implementation in Zig, modeled after squashfuse Active/ complete goals: <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' disab...
[]
https://avatars.githubusercontent.com/u/11012803?v=4
zig-htn-demo
j-helland/zig-htn-demo
2022-12-21T06:17:08Z
AI demo with searching and flanking written in Zig. Hierarchical Task Network (HTN) implementation of the AI.
master
0
3
0
3
https://api.github.com/repos/j-helland/zig-htn-demo/tags
-
[ "ecs", "htn", "sdl2", "zig" ]
769
false
2024-12-31T09:25:13Z
true
true
unknown
github
[]
Hierarchical Task Network (HTN) AI Demo This is a demo of a Hierarchical Task Network (HTN) AI implementation in Zig. The only dependency is SDL2. The AI has searching and flanking behavior. My goals with this project were: - To learn Zig. - To learn about HTNs. - To have as much fun as possible. The project has a ...
[]
https://avatars.githubusercontent.com/u/107726195?v=4
zig-gp32
zig-homebrew/zig-gp32
2022-06-18T21:05:10Z
Starter pack for developing GP32 games/applications with Zig
master
0
3
0
3
https://api.github.com/repos/zig-homebrew/zig-gp32/tags
-
[ "devkitpro", "gp32", "zig" ]
3
false
2024-05-19T18:01:47Z
true
false
unknown
github
[]
zig-gp32 Getting started <ul> <li><a>zig</a></li> <li><a>devkitPro</a></li> </ul> <code>pacman -S gp32-dev git clone https://github.com/zig-homebrew/zig-gp32 cd zig-gp32/ zig build # then run zig-out/zig-gp32.fxe with geepee32</code> Resources <ul> <li><a>gp32-examples</a></li> <li><a>libmirko</a></li> <li><a>Game P...
[]
https://avatars.githubusercontent.com/u/19897088?v=4
levent
yusdacra/levent
2023-01-09T01:37:56Z
A media tagger.
main
0
3
0
3
https://api.github.com/repos/yusdacra/levent/tags
Unlicense
[ "imgui", "zig" ]
198
false
2024-12-02T07:20:55Z
true
true
0.14.0
github
[ { "commit": "4f8ee943b81da3e344244818e397993a8be0a74c", "name": "zgui", "tar_url": "https://github.com/zig-gamedev/zgui/archive/4f8ee943b81da3e344244818e397993a8be0a74c.tar.gz", "type": "remote", "url": "https://github.com/zig-gamedev/zgui" }, { "commit": "ce756faacf52c7531bc09bdc0201004...
<code>levent</code> is a WIP media tagger. whats working <ul> <li>importing images into levent (w/ thumbnail generation)</li> <li>tagging images (very simple space separated tags)</li> <li>filtering images</li> </ul> whats next <ul> <li>use sqlite or something</li> <li>importing any file</li> <li>support showing more...
[]
https://avatars.githubusercontent.com/u/64036709?v=4
rym
CreatorSiSo/rym
2022-07-19T23:40:17Z
Personal programming language project
v3
0
3
0
3
https://api.github.com/repos/CreatorSiSo/rym/tags
MIT
[ "fsharp", "go", "golang", "ocaml", "proglang", "programming-language", "rust", "swift", "zig" ]
2,187
false
2025-01-31T16:00:39Z
false
false
unknown
github
[]
Rym <strong>Rym Lang</strong> or just <strong>Rym</strong> is a modern, statically typed programming language inspired by Rust, Swift, Python and others that focuses on ease of use and safety. Big thanks go to Robert Nystrom who made his book <a>crafting interpreters</a> open source which enabled me to read it and lea...
[]
https://avatars.githubusercontent.com/u/40190339?v=4
tinylisp
daneelsan/tinylisp
2023-01-10T15:35:42Z
A web-based Lisp interpreter with a "terminal" interface
main
0
3
0
3
https://api.github.com/repos/daneelsan/tinylisp/tags
MIT
[ "html", "javascript", "lisp", "wasm", "zig" ]
813
false
2025-03-21T14:54:03Z
true
true
0.14.0
github
[]
tinylisp Play with tinylisp at: https://daneelsan.github.io/tinylisp/ tinylisp is a minimal Lisp interpreter implemented in Zig, using NaN boxing for efficient memory representation. It supports core Lisp features like atoms, lists, conditionals, arithmetic, and closures, along with an interactive REPL and debugging ...
[]
https://avatars.githubusercontent.com/u/22038970?v=4
zba-gdbstub
paoda/zba-gdbstub
2022-12-11T08:07:47Z
GDB Server for Debugging guest code in paoda/zba
main
0
3
0
3
https://api.github.com/repos/paoda/zba-gdbstub/tags
-
[ "debugger", "emulation", "gdb", "gdb-protocol", "gdb-rsp", "gdbstub", "zig", "zig-library", "zig-package" ]
61
false
2024-07-04T00:46:05Z
true
true
unknown
github
[]
ZBA-GDBSTUB This is a gdbstub server for paoda/zba, because I don't want to import a C library and i <em>love</em> reinventing the wheel I guess. Scope This is tailor made for targeting the GBA. Anything that isn't necessary for stepping through ARMv4T code isn't included. This means lots of hardcoded values and ass...
[ "https://github.com/paoda/turbo", "https://github.com/paoda/zba" ]
https://avatars.githubusercontent.com/u/74048074?v=4
zig-template
gamercade-io/zig-template
2022-09-15T19:46:14Z
A starter template project for Gamercade in Zig.
main
2
3
1
3
https://api.github.com/repos/gamercade-io/zig-template/tags
Apache-2.0
[ "fantasy-console", "game-dev", "game-development", "gamedev", "retrogames", "retrogaming", "wasm", "zig", "ziglang" ]
12
false
2025-03-18T10:56:27Z
true
false
unknown
github
[]
Zig Bindings &amp; Example Project For <a>Gamercade</a> and the <a>Gamercade Console</a>. Zig Bindings for Gamercade Bindings are located at <code>/gamercade</code>. Import the bindings into your project with <code>const gc = @import("gamercade")</code>. You can also use the <code>raw</code> api, by going through ...
[]
https://avatars.githubusercontent.com/u/1405886?v=4
aoc2022
Vzaa/aoc2022
2022-11-30T08:43:36Z
null
main
0
3
0
3
https://api.github.com/repos/Vzaa/aoc2022/tags
-
[ "advent-of-code-2022", "aoc2022", "zig" ]
122
false
2022-12-20T14:20:54Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/10274397?v=4
zig-pico-sdk
Linouth/zig-pico-sdk
2022-05-15T17:12:52Z
Zig wrapper for the Raspberry pico-sdk
master
0
3
0
3
https://api.github.com/repos/Linouth/zig-pico-sdk/tags
-
[ "pico", "rp2040", "rpi-pico", "zig", "ziglang" ]
6
false
2025-01-10T03:51:08Z
true
false
unknown
github
[]
zig-pico-sdk After first attempting to rewrite the SDK from scratch in Zig (<a>zig-pico</a>), I realized that this would be way too much work for me right now. Instead, this repo is a wrapper around the official <a>pico-sdk</a>. It allows you to compile Zig programs for the Pico microcontroller (RP2040), while being a...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
itis
Hejsil/itis
2022-05-31T22:35:55Z
A small library for asking questions about types
master
1
3
0
3
https://api.github.com/repos/Hejsil/itis/tags
MIT
[ "metaprogramming", "zig", "zig-library" ]
14
false
2024-09-13T12:53:58Z
false
false
unknown
github
[]
itis A small library for asking questions about types. <code>``zig /// Example serialize function that uses</code>itis` to serialize ArrayList and ArrayHashMap. pub fn serialize(writer: anytype, value: anytype) !void { const T = @TypeOf(value); if (comptime itis.anArrayList(T)) { try writer.writeAll("...
[]
https://avatars.githubusercontent.com/u/1422834?v=4
metro-zig
moznion/metro-zig
2022-08-10T07:49:46Z
MetroHash library for Zig
main
1
3
1
3
https://api.github.com/repos/moznion/metro-zig/tags
NOASSERTION
[ "metrohash", "zig", "ziglang" ]
12
false
2022-08-13T06:32:55Z
true
false
unknown
github
[]
MetroHash for Zig <a></a> <a>MetroHash</a> library for <a>Zig</a>. This library provides 64-bit and 128-bit MetroHash hashing functions. Synopsis 64-bit Hash <code>zig var data = [_]u8{ 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 48, 49, 50, 51, 52, 53, 54, 55, 5...
[]
https://avatars.githubusercontent.com/u/81343645?v=4
calcular-digitos-verificar-cpf
tomasfn87/calcular-digitos-verificar-cpf
2022-02-14T12:41:43Z
(( Baixar ferramenta CLI Linux aqui! )) Como calcular os dígitos verificadores de um CPF; em Python, TypeScript, Go, Rust, Lua, Java, C++, C#, C, Zig, Ruby, PHP, Odin, Julia, Perl, Ada, Elixir, R, D, COBOL, Pascal, Smalltalk, Lisp, Fortran 90, Algol 68, Mojo, Ring e Haskell.
main
0
3
0
3
https://api.github.com/repos/tomasfn87/calcular-digitos-verificar-cpf/tags
-
[ "ada", "c", "cli-app", "cobol", "csharp", "go", "java", "julia", "lisp", "lua", "luajit", "odin-lang", "pascal", "perl", "php8", "python", "ruby", "rust", "typescript", "zig" ]
244
false
2025-05-20T09:19:59Z
false
false
unknown
github
[]
calcular-digitos-verificar-cpf <em>Como calcular os dígitos verificadores de um</em> <strong>CPF</strong>; <em>em</em> <code>Python</code>, <code>Typescript</code>, <code>Go</code>, <code>Rust</code>, <code>Lua</code>, <code>Java</code>, <code>C++</code>, <code>C#</code>, <code>C</code>, <code>Zig</code>, <code>Ruby</...
[]
https://avatars.githubusercontent.com/u/27089165?v=4
portmidi-zig
DivergentClouds/portmidi-zig
2022-08-24T23:10:59Z
A Zig wrapper for PortMidi
main
3
3
1
3
https://api.github.com/repos/DivergentClouds/portmidi-zig/tags
MIT
[ "bindings", "wrapper", "zig", "zig-library", "zig-package" ]
37
false
2024-05-04T17:59:49Z
false
false
unknown
github
[]
portmidi-zig A Zig wrapper for PortMidi Dependencies <ul> <li><a>PortMidi</a></li> <li>Made for <a>commit 103beb1</a>, other versions may or may not work.</li> </ul> See also <ul> <li><a>porttime-zig</a></li> </ul>
[]
https://avatars.githubusercontent.com/u/3307207?v=4
zig-sc2
spudde123/zig-sc2
2022-08-21T09:41:56Z
Make scripted bots for Starcraft 2 using the Zig programming language
master
0
3
0
3
https://api.github.com/repos/spudde123/zig-sc2/tags
MIT
[ "starcraft2", "zig" ]
759
false
2025-05-21T18:25:48Z
false
false
unknown
github
[]
Zig-sc2 Intended to make a Starcraft 2 bot for competing on <a>sc2ai.net</a>, written in Zig 0.14.0. It doesn't at this time use everything in the SC2 <a>API</a>, but nothing important for actually making bots should be missing. Start from <a>zig-sc2-template</a> to make your own bot.
[]
https://avatars.githubusercontent.com/u/33030965?v=4
zig-parser-combinator
tizee/zig-parser-combinator
2022-07-29T15:24:20Z
A parser-combinator library in Zig
main
0
3
0
3
https://api.github.com/repos/tizee/zig-parser-combinator/tags
Apache-2.0
[ "parser-combinator", "zig" ]
35
false
2023-03-09T02:10:18Z
true
false
unknown
github
[]
parser-combinator-zig A simple Zig parser combinator library. <code>shell $ zig version 0.10.0-dev.3340+c6f5832bb</code> Examples <ul> <li>An simple Emmet parser</li> </ul> <code>zig build emmet ./example/emmet "div.root&gt;ul&gt;list&gt;li.5"</code> Acknowledgment This project was inspired from following project...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-asn1
nektro/zig-asn1
2022-11-01T07:42:29Z
Zig parser for ASN.1 DER binary encoding.
master
0
3
1
3
https://api.github.com/repos/nektro/zig-asn1/tags
MIT
[ "asn1", "zig", "zig-package" ]
12
false
2025-04-18T17:51:55Z
true
false
unknown
github
[]
zig-asn1 Zig parser for ASN.1 DER binary encoding. <ul> <li><a>ITU X.680</a> Abstract Syntax Notation One (ASN.1)</li> <li><a>ITU X.690</a> ASN.1 encoding rules</li> </ul>
[]
https://avatars.githubusercontent.com/u/1266011?v=4
zig-wasm-life
danprince/zig-wasm-life
2022-12-07T21:39:13Z
Zig + WebAssembly implementation of Life
main
0
3
0
3
https://api.github.com/repos/danprince/zig-wasm-life/tags
-
[ "game-of-life", "webassembly", "zig" ]
7
false
2024-12-03T15:02:37Z
true
false
unknown
github
[]
Zig Life Conway's <a>Game of Life</a> implemented with Zig and WebAssembly. Mostly built to serve as a reference project. Contains examples of sharing memory, printing with format strings, and two way function calls. <ul> <li>Click to paint</li> <li>space Pause</li> <li>esc Clear</li> </ul> Run <code>zig build</code...
[]
https://avatars.githubusercontent.com/u/16240002?v=4
mazegen
vilhelmbergsoe/mazegen
2022-06-07T13:05:34Z
A simple maze generator using the recursive backtracking algorithm
master
0
3
1
3
https://api.github.com/repos/vilhelmbergsoe/mazegen/tags
MIT
[ "learning-by-doing", "maze-generator", "zig" ]
8
false
2024-01-03T09:39:37Z
true
false
unknown
github
[]
mazegen A simple maze generator using the <a>recursive backtracking algorithm</a>. mazegen is a simple implementation of the recursive backtracking algorithm and was made as a way of learning the <a>zig programming language</a>. Dependencies <code>zig &gt;= 0.10.0</code> <code>libSDL2</code> Usage ```sh $ zig bu...
[]
https://avatars.githubusercontent.com/u/1606004?v=4
ziglearn
pmuens/ziglearn
2022-04-09T14:30:59Z
Learning Zig via ziglearn.org
master
0
3
0
3
https://api.github.com/repos/pmuens/ziglearn/tags
-
[ "tutorial", "zig", "zig-lang", "zig-programming-language" ]
43
false
2025-03-28T00:54:32Z
false
false
unknown
github
[]
Ziglearn Learning <a>Zig</a> via <a>ziglearn.org</a>. Setup <ol> <li><code>git clone &lt;url&gt;</code></li> <li>Ensure that <a>Zig</a> and <a>ZLS</a> are installed</li> <li>Update paths in <a><code>.vscode/settings.json</code></a> file</li> <li>Create symlink to <code>zig</code> binary (e.g. <code>ln -sf /Users/phil...
[]
https://avatars.githubusercontent.com/u/28833727?v=4
bilibili_uwp_mp4_decode
zzk13180/bilibili_uwp_mp4_decode
2022-11-11T02:39:46Z
解密哔哩哔哩UWP客户端下载的视频
main
0
2
0
2
https://api.github.com/repos/zzk13180/bilibili_uwp_mp4_decode/tags
MIT
[ "bilibili", "zig" ]
9
false
2023-11-06T09:01:14Z
true
false
unknown
github
[]
解密哔哩哔哩UWP客户端下载的视频 运行 <ul> <li>git submodule update --init</li> <li>zig build</li> <li>zig build run</li> <li>zig build -h</li> </ul> 演示 <ul> <li>https://www.bilibili.com/video/BV1Fe4y147gU/</li> </ul> 下载 <ul> <li>https://github.com/zzk13180/bilibili_uwp_mp4_decode/releases</li> </ul>
[]
https://avatars.githubusercontent.com/u/106405901?v=4
zig-opengl-triangle
astral-shining/zig-opengl-triangle
2022-12-26T13:59:40Z
Zig Triangle using OpenGL Core 3.3 & GLFW
master
0
2
0
2
https://api.github.com/repos/astral-shining/zig-opengl-triangle/tags
MIT
[ "opengl-es", "opengl-tutorial", "triangle", "zig" ]
48
false
2022-12-27T04:30:22Z
true
false
unknown
github
[]
Zig OpenGL Triangle Hii, this is my 4th day learning zig so I decided implement a triangle using ZGL and mach zig libraries. I hope it helps. Installation <code>sh git clone https://github.com/astral-shining/zig-opengl-triangle cd zig-opengl-triangle git submodule update --init --recursive --depth 1 zig build -Dre...
[]
https://avatars.githubusercontent.com/u/71951273?v=4
kritzler
garrisonhh/kritzler
2022-08-28T14:04:24Z
minimal zig terminal library
master
0
2
0
2
https://api.github.com/repos/garrisonhh/kritzler/tags
MIT
[ "terminal", "zig" ]
34
false
2022-12-23T06:09:20Z
false
false
unknown
github
[]
kritzler kritzler is a small library for generating ANSI terminal output in two dimensions. how the fuck do I use your library I'm going to assume for the sake of this documentation that you've imported kritzler as <code>kz</code>, and have an <code>allocator</code> available. <code>zig // first, initialize a conte...
[]
https://avatars.githubusercontent.com/u/4871664?v=4
zig-zac-zoe
sts10/zig-zac-zoe
2022-08-19T04:25:34Z
A basic tic-tac-toe game in Zig programming language
main
0
2
1
2
https://api.github.com/repos/sts10/zig-zac-zoe/tags
MIT
[ "zig" ]
35
false
2024-09-20T03:58:00Z
true
false
unknown
github
[]
Zig Zac Zoe Writing a very basic command-line tic-tac-toe game in <a>Zig</a> as a way of learning the very basics of the language. I also wrote <a>a blog post about this project</a>. Previously, I did this in <a>Rust</a> and <a>Go</a> as <a>a learning exercise in those two languages</a>. Installing Zig Consult <a>t...
[]
https://avatars.githubusercontent.com/u/12962448?v=4
Paradise
star-tek-mb/Paradise
2022-10-19T18:40:29Z
WASM first game engine written in Zig.
master
0
2
0
2
https://api.github.com/repos/star-tek-mb/Paradise/tags
-
[ "game-engine", "gamedev", "zig" ]
51
false
2024-06-05T09:46:57Z
true
false
unknown
github
[]
Overview Paradise is a wasm first game engine written in zig. Status Development stopped for now until zig stage2 async. Architecture All images are embedded qoi images. Keep engine as simple as possible. TODO <ul> <li>Use package manager to fetch modules (priority)</li> <li>Find a way to fetch resources (not em...
[]
https://avatars.githubusercontent.com/u/74600205?v=4
zmath
JungerBoyo/zmath
2022-09-28T13:57:34Z
simple linear algebra library written in zig
main
0
2
1
2
https://api.github.com/repos/JungerBoyo/zmath/tags
MIT
[ "linear-algebra-library", "math", "zig" ]
7
false
2025-05-13T16:46:03Z
true
false
unknown
github
[]
zmath simple linear algebra library written in zig. implements <ul> <li>Vec{2, 3, 4}x{{f, i, u}x{32, 64}}<blockquote> dot product, cross product, {+, -, *, /} ops </blockquote> </li> <li>Mat{2x2, 3x3, 4x4}x{{f, i, u}x{32, 64}}<blockquote> determinant, inverse (without det==0 test), transpose, mul op </blockquote> <...
[]
https://avatars.githubusercontent.com/u/36535717?v=4
Khichu
BlackGoku36/Khichu
2023-01-21T12:32:59Z
An experimental programming language that targets WASM
main
0
2
0
2
https://api.github.com/repos/BlackGoku36/Khichu/tags
Zlib
[ "code-generation", "compiler", "wasm", "zig" ]
3,276
false
2024-10-22T18:55:59Z
true
false
unknown
github
[]
Khichu <a>Khichu</a> is experimental programming language that targets WASM and a custom register-based VM (TODO). We do our own code-generation from scratch instead of relying on LLVM or similar code-generation technologies. This is project done during free time. Compile and Run Write the code in <code>test.ul</co...
[]
https://avatars.githubusercontent.com/u/63465728?v=4
basis-universal-zig
alichraghi/basis-universal-zig
2022-08-06T13:21:33Z
Zig binding of Basis Universal
master
0
2
0
2
https://api.github.com/repos/alichraghi/basis-universal-zig/tags
MIT
[ "basis-universal", "encoder", "gpu", "transcoder", "zig", "zig-package" ]
906
false
2023-01-11T16:06:25Z
true
false
unknown
github
[]
NOTE: moved to https://github.com/hexops/mach Basis Universal Zig Zig Binding of Basis Universal <em>compatible with <a>v16.3</a></em> Usage see <code>test "encode/transcode"</code> in <code>src/main.zig</code> for usage example
[]
https://avatars.githubusercontent.com/u/17385129?v=4
tinyrenderer_
OAguinagalde/tinyrenderer_
2022-02-27T10:37:24Z
A software renderer exploration written in zig
main
0
2
0
2
https://api.github.com/repos/OAguinagalde/tinyrenderer_/tags
NOASSERTION
[ "software-rendering", "zig" ]
82,058
true
2024-03-21T12:35:47Z
true
false
unknown
github
[]
Tiny Renderer or how OpenGL works: software rendering in 500 lines of code Check <a>the wiki</a> for the detailed lessons. compilation <code>sh git clone https://github.com/ssloy/tinyrenderer.git &amp;&amp; cd tinyrenderer &amp;&amp; mkdir build &amp;&amp; cd build &amp;&amp; cmake .. &amp;&amp; cmake --build . -j &...
[]
https://avatars.githubusercontent.com/u/40190339?v=4
ZigLink
daneelsan/ZigLink
2022-04-03T05:26:27Z
Call Zig code from Wolfram Language via the LibraryLink interface.
master
0
2
0
2
https://api.github.com/repos/daneelsan/ZigLink/tags
-
[ "wolfram-language", "zig" ]
281
false
2025-01-15T17:57:05Z
true
false
unknown
github
[]
ZigLink Call Zig code from Wolfram Language via the LibraryLink interface. Objectives There are three objectives: <ol> <li> Translate the Wolfram LibraryLink C headers (WolframLibrary.h, WolframNumericArrayLibrary.h) to zig and use zig code to generate dynamic libraries callable from Wolfram Language. </li> <li>...
[]
https://avatars.githubusercontent.com/u/107726195?v=4
zig-gb
zig-homebrew/zig-gb
2022-06-21T23:07:45Z
Starter pack for developing GB games/applications with Zig
master
0
2
0
2
https://api.github.com/repos/zig-homebrew/zig-gb/tags
-
[ "gameboy", "zig" ]
3
false
2024-02-29T04:27:44Z
true
false
unknown
github
[]
zig-gb Getting started <ul> <li><a>zig</a></li> </ul> <code>git clone https://github.com/zig-homebrew/zig-gb cd zig-gb/ zig build # then run zig-out/zig-gb.gb with vbam</code> Resources <ul> <li><a>gbdk website</a></li> <li><a>gbdk examples</a></li> </ul>
[]
https://avatars.githubusercontent.com/u/66517224?v=4
zproxy
360tetsu360/zproxy
2022-08-21T03:21:13Z
[WIP] A simple proxy for mcbe.
master
0
2
1
2
https://api.github.com/repos/360tetsu360/zproxy/tags
MIT
[ "bedrock", "mcbe", "minecraft", "proxy", "zig" ]
27
false
2022-10-24T07:47:03Z
true
false
unknown
github
[]
ZPROXY [WIP] A simple proxy for mcbe written in zig. Usage ``` zig const std = @import("std"); const network = @import("network"); const zproxy = @import("zproxy"); fn handle_client() bool { return false; } fn handle_server() bool { return false; } pub fn main() !void { try network.init(); defer n...
[]
https://avatars.githubusercontent.com/u/107519028?v=4
annotated-bun
better-zig/annotated-bun
2022-07-31T10:32:31Z
bun 源码分析
annotated-bun-v0.1.5
0
2
0
2
https://api.github.com/repos/better-zig/annotated-bun/tags
-
[ "annotation", "bun", "zig" ]
24,873
true
2024-12-11T22:18:17Z
true
false
unknown
github
[]
bun 源码分析: <blockquote> 版本: 基于 <code>bun-v0.1.5</code> 分支: <code>annotated-bun-v0.1.5</code> </blockquote> <ul> <li>注解 bun 源码. zig 目前最大的应用项目.</li> <li>通过源码分析, 快速掌握 zig.</li> </ul> 源码分析: <ul> <li>bun 分析笔记: <a>.annotated/</a></li> </ul> zig 环境搭建: <ul> <li><a>zig + vscode/clion 搭建开发环境</a></li> <li><a>zig + vscode debug...
[]
https://avatars.githubusercontent.com/u/68057?v=4
zig_uv
ousttrue/zig_uv
2022-09-13T12:18:08Z
libuv zig build and uvbook
master
0
2
0
2
https://api.github.com/repos/ousttrue/zig_uv/tags
-
[ "libuv", "zig" ]
1,932
false
2025-05-08T14:44:21Z
true
true
unknown
github
[ { "commit": null, "name": "zig_uv", "tar_url": null, "type": "relative", "url": "deps/zig_uv" }, { "commit": null, "name": "uvbook", "tar_url": null, "type": "relative", "url": "deps/uvbook" } ]
libuv from zig <code>zig-0.13.0</code> zig-0.14.0 ``` error: lld-link: undefined symbol: __declspec(dllimport) _CrtSetReportHook if debug add link to ucrtbased ``` dependencies <code>master required</code> <code>v1.48.0</code> has CONTAINING_RECORD issue. ```sh <blockquote> zig fetch --save=libuv git+https://g...
[ "https://github.com/ousttrue/zig_uv" ]
https://avatars.githubusercontent.com/u/69708036?v=4
learn-dart
better-dart/learn-dart
2022-09-05T16:55:08Z
learn dart
main
0
2
0
2
https://api.github.com/repos/better-dart/learn-dart/tags
MIT
[ "c", "dart", "ffi", "ffi-bindings", "flutter", "rust", "zig" ]
344
false
2023-08-28T19:30:55Z
false
false
unknown
github
[]
Learn Dart: <ul> <li>flutter/dart monorepo.</li> </ul> Packages: <ul> <li>✅ <a>ffi-app</a>: ffi 示例</li> <li><a>ffi-binding</a><ul> <li>zig + ffi + dart/flutter</li> <li>rust + ffi + dart/flutter</li> <li>c + ffi + dart/flutter</li> </ul> </li> <li><a>ffi-with-zig</a></li> <li><a>ffi-with-c</a></li> <li><a>ffi-with-rus...
[]
https://avatars.githubusercontent.com/u/463136?v=4
examples.zig
guidoschmidt/examples.zig
2022-11-23T21:42:06Z
Hodgepodge of examples collected while learning zig
main
0
2
0
2
https://api.github.com/repos/guidoschmidt/examples.zig/tags
-
[ "examples", "examples-zig", "learn", "learning", "zig", "zigcc", "ziglang" ]
123
false
2025-04-15T18:31:35Z
true
false
unknown
github
[]
<a></a> <a>zig</a> Examples <blockquote> Hodgepodge of examples created while learning zig </blockquote> Bulid and run the examples Build all examples: <code>zig build</code> Build and run a single example with <code>zig build example_name</code>, e.g. <code>zig build greet</code>
[]
https://avatars.githubusercontent.com/u/93405784?v=4
Furball.Mola
Furball-Engine/Furball.Mola
2022-09-11T03:21:34Z
A specialized software renderer for Furball.Vixie
master
0
2
0
2
https://api.github.com/repos/Furball-Engine/Furball.Mola/tags
-
[ "gamedev", "graphics", "graphics-programming", "software-render", "software-renderer", "software-rendering", "zig", "ziglang" ]
29
false
2024-03-11T13:15:57Z
true
false
unknown
github
[]
Furball.Mola A specialized software renderer for Furball.Vixie Supports all the functionality required by Furball.Vixie, and not much more, not meant for external consumption.
[]
https://avatars.githubusercontent.com/u/107726195?v=4
zig-wiiu
zig-homebrew/zig-wiiu
2022-06-19T22:05:57Z
Starter pack for developing WiiU games/applications with Zig
master
0
2
0
2
https://api.github.com/repos/zig-homebrew/zig-wiiu/tags
-
[ "devkitpro", "wiiu", "zig" ]
2
false
2023-12-22T22:50:39Z
true
false
unknown
github
[]
zig-wiiu Building works, but running in cemu crashes. Not sure why this is the case. Getting started <ul> <li><a>zig</a></li> <li><a>devkitPro</a></li> </ul> <code>pacman -S wiiu-dev git clone https://github.com/zig-homebrew/zig-wiiu cd zig-wiiu/ zig build # then run zig-out/zig-wiiu.rpx with cemu</code> Resources ...
[]
https://avatars.githubusercontent.com/u/65933340?v=4
Learn-Zig
seanpm2001/Learn-Zig
2022-04-14T23:43:52Z
A repository for showcasing my knowledge of the Zig programming language, and continuing to learn the language.
Learn-Zig
0
2
1
2
https://api.github.com/repos/seanpm2001/Learn-Zig/tags
GPL-3.0
[ "article", "collection", "education", "gpl3", "gplv3", "learn", "learn-zig", "learn-zig-lang", "learn-zig-language", "md", "seanpm2001", "seanpm2001-education", "seanpm2001-life-archive", "txt", "zig", "zig-collection", "zig-lang", "zig-language" ]
319
false
2022-11-06T01:42:21Z
false
false
unknown
github
[]
By: <a>Seanpm2001</a>, <a></a> Et; Al. Top <code>README.md</code> Read this article in a different language <strong>Sorted by:</strong> <code>A-Z</code> <a>Sorting options unavailable</a> ( <a>af Afrikaans</a> Afrikaans | <a>sq Shqiptare</a> Albanian | <a>am አማርኛ</a> Amharic | <a>ar عربى</a> Arabic | <...
[]
https://avatars.githubusercontent.com/u/25238?v=4
jumper
jsyrjala/jumper
2022-05-18T16:35:35Z
Platformer game with zig and WASM-4. Nitor codecamp.
main
0
2
0
2
https://api.github.com/repos/jsyrjala/jumper/tags
-
[ "wasm", "wasm-4", "webassembly", "zig" ]
113
false
2024-08-19T09:05:16Z
true
false
unknown
github
[]
jumper A game written in <a>Zig</a> for the <a>WASM-4</a> fantasy console. Running in https://jsyrjala.github.io/jumper/ Development Install Zig: https://ziglang.org/download/ Install WASM-4: <code>shell npm install wasm4</code> Run development server: <code>shell w4 watch</code> For more info about setting up...
[]
https://avatars.githubusercontent.com/u/1562827?v=4
roc-cli-platform-zig
travisstaloch/roc-cli-platform-zig
2022-10-10T04:37:41Z
An experimental roc lang cli platform in zig
main
0
2
0
2
https://api.github.com/repos/travisstaloch/roc-cli-platform-zig/tags
MIT
[ "hacktoberfest", "roc-lang", "zig" ]
52
false
2023-09-29T05:24:23Z
false
false
unknown
github
[]
cli-platform-zig An experimental <a>roc lang</a> cli platform in <a>zig</a>. Adapated from roc's <a>rust cli platform</a>. dependencies <ul> <li>a roc compiler in PATH</li> <li>zig version 0.9.1 in PATH</li> </ul> usage <ol> <li>clone this repo</li> <li>reference <a>platform/main.roc</a> in your roc app like this...
[]