2023
- Basic Core and FXPlayer
First status update: the core already loads many Lottie JSON files, and a very basic JavaFX visualizer draws the first paths on screen.
- Extended with Bezier objects
Splitting the Bezier object into FixedBezier and AnimatedBezier with a custom deserializer, so the core can load an animated Lottie file made with Flow.
- Research the Lottie data format
Digging into the Lottie JSON and its many cross-references between structures, and getting the first correct color and stroke width out of the JavaFX player.