Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crystal-linux/jade-gui
MOVED TO https://git.getcryst.al/crystal/software/jade-gui
https://github.com/crystal-linux/jade-gui
crystal gtk4 gui hacktoberfest libadwaita
Last synced: about 1 month ago
JSON representation
MOVED TO https://git.getcryst.al/crystal/software/jade-gui
- Host: GitHub
- URL: https://github.com/crystal-linux/jade-gui
- Owner: crystal-linux
- License: gpl-3.0
- Created: 2022-07-26T13:33:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T13:36:15.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T11:24:00.574Z (8 months ago)
- Topics: crystal, gtk4, gui, hacktoberfest, libadwaita
- Language: Python
- Homepage:
- Size: 1.52 MB
- Stars: 36
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Jade
The libadwaita/gtk based gui installer using jade as the backend.
![](main-page-screenshot.png)
### Building
Building as a flatpak (recommended for development)
```sh
git clone https://github.com/crystal-linux/jade-gui
cd jade-gui
flatpak-builder --user --install --install-deps-from=flathub --force-clean build-dir al.getcryst.jadegui.yml
flatpak run al.getcryst.jadegui
```Building with meson
```sh
git clone https://github.com/crystal-linux/jade-gui
cd jade-gui
meson --prefix=/usr _build
ninja -C _build
cd _build
sudo ninja install
```