All Projects → lirios → appcenter

lirios / appcenter

Licence: other
🚀 App Center for Liri OS

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects
CMake
9771 projects

Projects that are alternatives of or similar to appcenter

qtlottie
QtLottie is a tiny C++ library that can render Adobe® After Effects™ animations exported as JSON with Bodymovin.
Stars: ✭ 23 (-11.54%)
Mutual labels:  qt, qml, qt-quick
text
🚀 Material Design text editor
Stars: ✭ 73 (+180.77%)
Mutual labels:  qt, qml, qt-quick
Quickvtk
A VTK prototyping application based on QtQuick/QML
Stars: ✭ 228 (+776.92%)
Mutual labels:  qt, qml
Ssokit Qmake
A Simple & Strong Tool for TCP&UDP Debug
Stars: ✭ 231 (+788.46%)
Mutual labels:  qt, qml
react-qml
Build native, high-performance, cross-platform applications through a React (and/or QML) syntax
Stars: ✭ 90 (+246.15%)
Mutual labels:  qt, qml
Sortfilterproxymodel
A nicely exposed QSortFilterProxyModel for QML
Stars: ✭ 214 (+723.08%)
Mutual labels:  qt, qml
Qml Box2d
Box2D QML plugin
Stars: ✭ 223 (+757.69%)
Mutual labels:  qt, qml
QmlTreeWidget
A TreeView component, implemented by QML, providing convenient interfaces and customizable stylesheet, also available for iOS and Android.
Stars: ✭ 34 (+30.77%)
Mutual labels:  qml, qt-quick
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (+665.38%)
Mutual labels:  qt, qml
qak
Qak - the QML Aid Kit
Stars: ✭ 20 (-23.08%)
Mutual labels:  qml, qt-quick
herald
Pre-alpha end-to-end encrypted instant messenger.
Stars: ✭ 23 (-11.54%)
Mutual labels:  qml, qt-quick
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (-30.77%)
Mutual labels:  qt, qml
Stackoverflow
my answers in Stack Overflow
Stars: ✭ 211 (+711.54%)
Mutual labels:  qt, qml
Qtfirebase
An effort to bring Google's Firebase C++ API to Qt + QML
Stars: ✭ 208 (+700%)
Mutual labels:  qt, qml
Cool Retro Term
A good looking terminal emulator which mimics the old cathode display...
Stars: ✭ 15,532 (+59638.46%)
Mutual labels:  qt, qml
Qtmvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Stars: ✭ 205 (+688.46%)
Mutual labels:  qt, qml
Qpmx
A frontend for qpm, to provide source and build caching
Stars: ✭ 13 (-50%)
Mutual labels:  package-manager, qt
Qml Coding Guide
A collection of good practices when writing QML code
Stars: ✭ 196 (+653.85%)
Mutual labels:  qt, qml
Qml Rust
QML (Qt Quick) bindings for Rust language
Stars: ✭ 196 (+653.85%)
Mutual labels:  qt, qml
meta-package-manager
🎁 a wrapper around all package managers
Stars: ✭ 277 (+965.38%)
Mutual labels:  package-manager, flatpak

App Center

License GitHub release GitHub issues CI REUSE status

This is the App Center for Liri OS for installing, updating, and managing applications built using Flatpak.

Dependencies

Qt >= 5.10.0 with at least the following modules is required:

The following modules and their dependencies are required:

Installation

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary

Replace /path/to/prefix to your installation prefix. Default is /usr/local.

Logging categories

Qt 5.2 introduced logging categories and we take advantage of them to make debugging easier.

Please refer to the Qt documentation to learn how to enable them.

Available categories

  • liri.appcenter: Library and application
  • liri.appcenter.flatpak: Flatpak backend
  • liri.appcenter.odrs: ODRS reviews backend

Licensing

Licensed under the terms of the GNU General Public License version 3 or, at your option, any later version.

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].