1
0
Fork 0
forked from wry/wry
No description
Find a file
2022-03-24 18:27:42 +01:00
build autocommit 2022-03-23 15:56:15 CET 2022-03-23 15:56:15 +01:00
default-config autocommit 2022-03-24 18:27:42 CET 2022-03-24 18:27:42 +01:00
jay-config autocommit 2022-03-24 18:27:42 CET 2022-03-24 18:27:42 +01:00
src autocommit 2022-03-24 18:27:42 CET 2022-03-24 18:27:42 +01:00
wire autocommit 2022-02-21 23:21:13 CET 2022-02-21 23:21:13 +01:00
wire-dbus autocommit 2022-03-13 23:16:26 CET 2022-03-13 23:16:26 +01:00
wire-xcon autocommit 2022-03-23 14:35:09 CET 2022-03-23 14:35:09 +01:00
.gitignore autocommit 2022-02-11 02:28:11 CET 2022-02-11 02:28:11 +01:00
Cargo.lock autocommit 2022-03-23 16:23:28 CET 2022-03-23 16:23:28 +01:00
Cargo.toml autocommit 2022-03-23 16:23:28 CET 2022-03-23 16:23:28 +01:00
LICENSE autocommit 2022-03-23 16:39:53 CET 2022-03-23 16:39:53 +01:00
README.md autocommit 2022-03-23 16:37:17 CET 2022-03-23 16:37:17 +01:00
todo.md autocommit 2022-02-21 23:21:13 CET 2022-02-21 23:21:13 +01:00

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.