#
Zig
Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. Focus on debugging your application rather than debugging your programming language knowledge. There is no hidden control flow, no hidden memory allocations, no preprocessor, and no macros.
Here are 777 public repositories matching this topic...
A dynamic tiling Wayland compositor
-
Updated
Jun 6, 2022 - Zig
Learn the Zig programming language by fixing tiny broken programs.
-
Updated
Jun 4, 2022 - Zig
Mach is a game engine & graphics toolkit for the future.
open-source
gamedev
opengl
graphics-engine
metal
game-engine
vulkan
zig
directx
webassembly
webgpu
ziglang
zig-package
-
Updated
Jun 6, 2022 - C++
Building game development ecosystem for @ziglang!
gamedev
cross-platform
math
libraries
graphics
vulkan
zig
game-development
simd
d3d12
raytracing
demos
bullet-physics
webgpu
directx12
ziglang
-
Updated
Jun 6, 2022 - C++
Open
Improve tests
4
-
Updated
May 4, 2022
aduros
commented
Dec 13, 2021
The font bitmap has empty space reserved for ASCII characters 0x80 through 0xA0.
We should use that space for something, like icons for WASM-4 controller buttons, or generic sprites like stars/hearts/etc.
Games can then use hex string literals to easily display these:
text("Press \x80 to jump!", 0, 0);
good first issue
Good for newcomers
A Zig package manager with an index, build runner, and build dependencies.
-
Updated
Jun 5, 2022 - Zig
DrDeano
commented
Jun 5, 2022
This can be applied to the pmm, vmm, pit, rtc, pic, isr, irq and maybe more.
good first issue
Good for newcomers
arch: none
Affects common code across architectures
code quality
An issue of source code quality
proposal
A proposal needing further discussion
wendigojaeger
commented
Jan 2, 2020
Simple command line argument parsing library
-
Updated
Apr 28, 2022 - Zig
An asynchronous runtime with a focus on performance and resource efficiency.
-
Updated
Feb 25, 2022 - Zig
Sobeston
opened
Jun 24, 2020
Experimental operating system written in Zig
-
Updated
Jan 8, 2019 - Assembly
Hashing-function agnostic Cuckoo filters for Redis
-
Updated
Mar 5, 2020 - Zig
Zig GUI Toolkit: Portable library for making native GUIs in Zig
-
Updated
May 26, 2022 - Zig
multiplayer arcade game for bare metal Raspberry Pi 3 B+
-
Updated
Jan 26, 2020 - Zig
Created by Andrew Kelley
Released February 2016
- Repository
- ziglang/zig
- Website
- ziglang.org
- Wikipedia
- Wikipedia


Sooner or later we will need to add tests to check for regressions.
I propose the following three kinds of tests: