You are browsing as a guest. Sign up (or log in) to start making projects!

wayland screenshot tool in zig or maybe rust

  • 1 Devlogs
  • 1 Total hours

takes screenshots on wayland and ui is rendered

Open comments for this post

41m 17s logged

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

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

Replying to @Yasin

0
1

Followers

Loading…