o
odinpkg.dev
packages / library / wayland_odin

wayland_odin

fd46d33library

A wayland library for odin generated from the protocol xml files

MIT · updated 3 months ago

A wayland client implementation in Odin

The code in this library is generated directly from the xml files and does not use libwayland, which allows for a much simpler api without callbacks etc., but due to intereresting decisions in mesa this makes hardware acceleration quite hard to implement: https://wayland-book.com/surfaces/dmabuf.html#but-i-really-want-to-know-about-the-internals

Building:

odin run generator -- wayland/protocol/wayland.xml wayland-protocols/stable/*/*.xml wayland-protocols/staging/*/*.xml
odin run app