All Projects → wangwenx190 → qtlottie

wangwenx190 / qtlottie

Licence: MIT License
QtLottie is a tiny C++ library that can render Adobe® After Effects™ animations exported as JSON with Bodymovin.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to qtlottie

appcenter
🚀 App Center for Liri OS
Stars: ✭ 26 (+13.04%)
Mutual labels:  qt, qml, qt-quick
text
🚀 Material Design text editor
Stars: ✭ 73 (+217.39%)
Mutual labels:  qt, qml, qt-quick
Quickvtk
A VTK prototyping application based on QtQuick/QML
Stars: ✭ 228 (+891.3%)
Mutual labels:  qt, qml
Ssokit Qmake
A Simple & Strong Tool for TCP&UDP Debug
Stars: ✭ 231 (+904.35%)
Mutual labels:  qt, qml
yacalendar
Yet another calendar component for Qt Quick Controls 2
Stars: ✭ 23 (+0%)
Mutual labels:  qt, qml
Sortfilterproxymodel
A nicely exposed QSortFilterProxyModel for QML
Stars: ✭ 214 (+830.43%)
Mutual labels:  qt, qml
Qml Box2d
Box2D QML plugin
Stars: ✭ 223 (+869.57%)
Mutual labels:  qt, qml
react-qml
Build native, high-performance, cross-platform applications through a React (and/or QML) syntax
Stars: ✭ 90 (+291.3%)
Mutual labels:  qt, qml
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (+765.22%)
Mutual labels:  qt, qml
herald
Pre-alpha end-to-end encrypted instant messenger.
Stars: ✭ 23 (+0%)
Mutual labels:  qml, qt-quick
QmlTreeWidget
A TreeView component, implemented by QML, providing convenient interfaces and customizable stylesheet, also available for iOS and Android.
Stars: ✭ 34 (+47.83%)
Mutual labels:  qml, qt-quick
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (+65.22%)
Mutual labels:  qml, qt-widgets
Stackoverflow
my answers in Stack Overflow
Stars: ✭ 211 (+817.39%)
Mutual labels:  qt, qml
Qtfirebase
An effort to bring Google's Firebase C++ API to Qt + QML
Stars: ✭ 208 (+804.35%)
Mutual labels:  qt, qml
Cool Retro Term
A good looking terminal emulator which mimics the old cathode display...
Stars: ✭ 15,532 (+67430.43%)
Mutual labels:  qt, qml
Qtmvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Stars: ✭ 205 (+791.3%)
Mutual labels:  qt, qml
AE-Icon
🐱 use bodymovin to render some interesting After Effects vector icon
Stars: ✭ 47 (+104.35%)
Mutual labels:  bodymovin, lottie
Qml Coding Guide
A collection of good practices when writing QML code
Stars: ✭ 196 (+752.17%)
Mutual labels:  qt, qml
Qml Rust
QML (Qt Quick) bindings for Rust language
Stars: ✭ 196 (+752.17%)
Mutual labels:  qt, qml
lottie-idea
Android Studio and IntelliJ IDEA viewer plugin for Lottie animations
Stars: ✭ 36 (+56.52%)
Mutual labels:  bodymovin, lottie

QtLottie

QtLottie is a tiny C++ library that can render Adobe® After Effects™ animations exported as JSON with Bodymovin.

Features

  • Support many After Effects features (depends on the specific backend).
  • Cross-platform: support Windows (7~10), Linux and macOS.
  • Support both Qt Widgets and Qt Quick.
  • Support all versions from Qt5 to Qt6.
  • Very easy to build and use.

Build

cmake .
cmake --build .
cmake --install .

Currently QtLottie supports two backends: skottie and rlottie. QtLottie will load it dynamically at run-time. Make sure you have build it and put it in the executable's directory before you run your application. While this library is initializing, skottie is prefered over rlottie.

Usage

See examples.

Limitation

If your JSON uses assets, these files can only be placed on the disk, they can't be compressed or embeded into any container-like thing. It's caused by technical limitation, PRs are welcome.

License

MIT License

Copyright (C) 2021 wangwenx190 (Yuhang Zhao)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].