1
0
Fork 0
mutter-performance-source/doc/code-overview.md
Sebastian Wick 40305f53f0 docs: Import Clutter Rendering Model wiki page
This one was overlooked when we migrated the wiki to the repo, so let's
add it before we delete the wiki.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3485>
2024-01-03 22:41:10 +01:00

1.2 KiB

Code Overview

Mutter consists of four relatively distinguished and isolated parts.

Cogl

Hardware acceleration pipeline abstraction layer. Handles things like allocating framebuffer, allocating, importing and drawing textures, internally using OpenGL. Originally a fork of the Cogl project.

Clutter

Compositing toolkit, containing an actor and render node based scene graph, and has features such as input event routing, transformation and animation. Handles compositing, both Wayland surfaces, X11 windows, and is the basis of the UI toolkit implemented by GNOME Shell. Originally a fork of the Clutter project.

Mtk

The Meta Toolkit containing utilities shared by other parts of mutter.

Mutter

The display server and window manager library. Contains a X11 window manager and compositing manager implementation, as well as a Wayland display server implementation.