- संपादित
JavaFX and Spine
I am making a few games using javaFX, I actually find javaFX awesome for games, it is just so easy to make them and I love all the features! I have been looking into the software and I am planing to buy it. The question is if there is any way to use Spine with javaFX?
here is an example video of two of the games I am working on:
The reference implementation of the Spine runtime, the code that plays back animations exported from Spine, is written in Java. However, it has a dependency on libGDX, a popular Java game development framework. You'd have to remove those dependencies from the code (should be easy), then add a custom renderer for JavaFX. We currently have no plans for a dedicated JavaFX runtime due to the non-popularity of JavaFX for game development (despite it's potentially nice features).