1
0
Fork 0
forked from wry/wry
No description
Find a file
2022-04-04 23:44:25 +02:00
build autocommit 2022-04-04 23:09:39 CEST 2022-04-04 23:09:39 +02:00
default-config autocommit 2022-04-02 00:31:30 CEST 2022-04-02 00:31:30 +02:00
jay-config autocommit 2022-04-02 00:31:30 CEST 2022-04-02 00:31:30 +02:00
src autocommit 2022-04-04 23:44:25 CEST 2022-04-04 23:44:25 +02:00
wire autocommit 2022-04-02 00:31:30 CEST 2022-04-02 00:31:30 +02:00
wire-dbus autocommit 2022-03-13 23:16:26 CET 2022-03-13 23:16:26 +01:00
wire-xcon autocommit 2022-03-26 22:58:30 CET 2022-03-26 22:58:30 +01:00
.gitignore autocommit 2022-02-11 02:28:11 CET 2022-02-11 02:28:11 +01:00
Cargo.lock autocommit 2022-03-30 03:00:46 CEST 2022-03-30 03:00:46 +02:00
Cargo.toml autocommit 2022-03-30 03:00:46 CEST 2022-03-30 03:00:46 +02: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.