zig-webui icon indicating copy to clipboard operation
zig-webui copied to clipboard

Use any web browser or WebView as GUI, with Zig in the backend and modern web technologies in the frontend, all in a lightweight portable library.

Results 9 zig-webui issues
Sort by recently updated
recently updated
newest added

On macOS, when loading a website, the input is not forwarded to the window but remains in the terminal. Code to reproduce: ```zig const std = @import("std"); const webui =...

bug

The current example is a complete translation of the C library example, and some examples that are more in line with Zig characteristics should be added. For example, examples used...

enhancement

**Currently zig's package for webui is fully available** Maybe we can release a version. But I don’t know if it needs to be synchronized with the version number on the...

help wanted

I get the following 2 errors when trying to build any of the release type (fast, small, safe) with zig-master. I tried with: - zig-windows-x86_64-0.14.0-dev.1457 - zig-windows-x86_64-0.14.0-dev.1417 ``` C:\Users\user\AppData\Local\zig\p\12203578c4326bd2088018f5d0f5ad395b6f4ea8228ceec99b60274c4329e832aa5c\src\civetweb\civetweb.c:714:9: error:...

bug

On my windows machine, whenever i try to compile with TLS enabled, zig says that it cannot find SSL or crypto, and that it has searched no paths. I have...

bug

OS: I tested it both on Fedora 43 and Arch Linux Zig version 0.14.1 I wanted to add OS file picker dialogs to my project and to do that, I...

**Mac M2 running Sequoia 15.5, zig 0.14.1.** Using the zig-webui repo, ```zig build run_minimal``` builds and runs fine. When trying to cross compile with ```-Dtarget=x86_64-macos-none``` the build will fail. Not...

bug

Hi, If I wanted to cross compile an app that uses zig-webui from linux to macos, and if I had the apple sdk somewhere on the linux host, could you...