aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* improve shm hello wayland clientYaroslav de la Peña Smirnov2024-09-11
| | | | | | | * Don't allocate a new buffer on each frame; preallocate two buffers and realloc only on window size change. * Refactor code a bit. * Minor cosmetic changes.
* init: zig wayland hello world clientYaroslav de la Peña Smirnov2024-09-07
Adapted the example from chapters 7 and 8 of the Wayland book (https://wayland-book.com/) into Zig.