Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

JavaWorld Daily Brew

Compiled JavaFX Script

 

The JavaFX script compiler is still a work in progress, but here's an very basic implementation of the Bubblemark application using it.

We're still working on implementing the full JavaFX script runtime with the compiler. The above version is just using a provisional runtime and is just animating an image and doesn't implement the "bubbles" with vector graphics.

However, even so, the footprint and performance is now on par with what you should expect from the eventual production quality JavaFX script implementation.

Note: on some systems OS-level timer-resolution will limit your fps. E.g. you'll see a max of 64 fps for any of the bubblemark examples.