fmabid / Akira

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Akira

The Linux Design Tool

Build Status AkiraUX on Liberapay AkiraUX on Patreon

InstallCompileQuestionsContributingSupportMascotLicense

screenshot

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!

📦 Install

elementaryOS AppCenter FlatHub Snapcraft Store
Coming Soon! Coming Soon! Coming Soon!

🛠 Compile

You can install Akira by compiling it from the source, here's the list of dependencies required:

  • gtk+-3.0>=3.18
  • granite>=0.5.0
  • glib-2.0
  • gee-0.8
  • gobject-2.0
  • libxml-2.0
  • gtksourceview-3.0
  • libjson-glib-1.0
  • goocanvas-2.0
  • libarchive
  • cairo
  • meson

Note: For non-elementary distros, (such as Arch, Debian etc) you are required to install "vala" as additional dependency.

Once that above mentioned dependencies are resolved, Akira can be compiled & installed by running the following commands:

meson build --prefix=/usr -Dprofile=default
cd build
ninja && sudo ninja install

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

🤔 Questions & Issues

If you want to ask any questions about the project, we have a dedicated Discord channel available to any Patreon supporters. If you are trying out Akira and you encounter an error or any problem feel free to just open an issue.

👨‍💻 Contributing

Feel free to send a pull request to this repository with your code contributions, but first read our contributing guidelines 📃

📌 Code of Conduct

This project adheres to the adapted version of Contributor Covenant code of conduct. By participating, you are expected to uphold this code.

🎉 Support

If you like Akira and you want to support its development, consider donating via Liberpay or pledge on Patreon.

✨ Mascot

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.

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 / tysontan@mail.com

📜 License

GNU GPLv3 / Creative Commons BY-SA

Copyright © 2019 Akira Project.

About

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

License:GNU General Public License v3.0


Languages

Language:Vala 94.8%Language:Meson 2.8%Language:CSS 2.2%Language:Python 0.3%