https://github.com/canonical/mir
The Mir compositor
https://github.com/canonical/mir
Last synced: about 1 month ago
JSON representation
The Mir compositor
- Host: GitHub
- URL: https://github.com/canonical/mir
- Owner: canonical
- License: gpl-2.0
- Created: 2017-08-02T13:09:25.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:00:24.000Z (about 1 month ago)
- Last Synced: 2025-03-11T17:21:34.887Z (about 1 month ago)
- Language: C++
- Size: 191 MB
- Stars: 673
- Watchers: 18
- Forks: 107
- Open Issues: 300
-
Metadata Files:
- Readme: README.md
- License: COPYING.GPL2
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-robotic-tooling - mir - Mir is set of libraries for building Wayland based shells. (User Interaction / Graphical User Interface)
- awesome-robotic-tooling - mir - Mir is set of libraries for building Wayland based shells (Interaction / Graphical User Interface)
README
# Mir - Wayland compositor
**Mir** is set of libraries for building Wayland based shells. Mir
simplifies the complexity that shell authors need to deal with: it
provides a stable, well tested and performant platform with touch,
mouse and tablet input, multi-display capability and secure
client-server communications.Mir deals with the bringup and configuration of a broad array of
graphics and input hardware, abstracts hardware differences away
from shell authors (transparently dealing with hardware quirks) and
integrates with system components such as greeters.Window management is integrated into Mir with useful default behaviour
and is extremely customisable by shell authors using a simple high-level
API.## Resources
- For information on how to use Mir, refer to [the official documentation](https://canonical-mir.readthedocs-hosted.com).
- For data sheets and whitepapers, check out [the Mir website](http://mir-server.io).
- Mir is [hosted on GitHub](https://github.com/canonical/mir).
- For announcements and other discussions on Mir see [Ubuntu Discourse](https://discourse.ubuntu.com/c/mir) or join
[the matrix channel](https://matrix.to/#/#mir-server:matrix.org) to get in touch with the team.## Copyright and License
Copyright © Canonical Ltd.This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 or 3 as
published by the Free Software Foundation.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .