Skip to content

study-game-engines/lottie-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lottie4J :: Java library to handle Lottie files

The aim is to create a JavaFX player capable of playing Lottie files.

https://lottiefiles.com/what-is-lottie

There is a Lottie Android project but this is aiming for native Android integration, not recent Java versions and/or JavaFX.

Lottie file format

dotLottie package: https://dotlottie.io/intro/#prelude

JSON Lottie animation file: https://lottiefiles.github.io/lottie-docs/schema/lottie.schema.json

Creating Lottie animations

Adobe AfterEffects is used a lot to create Lottie animations. But there is a free alternative: Haiku that was turned into an opensource project in August 2021.

Project structure

This project consists of different modules to make it easier to maintain and use only the required components when used in an application.

Core

  • Contains objects matching the Lottie data model.
  • Can read and write Lottie files (JSON and ZIP).
  • Uses records for the data objects, partially based on the solution provided in this StackOverflow question.

FXPlayer

IDE settings

To run the JavaFX Demo application, the JavaFX runtime is needed. You can install this separately by downloading it from the Gluon website, or use a JDK which has JavaFX included, for instance Azul Zulu.

$ sdk install java 17.0.3.fx-zulu

In your IDE select this SDK as the runtime for your project.

About

Lottie library for Java and JavaFX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%