https://github.com/gnome/libadwaita
Read-only mirror of https://gitlab.gnome.org/GNOME/libadwaita
https://github.com/gnome/libadwaita
Last synced: about 1 year ago
JSON representation
Read-only mirror of https://gitlab.gnome.org/GNOME/libadwaita
- Host: GitHub
- URL: https://github.com/gnome/libadwaita
- Owner: GNOME
- License: lgpl-2.1
- Created: 2021-03-31T00:00:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:14:12.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:59:36.715Z (over 1 year ago)
- Language: C
- Homepage: https://gitlab.gnome.org/GNOME/libadwaita
- Size: 25.7 MB
- Stars: 75
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Adwaita
Building blocks for modern GNOME applications.
## License
Libadwaita is licensed under the LGPL-2.1+.
## Building
We use the Meson (and thereby Ninja) build system for libadwaita. The quickest
way to get going is to do the following:
```sh
meson setup _build
ninja -C _build
ninja -C _build install
```
For build options see [meson_options.txt](./meson_options.txt). E.g. to enable documentation:
```sh
meson setup _build -Ddocumentation=true
ninja -C _build
```
## Usage
There's a C example:
```sh
_build/run _build/demo/adwaita-1-demo
```
## Documentation
The documentation can be found online
[here](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/).
## Getting in Touch
Matrix room: [#libadwaita:gnome.org](https://matrix.to/#/#libadwaita:gnome.org)