https://github.com/tgx-android/rlottie
Fork of rlottie used in Telegram X for Android.
https://github.com/tgx-android/rlottie
Last synced: about 1 year ago
JSON representation
Fork of rlottie used in Telegram X for Android.
- Host: GitHub
- URL: https://github.com/tgx-android/rlottie
- Owner: TGX-Android
- License: mit
- Created: 2021-06-01T23:19:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T17:14:09.000Z (over 4 years ago)
- Last Synced: 2025-02-15T11:28:21.499Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 426 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rlottie
This repository is a fork of [rlottie](https://github.com/Samsung/rlottie) currently used in **Telegram X**.
This fork **is not intended** to be used in any projects except **Telegram X**, as any app-specific changes might happen in the future.
If you wish to use rlottie in your project, refer to the [original repository](https://github.com/Samsung/rlottie).
## License
`rlottie` is licensed under the terms of the [MIT License](https://mit-license.org), but some parts of shared code are covered by different licenses.
Listed below are the folder names and the license file covering it. Note that MIT License would cover all of the source involved in each folders, unless specifically noted otherwise. So please refer to these imported project sources for details.
Dependencies and licenses:
```
src/vector/ licenses/COPYING.MIT, COPYING.SKIA
src/vector/freetype licenses/COPYING.FTL
src/vector/pixman licenses/COPYING.PIX
src/vector/stb licenses/COPYING.STB
src/lottie/rapidjson licenses/COPYING.RPD
```