Skip to content

Files

Latest commit

author
jperedadnr
May 6, 2015
64cc9fb · May 6, 2015

History

History
46 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.11 KB

FXyz

JavaFX 3D Visualization and Component Library

F(X)yz is a new JavaFX 3D library that provides additional primitives, composite objects, controls and data visualizations that the base JavaFX 8 3D packages do not have.

Building FXyz

You will need Java 8 and ANT installed to build the project.

Add the included jars as local dependencies to the project:

  • JCSG.jar
  • poly2tri.jar

Running FXyz

After you've built the project you can run this with a simple java command.

java -jar dist/FXyzLib.jar

You can select between the multiple tests available under org.fxyz.tests:

java -cp .;dist/FXyzLib.jar org.fxyz.tests.Text3DTest

Sampler

For a visual application to run all the tests and their multiple options, you can try our Sampler.

License

The project is licensed under GPL 3. See LICENSE file for the full license.