# Lottie Player for LVGL ## Introduction `lottie_player` is a lightweight and efficient Lottie animation player designed specifically for **LVGL v8**. It enables seamless integration of vector-based animations into your LVGL projects. By leveraging **ThorVG** as the rendering engine, this module ensures high performance and flexibility for modern embedded GUI applications. [![Component Registry](https://components.espressif.com/components/espressif2022/lottie_player/badge.svg)](https://components.espressif.com/components/espressif2022/lottie_player) ## Dependencies 1. **LVGL v8** Ensure your project includes LVGL v8.0 or higher. Refer to the [LVGL Documentation](https://docs.lvgl.io/master/) for setup instructions. 2. **ThorVG** The rendering engine is built upon ThorVG. Make sure ThorVG is integrated into your build system. - ThorVG provides scalable vector graphics rendering optimized for embedded platforms. - You can find ThorVG on its [GitHub repository](https://github.com/thorvg/thorvg).
3980987b8e7de911fe5b857d90bd3420fe99d123
idf.py add-dependency "espressif2022/lottie_player^1.0.0"