Lottie4J Project
Goal of the Lottie4J project
Provide a set of Java libraries that can
- Parse existing Lottie animations to Java objects.
- Generate Lottie files from Java objects.
- Play Lottie animations in JavaFX.
The goal is to achieve this by using a recent Java version (21) with the use of Records to minimize the code and make the project easy to maintain, test, and extend.
Current status
This project is still in its early stages.
See status posts.