Change logos, and fix README.

TODO : the README needs to be updated with new screencast.
This commit is contained in:
Yannick Mauray 2021-11-08 00:38:29 +01:00
parent e278ac7f6e
commit c9a5411290
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
6 changed files with 21 additions and 15 deletions

BIN
.github/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,6 +1,13 @@
# quickgui
<h1 align="center">
<img src=".github/logo.png" alt="Quickgui" width="256" />
<br />
Quickgui
</h1>
A Flutter frontend for [quickget](https://github.com/wimpysworld/quickemu).
<p align="center">A Flutter frontend for `quickget` and [quickemu](https://github.com/wimpysworld/quickemu).</p>
<div align="center"><img src="assets/github/screenshot1.png" alt="Quickgui screenshot"></div>
This project is discussed mainly on [![Discord](https://img.shields.io/discord/712850672223125565?color=87a556&label=WimpysWorld%20Discord&logo=discord&logoColor=ffffff&style=flat-square)](https://discord.gg/sNmz3uw) server
## Install
@ -69,29 +76,28 @@ You can also use `update-alternatives` for easier access to the app.
From the main screen, select the operating system you want to use. The list can be filtered.
![Main screen](./assets/github/screenshot1.png)
<div align="center"><img src="assets/github/screenshot1.png" alt="Main screen"></div>
![List of supported operating systems](./assets/github/screenshot2.png)
<div align="center"><img src="assets/github/screenshot2.png" alt="List of supported operating systems"></div>
![The Ubuntu flavors](./assets/github/screenshot3.png)
<div align="center"><img src="assets/github/screenshot3.png" alt="Search a distribution"></div>
Then, select the version :
![Main screen after selection of the operating system](./assets/github/screenshot4.png)
<div align="center"><img src="assets/github/screenshot4.png" alt="Main screen after selection of the operating system"></div>
![Versions of the selected operating system](./assets/github/screenshot5.png)
<div align="center"><img src="assets/github/screenshot5.png" alt="Versions of the selected operating system"></div>
If there are some options (Windows language, Pop!_OS nvidia or Intel, etc..), they will be displayed :
![Choose an option](./assets/github/screenshot8.png)
<div align="center"><img src="assets/github/screenshot8.png" alt="Choose an option"></div>
![Option is diplayed](./assets/github/screenshot9.png)
<div align="center"><img src="assets/github/screenshot9.png" alt="Option is diplayed"></div>
Then click "Download". The ISO will be downloaded in the current working directory, in 99% of cases that will be the directory where `quickgui` was invoked from.
![Waiting for download](./assets/github/screenshot10.png)
<div align="center"><img src="assets/github/screenshot10.png" alt="Waiting for download"></div>
![Downloading](./assets/github/screenshot11.png)
![Download finished](./assets/github/screenshot12.png)
<div align="center"><img src="assets/github/screenshot11.png" alt="Downloading"></div>
<div align="center"><img src="assets/github/screenshot12.png" alt="Download finished"></div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 14 KiB

BIN
assets/images/logo_pink.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -16,7 +16,7 @@ class Logo extends StatelessWidget {
child: Center(
child: Padding(
padding: const EdgeInsets.all(8.0),
child: Image.asset('assets/images/logo.png'),
child: Image.asset('assets/images/logo_pink.png'),
),
),
),

View File

@ -71,7 +71,7 @@ flutter:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/images/logo.png
- assets/images/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.