wayland screenshot tool in zig or maybe rust
- 1 Devlogs
- 1 Total hours
takes screenshots on wayland and ui is rendered
takes screenshots on wayland and ui is rendered
i setup the project
there are many options in zig for using wayland + vulkan together but i decided on using wio https://github.com/ypsvlq/wio instead of other options like raylib because it exposes the wl_display and wl_surface we would need to make the window display on top of everything else using wayland protocols
for now though it is just an orange square example