Kannan's Weblog
JavaFX animation
I am writing a blog after quite a long time now and wanted to share a simple FX animation that I wrote as a learning step.
The script attempts to simulate a Solar System in fullscreen mode, though I haven't really followed the exact behaviour of a solar system yet. It uses simple 2D graphics through javafx.ui and javafx.ui.canvas package.
Attaching a screenshot of the application
There are a few configurable keys provided for playing with the application like pressing left/right arrow to increase/decrease stars count. You will find them on the top left of the application.
The script source code is at:
Thanks,
Kannan
Posted at 11:01PM Dec 15, 2007 by Kannan Balasubramanian in Sun | Comments[0]