Commit Graph

16 Commits (847051ebc31eebdfea5648aa24a932416548c290)

Author SHA1 Message Date
Louis Pearson 847051ebc3 feat: add seat, wl_pointer, wl_keyboard 2024-01-15 02:22:40 -07:00
Louis Pearson 10475dd036 feat: add zxdg, decoration manager 2024-01-15 00:36:55 -07:00
Louis Pearson c4c0880eff feat: example 01: commit after configure, respond to ping 2024-01-14 23:25:01 -07:00
LeRoyce Pearson 4a8254cca6 Edit example 00_client_connect for part 2 of Wayland from the Wire
https://zig.news/leroycep/wayland-from-the-wire-part-2-1gb7
2023-12-19 13:59:52 -07:00
LeRoyce Pearson c3ca5aa772 Introduce read and write abstractions earlier 2023-12-18 13:47:49 -07:00
LeRoyce Pearson 50a9774a07 Rewrite example 01 as standalone example
This example is meant to demonstrate how one can write a wayland client
without any libraries.
2023-12-18 12:01:28 -07:00
LeRoyce Pearson 13b0ea6a6f Replace custom code in example with `deserialize` 2023-08-12 17:41:36 -06:00
LeRoyce Pearson 47c57a5b87 Explicitly handle case where not all globals exist 2023-08-12 17:28:33 -06:00
LeRoyce Pearson e66fbb225b Add IdPool helper 2023-08-10 19:43:49 -06:00
LeRoyce Pearson f00806d7f6 Add support for serializing single enums 2023-08-10 19:27:47 -06:00
LeRoyce Pearson 6bdc230417 Add support for parsing standalone enum fields 2023-08-10 19:24:32 -06:00
LeRoyce Pearson 8878108c6f Change generated image to green-blue gradient 2023-08-10 19:23:36 -06:00
LeRoyce Pearson d224b186a2 Remove single pixel buffer from example client 2023-08-10 19:23:00 -06:00
LeRoyce Pearson 846f81b838 Add support for reading arrays from messages 2023-08-10 18:51:32 -06:00
LeRoyce Pearson 8b50eeb7eb Get client rendering a window with low-level code 2023-08-10 14:30:34 -06:00
LeRoyce Pearson 00dd8167ae Create example of connecting to a wayland server 2023-08-08 23:47:01 -06:00