zig
Here are 277 public repositories matching this topic...
Add tests
- commands to move a window up and down the stack
- commands to spawn a window in a location next or previous to the currently focused window in the stack where the window to spawn is given as an argument.
Experimental operating system written in Zig
-
Updated
Jan 8, 2019 - Assembly
Hashing-function agnostic Cuckoo filters for Redis
-
Updated
Mar 5, 2020 - Zig
-
Updated
Aug 24, 2020
multiplayer arcade game for bare metal Raspberry Pi 3 B+
-
Updated
Jan 26, 2020 - Zig
Resource cleanup
Many functions in the kernel allocate resources that are not cleaned up in the case of an error. We should analyse the source and fix where this happens, adding tests as appropriate to make sure this is maintained.
An asynchronous runtime with a focus on performance and resource efficiency.
-
Updated
Sep 16, 2020 - Zig
Cache roms
Needing to load ROMs from the filesystem every time is really annoying. We can easily cache them in localStorage or something.
Also the load cart UI should be rethought to allow for "included ROMs", "saved ROMs", or "load from FOO"
In the interest of adding additional ideas for "good first issues", I would like to recommend potential new zig users to look into adding new flags for our applets. Please remove this issue if this post is redundant, but I think it is a good issue to have up for a general task/reminder.
One flag I would love to see implemented is colored formatting for ls, but there are many possible flags th
The dream would be to have Python like "batteries included" stdlib.
Simple command line argument parsing library
-
Updated
Sep 6, 2020 - Zig
A Zig implementation of the "Ray Tracing in One Weekend" book
-
Updated
Apr 22, 2020 - Zig
A smallest-common-subset of socket functions for crossplatform networking, TCP & UDP
-
Updated
Sep 7, 2020 - Zig
The IntelliJ IDEA plugin for the Zig programming language ┗
-
Updated
Apr 26, 2019 - Kotlin
Compile time regular expressions in zig
-
Updated
Sep 16, 2020 - Zig
Zero-allocation Client for Redis 6+
-
Updated
Jul 1, 2020 - Zig
-
Updated
Sep 16, 2020 - Go
work-in-progress general purpose allocator intended to be eventually merged into Zig standard library. live streamed development
-
Updated
Aug 8, 2020 - Zig
Game engine written in zig, no external dependencies required!
-
Updated
Sep 14, 2020 - C
Improve this page
Add a description, image, and links to the zig topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zig topic, visit your repo's landing page and select "manage topics."


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