-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaFX support #5
Comments
There isn't currently. I've not had a chance to play with JavaFX. While FWIW, I use libgdx's scene2d.ui for UIs. For example, Spine: On Tue, Mar 3, 2015 at 12:11 AM, Simon Forsberg [email protected]
|
My expectations for JavaFX are pretty high, and I have used it quite a bit already. Seems like only four classes needs to be written for this (plus additional test class). I might look into this, if you are lucky. Interesting thought to use the scene2d.ui for all kinds of UIs, I do love libgdx a lot and use it for many things, but don't think I will use it for JavaFX projects. |
Ive created side scrollers and other 2d games using javaFX. I have had a great experience with it and i find the performance to be great, It would indeed be awesome to be able to use spine along side javaFX! |
Weve created 2d games and other desktop applications using javaFX. We have had a great experience with it and i find the performance to be great, It would indeed be awesome to be able to use spine along side javaFX! |
As Java 8 got released, the popularity of Swing has decreased and the popularity of JavaFX has increased. Are there any plans on supporting JavaFX 8 ? (If not, consider this a request to do so)
The text was updated successfully, but these errors were encountered: