1
0
Fork 0
forked from wry/wry

autocommit 2022-03-23 16:37:17 CET

This commit is contained in:
Julian Orth 2022-03-23 16:37:17 +01:00
parent a9a4fc04b7
commit 28f5b878a2
2 changed files with 681 additions and 0 deletions

20
README.md Normal file
View file

@ -0,0 +1,20 @@
# Jay
Jay is a wayland compositor written in rust.
This project is in very early development and not yet ready for serious use.
For now this repository serves purely as a code backup.
Do not expect any kind of structured commit history.
## Dependencies
While Jay is written almost completely in rust, it has some native dependencies:
* **pixman-1.so**: For damage tracking.
* **input.so**: For processing input events.
* **EGL.so**, **GLESv2.so**: For OpenGL rendering.
* **gbm.so**: For graphics buffer allocation.
* **xkbcommon.so**: For keymap handling.
* **udev.so**: For device enumeration and hotplug support.
* **cairo.so**, **pangocairo-1.0.so**, **gobject-2.0.so**, **pango-1.0.so**: For text rendering.