Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
Initial commit of cce monorepo with README
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..07f9818
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# CCE (Computing Environment) Monorepo
+
+This repository contains both `cce-server` (the compositor/window manager server) and `cce-client` (the window manager client) integrated into a single Cargo workspace.
+
+## Structure
+
+- [cce-server](file:///home/lsgalante/Dropbox/Clear/cce/cce-server): Compositor and server-side logic (wlroots/Rust-rewrite).
+- [cce-client](file:///home/lsgalante/Dropbox/Clear/cce/cce-client): Client control, layout management, and workspace tiling.