Commit Graph

21 Commits (e39f8e6ec8645fea7f6032a5f9b4892f4c5f3da7)

Author SHA1 Message Date
LeRoyce Pearson e39f8e6ec8 feat: handle window resize events 2024-01-16 02:03:35 -07:00
Louis Pearson a7128eaf34 feat: recieve file descriptors
Feels super hacky, but I'm not sure there is a better way to handle
it. The crux of the problem is that wayland does not seem to make any
guarantees about the location of file descriptors.
2024-01-16 00:57:31 -07:00
Louis Pearson 7a9e12abf8 feat: transparently send fds 2024-01-15 22:15:29 -07:00
Louis Pearson ea4a75cc76 feat: add wayland.Conn 2024-01-15 20:40:50 -07:00
Louis Pearson 6559e124a7 feat: add registerGlobals 2024-01-15 13:07:18 -07:00
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