Basic Core and FXPlayer
- Core: can already load many different JSON files
- But not all yet…
- To be added to the unit tests and the model needs to be further extended
- See FileLoaderTest.java#L38.
- FXPlayer: very basic visualizer
- Can read a basic Lottie JSON file and draw the paths
- See below with DemoApplication.java showing the original Lottie on the left, and the very first JavaFX generated image on the right.
