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