Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tshirtman/p4a_lottie_demo
https://github.com/tshirtman/p4a_lottie_demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tshirtman/p4a_lottie_demo
- Owner: tshirtman
- Created: 2020-12-25T02:49:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T03:10:51.000Z (about 3 years ago)
- Last Synced: 2024-10-27T07:23:58.761Z (about 2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 16
- Watchers: 2
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p4a_lottie_demo
This repository contains an example python-for-android application using the `android.presplash_lottie` option of buildozer, allowing to display short animation instead of a static image while the application starts.
Lottie is a vector format (hence quite lightweight) documented at http://airbnb.io/lottie/#/.
You can find a lot of neat examples animation of this format at https://lottiefiles.com/You can design your own (or edit existing ones, provided the author granted such permission), using various tools. Aside the popular (but expensive) [Adobe After Effect](https://lottiefiles.com/plugins/after-effects), you can also use [Synfig](https://www.synfig.org/) (free/open source) which can also export animations as lottie files as of [1.4.0](https://synfig.readthedocs.io/en/latest/releases/stable/1.4.0.html#rendering-and-export).
This project is built using github-actions, so provided a recent enough build happened, you should be able to download the example apk package from the "artifacts" section of [a recent build](https://github.com/tshirtman/p4a_lottie_demo/actions).