aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rename to zig-wayNathan Reiner2025-08-24
|
* Add wl.shmNathan Reiner2025-08-24
|
* add optional object ref to requestsNathan Reiner2025-08-23
|
* add Fd type for requestsNathan Reiner2025-08-23
| | | | | This is not tested code, since there are no requests implemented yet using file descriptors.
* add LICENSE and READMENathan Reiner2025-08-22
|
* add first sketch of wl.compositorNathan Reiner2025-08-22
|
* object refactor and add wl outputNathan Reiner2025-08-22
| | | | | Now the Object is held by the registry instead of the struct its referencing and the struct only has a `handle` which is a usize.
* First sketch of wayland interfaceNathan Reiner2025-08-18
**WARNING** this implementation is not working properly yet.