"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
objective-zig: Runtime and bindings to common Objective-C frameworks.
github.com

From the README: objective-zig is a work-in-progress Objective-C runtime and auto generated collection of Objective-C frameworks in zig. You can find the bindings generator at objective-zig-gen. These bindings are not ready. See the notice at the bottom of the README.

4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[Library] shimizu - The Wayland protocol, in Zig
https://git.sr.ht/~geemili/shimizu

From the README: This repository contains: * wire: a Zig module that defines types for Wayland's wire format and functions to serialize and deserialize messages. * shimizu-scanner: a command to take Wayland XML protocol descriptions and turn them into Zig types. * core: The Wayland core protocol as a Zig module, generated by shimizu-scanner * shimizu: A Zig module that provides higher level Connection and Proxy types.

3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
Cubyz: Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.
github.com

From the README: Cubyz is a 3D voxel sandbox game (inspired by Minecraft). Cubyz has a bunch of interesting/unique features such as: Level of Detail (→ This enables far view distances.) 3D Chunks (→ There is no height or depth limit.) Procedural Crafting (→ You can craft anything you want, and the game will figure out what kind of tool you tried to make.) --- Written in Zig, of course

11
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New project] veb: A delightful programming language for writing reliable software
github.com

From the README: A delightful, statically typed programming language for writing reliable software. veb features algebraic data types, pattern matching, generics, classes (without inheritance), traits, flow-sensitive typing with type narrowing, trait-driven operator overloading and modules. Ergonomic features such as pipe and concat operators are also supported. Currently, the language runtime executes on a custom register-based virtual machine written in Zig.

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New library] cricket.zig: Zig library for encoding and decoding cryptographic data formats.
github.com

PEM/DER reader, written in Zig. Currently supports elliptic curve private and public keys.

4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New library] typ: A small Zig ⚡ module, as a convenience for me when writing WebAssembly plugins for Typst
github.com

From the README: A small Zig module, as a convenience for writing WebAssembly plugins for Typst

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New library] hypergraphz: HypergraphZ - A Hypergraph Implementation in Zig
github.com

From the README: # HypergraphZ - A Hypergraph Implementation in Zig ![GitHub Actions Workflow Status](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fimg.shields.io%2Fgithub%2Factions%2Fworkflow%2Fstatus%2Fyamafaktory%2Fhypergraphz%2Fci.yml%3Fbranch%3Dmain%26style%3Dflat-square) HypergraphZ is a directed hypergraph implementation in Zig (https://en.wikipedia.org/wiki/Hypergraph): - Each hyperedge can contain zero, one (unary) or multiple vertices. - Each hyperedge can contain vertices directed to themselves one or more times. ## Usage Add `hypergraphz` as a dependency to your `build.zig.zon`: ```sh zig fetch --save https://github.com/yamafaktory/hypergraphz/archive/<commit-hash>.tar.gz ``` Add `hypergraphz` as a dependency to your `build.zig`: ```zig const hypergraphz = b.dependency("hypergraphz", .{ .target = target, .optimize = optimize, }); exe.root_module.addImport("hypergraphz", hypergraphz.module("hypergraphz")); ``` ## Documentation The latest online documentation can be found [here](https://yamafaktory.github.io/hypergraphz/).

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[Blog post] Zig•EM: The EM language is dead, long live EM !!!
https://blog.zigem.tech/post-001/

Zig•EM is a novel programming framework for resource-constrained embedded systems. Read all about it in the linked blog post

3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New library] ymlz: small and convenient yaml parser
github.com

From the README: ## Key Features - Simple and straightforward to use thanks to built-in [reflections](https://ziglang.org/documentation/master/#Function-Reflection). - Just define a struct and accessing it's fields. - Supports recursive struct. - Deinitialization is handled for you, just call `deinit()` and you are done. - Fields are automatically parsed based on field type.

7
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
Zig package manager indices

A couple of promising new ones have popped up: https://zigistry.dev/ https://ziglist.org/

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New project] chipz: 8-bit emulator experiments in Zig
github.com

Z80 chip emulator with classical games such as Pac-Man bundled

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[Port] Crafting Interpreters in Zig
github.com

The principles from the book Crafting Interpreters by Bob Nystrom, but in Zig

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New project] zig-afl-kit: Convenience functions for easy integration with AFL++ for both Zig and C/C++ programmers!
github.com

Convenience functions for easy integration with AFL++ for both Zig and C/C++ programmers!

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New project] dipm: An alternative to `curl | sh`
github.com

A package manager for installing linux programs that are self contained

3
1
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New project] dipm: An alternative to `curl | sh`
github.com

A package manager for installing linux programs that are self contained

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[Build system] gnumake: build.zig for GNU's make program: https://www.gnu.org/software/make/
github.com

From the README: Provides a package to build/run GNU's make program. The primary use case for this project is to facilitate "incremental ports" to the Zig build system. Start with a project by building it with Make then incrementally transfer parts of it to build.zig while maintaining a working build that can be tested throughout. It's not recommended for projects to use this package long term.

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New project] y3: i3-inspired wrapper for Yabai
github.com

From the README: y3 is a wrapper for [yabai](https://github.com/koekeishiya/yabai) that attempts to emulate i3 behavior and adds additional logic to improve the experience. It may not match 1:1, please let me know if something is missing or incorrect.

5
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[Update] zig-sfml-wrapper: A zig wrapper for csfml, updated for Zig 0.13
github.com

From the README: This is a wrapper for CSFML. Theres no problem importing CSFML in Zig, but the resulting code can be a little bit messy. My goal is to make things close enough to SFML, with nice methods.

4
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New release] Zigverm v0.3.0 released
ziggit.dev

zigverm (previously zigvm) is a version manager for Zig Change log: https://github.com/AMythicDev/zigverm/blob/main/CHANGELOG.md#v030-2024-06-26

3
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
[New library] TLS 1.2 and 1.3 client
github.com

Zig library which implements tls 1.2 and tls 1.3 protocol.

8
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
Jump
[New project] zcached: Lightweight and efficient in-memory caching system akin to databases like Redis.
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearZI
Jump
[New project]zig-webui,Use any web browser as GUI with Zig
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCR
Now
122 2

cryptocode

lemm.ee