Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aberba/elementaryOS-devbook
Design and build apps for elementary OS.
https://github.com/aberba/elementaryOS-devbook
book elementary-os gtk learn-app-development learn-by-doing vala
Last synced: 28 days ago
JSON representation
Design and build apps for elementary OS.
- Host: GitHub
- URL: https://github.com/aberba/elementaryOS-devbook
- Owner: aberba
- Created: 2016-07-07T19:30:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T08:59:57.000Z (over 6 years ago)
- Last Synced: 2024-08-04T03:04:13.084Z (4 months ago)
- Topics: book, elementary-os, gtk, learn-app-development, learn-by-doing, vala
- Homepage:
- Size: 1.97 MB
- Stars: 61
- Watchers: 15
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-elementaryos - elementary OS devbook - A guide to design and build your app for elementary OS (Aplication Development / Third party)
README
# Preface
> ## Note
> This book is a work-in-progress and I'm currently doing a major overhaul for elementary OS Juno development. You can support my work on [Patreon](https://www.patreon.com/aberba) or [One-time Payment](https://rave.flutterwave.com/pay/aberba-open). Your support will enable me put more time into it and make it more awesome for everyone.![elementary Os](/images/elementary-os.png)
[elementary OS](https://elementary.io) is a Linux distribution that has caught the attention of many Linux users, as well as, users of other non-Linux based operating systems. Part of this traction can be attributed to its polished design and simplicity delivering a very good user experience. A remarkable attractor for elementary OS users is the App Center with over a hundred fully native applications very well designed and developed for elementary OS. The App Center enables third-party developers to submit their applications for publishing. Apps get reviewed and published within the shortest possible time, mostly few days after submission. Developers have the option to provide their application under a pay-what-you-want model making it lucrative for those looking to earn some passive income or form a business around it.
This book takes a simplistic approach to help you develop an application for [elementary OS](https://elementary.io). The book is *not* meant to teach how to program in the `Vala` programming language nor is it meant to teach you `GTK+` GUI programming. All you will learn is how to use your existing knowledge in Vala and GTK+ to design and build your application for elementary OS.
Below is an outline of the content of this book;
- [Chapter One: Introduction to Tools and Resources](chapter_01.md)
- [x] Learning resources
- [x] Development tools
- [x] Setting up your development environment- [Chapter Two: Designing Your Application (UI and UX)](chapter_02.md)
- [x] Brainstorming
- [x] Wireframing (UI, UX)
- [x] Creating mock-ups, drawing icons and prototyping
- [ ] Finalizing your designs
- [Chapter Three: Coding Your Application (Tutorials)](chapter_03.md)- [x] Creating and structuring a project
- [x] Diving into Vala and GTK+
- [ ] Using the Granite extension
- [ ] Using the Meson build system
- [ ] Developing sample applications- Chapter Four: Getting Your Application Ready for the Real World
- Creating and setting up a GitHub repository
- Submitting your application to Huston
- Creating setting-up website for your application
- Future updates and improvements
- Conclusion