Zooming in the Fancy Chart Control

Posted on Thu 24 April 2014 in JavaFX • Tagged with fancy chart, Github, JavaFX, zoom

A new version of the fancy chart control is available at https://github.com/tesis-dynaware/fancy-chart

This version supports zooming for the XY chart: by dragging the mouse, you can select an area in the chart to scale the selected area up to full size of the chart. This allows …


Continue reading

Enhanced Fancy Chart

Posted on Fri 21 March 2014 in JavaFX • Tagged with CSV, fancy chart, Github, HDF5, JavaFX, XLS

A new version of the fancy chart control is available at https://github.com/tesis-dynaware/fancy-chart

Data can now be imported and exported to CSV, XLS, and HDF5 files. A lot of code was refactored to make it easier to support other file formats in the future.


Source Code for the Fancy Chart Control

Posted on Fri 14 March 2014 in JavaFX • Tagged with animation, fancy, Github, JavaFX, TableView

Due to popular demand, I published the source code for the combined LineChart and TableView control mentioned in this post to Github. You can find the sources here:

https://github.com/tesis-dynaware/fancy-chart


Visit Zombieland

Posted on Thu 13 March 2014 in 3D, JavaFX • Tagged with 3D, ASCII, binary, FBX, Github, JavaFX, JNI, zombie

We finally released our FBX importer code for JavaFX 8 on Github:

https://github.com/tesis-dynaware/fbx-importer

You can use it to load (binary) FBX files and show the result as a JavaFX 3D mesh. Have fun playing around and please don't hesitate to give us feedback.