EsotericSoftware / tablelayout

Table-based layout for Java UI toolkits: libgdx, Swing, Android, TWL
BSD 3-Clause "New" or "Revised" License
281 stars 69 forks source link

JavaFX support #5

Open Zomis opened 9 years ago

Zomis commented 9 years ago

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)

NathanSweet commented 9 years ago

There isn't currently. I've not had a chance to play with JavaFX. While Swing has some nice things about it, it isn't the greatest UI toolkit, so my expectations for JavaFX are pretty low. Given some of the radical things it has, I can't justify spending time on it right now. A PR would be nice though!

FWIW, I use libgdx's scene2d.ui for UIs. For example, Spine: http://esotericsoftware.com/

On Tue, Mar 3, 2015 at 12:11 AM, Simon Forsberg notifications@github.com wrote:

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)

— Reply to this email directly or view it on GitHub https://github.com/EsotericSoftware/tablelayout/issues/5.

Zomis commented 9 years ago

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.

EudyContreras commented 8 years ago

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!

chengenzhao commented 6 years ago

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!