Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akiraux/Akira

Native Linux App for UI and UX Design built in Vala and GTK
https://github.com/akiraux/Akira

appcenter design gtk hacktoberfest linux ui ux vala

Last synced: about 2 months ago
JSON representation

Native Linux App for UI and UX Design built in Vala and GTK

Awesome Lists containing this project

README

        




Akira


The Linux Design Tool



Build Status
AkiraUX on Liberapay
AkiraUX on Patreon



Install
Compile
Questions
Contributing
Support
Mascot
License

![screenshot](data/screenshots/screenshot-1.png)

Akira is a native Linux Design application built in Vala and GTK. Akira focuses on offering a modern and fast approach to UI and UX Design, mainly targeting web designers and graphic designers. The main goal is to offer a valid and professional solution for designers who want to use Linux as their main OS.

⚠️⚠️ **AKIRA IS CURRENTLY IN EARLY DEVELOPMENT, NOT READY TO BE USED FOR PRODUCTION!** ⚠️⚠️

Feel free to download the Alpha and help us testing it.

## 📦 Install

| elementaryOS AppCenter | FlatHub |
|------------------------ |--------------- |
|[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.akiraux.akira/)|Get it from Flathub!

### Flathub Beta
```
flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install akira
```

## 🛠 Compile

You can install Akira by compiling it from the source

### Install Dependencies

- `gtk+-3.0>=3.18`
- `granite>=6.0.0`
- `glib-2.0`
- `gee-0.8`
- `gobject-2.0`
- `libxml-2.0`
- `libjson-glib-1.0`
- `libarchive`
- `gettext`
- `cairo`
- `meson`

> _**Note:** For non-elementary distros, (such as Arch, Debian etc) you are required to install "vala", "elementary-theme" and "elementary-icon-theme" as additional dependencies._

### Compile & Run

Once the above mentioned dependencies are resolved, Akira can be compiled & installed

```sh
meson build --prefix=/usr -Dprofile=default
cd build
ninja && sudo ninja install
./src/com.github.akiraux.akira
```

> _**Note:** Replace the `-Dprofile=default` with `-Dprofile=development` to compile and install Akira in **development** mode where you can make changes._

## 🤔 Questions

If you want to ask any questions about the project, join us on our public Matrix channel at
[#akiraux:matrix.org](https://matrix.to/#/#akiraux:matrix.org) or on IRC at #akiraux on LiberaChat.

We also have a dedicated Discord channel available to any [Patreon](https://www.patreon.com/akiraux) supporters where we offer more direct support, and we're open to discussing new features and implementations.

If you are trying out Akira and you encounter an error or any problem feel free to just open an issue here on GitHub.

## 👨‍💻 Contributing

Feel free to send a pull request to this repository with your code contributions, but first read our [contributing guidelines](CONTRIBUTING.md) :page_with_curl:

## 📌 Code of Conduct

This project adheres to the adapted version of Contributor Covenant [code of conduct](.github/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.

## 🎉 Support

If you like Akira and you want to support its development, consider donating via [Liberapay](https://liberapay.com/AkiraUX/) or pledge on [Patreon](https://www.patreon.com/akiraux).

## ✨ Mascot

![](https://raw.githubusercontent.com/akiraux/assets/master/mascot/akira-mascot-akari.png)

**Akari the Cyber Phoenix** is a perfectionist. She is tidy, collected and has a sharp eye for detail. Her name Akari (灯理、) means *"the enlightenment of a sophisticated order"*. Her costume resembles the project's icon. Get the Mascot and all the other assets from [here](https://github.com/akiraux/assets).

Mascot character designed by **Tyson Tan**.
Tyson Tan offers mascot design service for free and open source software, free of charge, under free license.
Contact: [http://tysontan.com](http://tysontan.com) / [[email protected]](mailto:[email protected])

## 📜 License
#### [GNU GPLv3 / Creative Commons BY-SA](./COPYING)

Copyright © 2019-2020 Akira Project.