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

window client library

Results 8 zig-window issues
Sort by recently updated
recently updated
newest added

> Please file an issue if you find that `vkcube` from your package manager works but binaries produced by this project do not. While watching the talk about the "[Year...

this fails https://github.com/andrewrk/zig-window/blob/313e3090b2eecdc5317291b5b13dc7871023d025/src/static-window.zig#L65-L67 ``` wget https://andrewkelley.me/temp/static-window9 chmod +x static-window9 strace ./static-window9 # kids, dont do this at home. running untrusted binaries is bad execve("./static-window9", ["./static-window9"], 0x7ffdbf62c110 /* 139 vars */)...

Upgrade code to Zig 0.9.0. I didn't know how to define some things that broke in vulkan.zig, see comments beginning "NOTE(hazeycode):" This will build an exe but it seg faults...

Tried to built it with zig 0.8.0 but compiler complain: ``` ❯ zig build -Dtarget=x86_64-linux ./src/main.zig:252:34: error: container 'builtin' has no member called 'endian' .byte_order = if (builtin.endian == builtin.Endian.Big)...

Hi, I tried launching static-window9 (that I downloaded from the year of the linux desktop zig showtime video) and this happens : ![image](https://user-images.githubusercontent.com/43730933/113521744-c99e5b00-959b-11eb-8d39-c5b865d7d4dc.png) It might be important to say that...

``` OS: NixOS 20.09 (Nightingale) x86_64 CPU: AMD Ryzen 3 2200U with Radeon Vega Mobile Gfx (4) @ 2.500GHz GPU: AMD ATI Radeon Vega Series / Radeon Vega Mobile Series...

``` ➜ Downloads ./static-window8 debug: detecting whether we are running in the dynamic linker debug: we're not. detecting the dynamic linker path debug: prepare to execve reload debug: dyld_path=/lib64/ld-linux-x86-64.so.2 debug:...

https://arcan-fe.com/2018/10/17/arcan-versus-xorg-approaching-feature-parity/