Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improve shm hello wayland client | Yaroslav de la Peña Smirnov | 2024-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 client | Yaroslav de la Peña Smirnov | 2024-09-07 |
Adapted the example from chapters 7 and 8 of the Wayland book (https://wayland-book.com/) into Zig. |