Skip to content

titaniumtraveler/ecs-compositor

Repository files navigation

Pure Rust wayland protocol implementation

This is my from-scratch implementation of the wayland protocol, some surrounding tooling and random things I am writing with it, which might at some point end up with me actually writing a full wayland compositor...

The name is currently very much undecided on. If you have some naming ideas open to suggestions.

Currently I am using the name ecs-compositor as placeholder, based on an old idea of implementing a compositor using an Entity Component System, but it is definitely not a name I'm happy with.

Current Status

Everything in here should be treated as very much experimental and I will break code and APIs just because I feel like so.

Though as basic courtesy I will try to make every commit at least cargo check/cargo clippy run, ideally without warnings.

Subprojects

In /crates/* I have a few library-like crates. Notable examples are:

In /examples/* I have (as the name suggests) examples, which are both used to explore new APIs as well as keeping them as education material to demonstrate some API uses.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages