Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Logo

Jade


License
GitHub isses
GitHub pull requests

Twitter Follow
Discord
The maintainer of this repository

Mastodon Follow
Twitter Follow
Please don't theme

CodeFactor

The libadwaita/gtk based gui installer using jade as the backend.

The jade gui mockups

![](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
```