From f0b464b4937868c36a05daa2e0b2daa9d2e74c65 Mon Sep 17 00:00:00 2001 From: Yutao Fang Date: Thu, 30 Apr 2026 15:12:59 +0800 Subject: [PATCH 1/3] Add happystraw/zig-webview - Zig bindings for webview --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f5e2ef..f7eb47e 100644 --- a/README.md +++ b/README.md @@ -645,6 +645,7 @@ If you find a well-maintained library that is not yet included here, welcome to - [star-tek-mb/zig-tray](https://github.com/star-tek-mb/zig-tray) - Create tray applications with Zig. - [kotsutsumi/zylix](https://github.com/kotsutsumi/zylix) - Zig powered cross-platform UI framework with Virtual DOM. - [meszmate/zigzag](https://github.com/meszmate/zigzag) - The TUI Framework for Zig. +- [happystraw/zig-webview](https://github.com/happystraw/zig-webview) - Zig bindings for webview/webview — a tiny cross-platform library for building desktop applications with web technologies using a native browser widget. ### Game Development From 4f39dcd534c2b7bdd25c78dc1bec44cdcf5fcdf1 Mon Sep 17 00:00:00 2001 From: Yutao Fang Date: Thu, 30 Apr 2026 15:13:14 +0800 Subject: [PATCH 2/3] Add happystraw/phpz - Build PHP extensions with Zig --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7eb47e..75a9197 100644 --- a/README.md +++ b/README.md @@ -728,6 +728,7 @@ Zig wrappers and bindings for existing C/C++ libraries, providing idiomatic Zig - [jiacai2050/zig-jemalloc](https://github.com/jiacai2050/zig-jemalloc) - Zig allocator baked by jemalloc. - [arshidkv12/zig-php](https://github.com/arshidkv12/zig-php) - Write PHP extension in Zig. - [OnlyF0uR/pqc-zig](https://github.com/OnlyF0uR/pqc-zig) - Zig bindings and abstractions for [PQClean](https://github.com/PQClean/PQClean/), post-quantum cryptography. +- [happystraw/phpz](https://github.com/happystraw/phpz) - Build PHP Extensions with Zig. ### Build with Zig From fd43083d5a8a2a8e440cef5ca9afabdf84977d52 Mon Sep 17 00:00:00 2001 From: Yutao Fang Date: Thu, 30 Apr 2026 15:28:15 +0800 Subject: [PATCH 3/3] Add happystraw/libui-ng - Zig build for libui-ng --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75a9197..e866093 100644 --- a/README.md +++ b/README.md @@ -765,3 +765,4 @@ Existing C/C++ projects that have replaced their original build systems with Zig - [benchmark](https://github.com/kassane/benchmark) - A microbenchmark support library. First post at [here](https://ziggit.dev/t/is-there-a-list-of-projects-that-has-been-zigged/1785). - [boring_tls](https://github.com/Thomvanoorschot/boring_tls) - Google's BoringTLS client and server. Adds TLS to any (including non standard library) TCP/HTTP traffic. +- [libui-ng](https://github.com/happystraw/libui-ng) - A portable GUI library for C, with the build system replaced by Zig.