#gl #egl #gbm

cognitive-graphics

Simple tools related to hardware graphics

2 unstable releases

Uses old Rust 2015

0.1.0 Jun 10, 2017
0.0.1 May 28, 2017

#751 in GUI

Download history 22/week @ 2023-11-20 17/week @ 2023-11-27 5/week @ 2023-12-04 10/week @ 2023-12-11 18/week @ 2023-12-18 13/week @ 2023-12-25 19/week @ 2024-01-08 16/week @ 2024-01-15 12/week @ 2024-02-05 22/week @ 2024-02-12 26/week @ 2024-02-19 64/week @ 2024-02-26 24/week @ 2024-03-04

136 downloads per month
Used in 10 crates (6 directly)

MPL-2.0 license

36KB
660 lines

Perceptia

Do you like configurability and lightweightness of tiling window managers? Do you like cutting-edge technology and want to try a tiling window manager running on Wayland? perceptia is for you! perceptia tries to merge concepts from most popular tiling window managers like i3, awesome, ratpoison or dwm with the freshness of Wayland.

For main objectives of the project see the Perceptia Manifesto.

Status

There are still many things to work on. If you are looking for a working compositor it is a bit too early to choose perceptia, but if you have programming skills and want to join the development team, your help will be appreciated.

Backbone of every project is community. User input is especially valuable for young projects. It is the users that shape what the project will later become. Please go to github and vote for features you want to see in perceptia or share your own ideas. Your input will help to decide which features should be implemented first and how they should be designed.

This repository consists of:

  • cognitive - a loose set of (Rust) crates helping creating surface compositors or other low level graphic applications

  • perceptia - a dynamic (tilling or stacking) Wayland surface compositor basing on cognitive.

Getting Started

For instructions on building and running perceptia see installation.md.

For configuration options see configuration.md.

If you want to see features from your favourite window manager in perceptia you are encouraged to contribute in brain-storming and development. For details see contributing.md.

Contact via mailing list perceptia@freelists.org or directly with authors.

perceptia is licensed on MPL-2.0. For more information see license.md.


lib.rs:

This create gathers common tools related to hardware graphics.

It is set of loose simple tools. It should be replaced by higher-level crate.

Dependencies

~230KB