aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
Commit message (Collapse)AuthorAge
* pango and cairo with shmYaroslav de la Peña Smirnov2024-09-12
| | | | Use pango and cairo to render text to the shared mem buffer.
* 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.