All Projects → lirios → text

lirios / text

Licence: GPL-3.0 License
🚀 Material Design text editor

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects
XSLT
1337 projects
CMake
9771 projects
perl
6916 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to text

appcenter
🚀 App Center for Liri OS
Stars: ✭ 26 (-64.38%)
Mutual labels:  qt, qml, qt-quick
qtlottie
QtLottie is a tiny C++ library that can render Adobe® After Effects™ animations exported as JSON with Bodymovin.
Stars: ✭ 23 (-68.49%)
Mutual labels:  qt, qml, qt-quick
Qtmvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Stars: ✭ 205 (+180.82%)
Mutual labels:  qt, qml
Qtfirebase
An effort to bring Google's Firebase C++ API to Qt + QML
Stars: ✭ 208 (+184.93%)
Mutual labels:  qt, qml
Qml Box2d
Box2D QML plugin
Stars: ✭ 223 (+205.48%)
Mutual labels:  qt, qml
Qml Coding Guide
A collection of good practices when writing QML code
Stars: ✭ 196 (+168.49%)
Mutual labels:  qt, qml
Qml Rust
QML (Qt Quick) bindings for Rust language
Stars: ✭ 196 (+168.49%)
Mutual labels:  qt, qml
Sortfilterproxymodel
A nicely exposed QSortFilterProxyModel for QML
Stars: ✭ 214 (+193.15%)
Mutual labels:  qt, qml
Shell
🐚 QtQuick and Wayland shell for convergence
Stars: ✭ 168 (+130.14%)
Mutual labels:  qt, qml
Ssokit Qmake
A Simple & Strong Tool for TCP&UDP Debug
Stars: ✭ 231 (+216.44%)
Mutual labels:  qt, qml
Quickvtk
A VTK prototyping application based on QtQuick/QML
Stars: ✭ 228 (+212.33%)
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 (-53.42%)
Mutual labels:  qml, qt-quick
Asyncfuture
Use QFuture like a Promise object
Stars: ✭ 193 (+164.38%)
Mutual labels:  qt, qml
Browser
🌍 Cross-platform Material design web browser
Stars: ✭ 184 (+152.05%)
Mutual labels:  qt, qml
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (+172.6%)
Mutual labels:  qt, qml
Qmarkdowntextedit
A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras
Stars: ✭ 182 (+149.32%)
Mutual labels:  qt, text-editor
Stackoverflow
my answers in Stack Overflow
Stars: ✭ 211 (+189.04%)
Mutual labels:  qt, qml
qak
Qak - the QML Aid Kit
Stars: ✭ 20 (-72.6%)
Mutual labels:  qml, qt-quick
Qml Loaders
Loading animation implementations in QML
Stars: ✭ 158 (+116.44%)
Mutual labels:  qt, qml
Zshelf
reMarkable app: Browse and download books from Z-Library
Stars: ✭ 166 (+127.4%)
Mutual labels:  qt, qml

Liri Text

License GitHub release GitHub issues Snap Status CI

Liri Text is a cross-platform text editor made in accordance with Material Design.

Screenshot

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.

You can also append the following options to the cmake command:

  • -DTEXT_WITH_FLUID:BOOL=ON: Build with a local copy of the Fluid sources.

Credits

Many thanks to ...

  • Corbin Crutchley for creating the application icon
  • Everyone who contributed to the project directly via Git, listed in AUTHORS.md

License

This application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, 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].