All Projects → alcadica → develop

alcadica / develop

Licence: GPL-3.0 license
A simple tool to help elementary OS developers to develop their own apps and widgets.

Programming Languages

vala
323 projects
Meson
512 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to develop

Styled widget
Simplifying widget style in Flutter.
Stars: ✭ 424 (+1015.79%)
Mutual labels:  widget, widgets
Evntouchiddemo
🆔 iOS fingerprint login process implementation
Stars: ✭ 98 (+157.89%)
Mutual labels:  widget, widgets
Caroline
A simple Cairo Chart Library for GTK and Vala
Stars: ✭ 41 (+7.89%)
Mutual labels:  widget, elementaryos
cumulocity-app-builder
The Application Builder for Cumulocity provides a simple, coding-free way to create new applications inside Cumulocity. Application Builder is an open-source tool for you to create web applications in a no-code environment. Created by Global Presales.
Stars: ✭ 18 (-52.63%)
Mutual labels:  widget, widgets
Ios Widgets
Collection of iOS Widgets
Stars: ✭ 219 (+476.32%)
Mutual labels:  widget, widgets
live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (+23.68%)
Mutual labels:  widget, elementaryos
Iced
A cross-platform GUI library for Rust, inspired by Elm
Stars: ✭ 12,176 (+31942.11%)
Mutual labels:  widget, widgets
palette
Color palette app for elementary OS
Stars: ✭ 32 (-15.79%)
Mutual labels:  elementaryos, appcenter
Touch Bar Istats
Show CPU/GPU/MEM temperature on Touch Bar with BetterTouchTool!
Stars: ✭ 141 (+271.05%)
Mutual labels:  widget, widgets
Spperspective
Widgets iOS 14 animation with 3D and dynamic shadow. Customisable transform and duration.
Stars: ✭ 127 (+234.21%)
Mutual labels:  widget, widgets
widgets
🚀 Dojo - UI widgets.
Stars: ✭ 82 (+115.79%)
Mutual labels:  widget, widgets
Graphics32 RBC
Graphics Extension that extend of Graphics32 Library for Delphi XE6 and up (and maybe Lazarus) by Uğur PARLAYAN
Stars: ✭ 32 (-15.79%)
Mutual labels:  widget, widgets
responsible-ai-toolbox
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 615 (+1518.42%)
Mutual labels:  widget, widgets
SPPerspective
Widgets iOS 14 animation with 3D and dynamic shadow. Customisable transform and duration.
Stars: ✭ 271 (+613.16%)
Mutual labels:  widget, widgets
givemelyrics
See the lyrics of the song that is playing, from any application.
Stars: ✭ 52 (+36.84%)
Mutual labels:  elementaryos, appcenter
Toothyprogress
A polyline determinated ProgressBar written in Kotlin
Stars: ✭ 56 (+47.37%)
Mutual labels:  widget, widgets
time-limit
A simple and beautiful timer app for elementary OS
Stars: ✭ 27 (-28.95%)
Mutual labels:  appcenter, elementary-os
Responsible Ai Widgets
This project provides responsible AI user interfaces for Fairlearn, interpret-community, and Error Analysis, as well as foundational building blocks that they rely on.
Stars: ✭ 107 (+181.58%)
Mutual labels:  widget, widgets
tomato
A simple, usable, and efficient pomodoro app designed for elementary OS
Stars: ✭ 70 (+84.21%)
Mutual labels:  elementaryos, appcenter
pdftricks
A simple, efficient application for small manipulations in PDF files using Ghostscript.
Stars: ✭ 69 (+81.58%)
Mutual labels:  elementaryos, appcenter

Develop

Build Status

A simple tool to help elementary OS developers to develop their own apps and widgets.

Get it from the elementary OS AppCenter!

Get it on AppCenter

Develop is available on the elementary OS AppCenter.

Install it from source

You can of course download and install Develop from source.

Dependencies

Ensure you have these dependencies installed

  • granite
  • gtk+-3.0
  • switchboard-2.0

Install, build and run

# install elementary-sdk, meson and ninja 
sudo apt install elementary-sdk meson ninja
# clone repository
git clone https://github.com/alcadica/develop com.github.alcadica.develop
# cd to dir
cd com.github.alcadica.develop
# run meson
meson build --prefix=/usr
# cd to build, build and test
cd build
sudo ninja install && com.github.alcadica.develop

Generating pot file

# after setting up meson build
cd build

# generates pot file
sudo ninja com.github.alcadica.develop-pot

# to regenerate and propagate changes to every po file
sudo ninja com.github.alcadica.develop-update-po

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].