You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
2.0 KiB
Markdown
38 lines
2.0 KiB
Markdown
<p align="center">
|
|
<a href="https://github.com/crystal-linux/todo/">
|
|
<img src="https://github.com/crystal-linux/branding/blob/main/logos/crystal-logo-minimal.png?raw=true" alt="Logo" width="150" height="150">
|
|
</a>
|
|
</p>
|
|
|
|
<h2 align="center">Jade</h2>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/crystal-linux/.github/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-GPL--3.0-blue.svg" alt="License">
|
|
<a href="https://github/crystal-linux/jade_gui"><img alt="GitHub isses" src="https://img.shields.io/github/issues-raw/crystal-linux/jade_gui"></a>
|
|
<a href="https://github/crystal-linux/jade_gui"><img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr-raw/crystal-linux/jade_gui"></a><br>
|
|
<a href="https://twitter.com/intent/user?screen_name=crystal_linux"><img alt="Twitter Follow" src="https://img.shields.io/twitter/follow/crystal_linux?style=flat?color=blue">
|
|
<a href="https://discord.gg/hYJgu8K5aA"><img alt="Discord" src="https://img.shields.io/discord/825473796227858482?color=blue&label=Discord&logo=Discord&logoColor=white"> </a>
|
|
<a href="https://github.com/axtloss"><a href="https://github.com/axtloss"><img src="https://img.shields.io/badge/Maintainer-@axtloss-brightgreen" alt="The maintainer of this repository" href="https://github.com/axtloss"></a></a>
|
|
</p>
|
|
|
|
<p align="center"> The libadwaita/gtk based gui installer using jade as the backend.
|
|
</p>
|
|
|
|
<p align="center"><a href="https://github.com/crystal-linux/demos-mockups/blob/main/preview.pdf">The jade gui mockups</p></a>
|
|
|
|
|
|
![](main-page-screenshot.png)
|
|
|
|
|
|
### Building
|
|
__NOTE: the jade gui libadwaita rewrite is not complete and CAN'T install a crystal system yet__
|
|
|
|
jade gui relies on a yet unreleased version of libadwaita, that's why you have to use flatpak to build it:
|
|
|
|
```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
|
|
flatpak run al.getcryst.jadegui
|
|
```
|