Skip to content
/ FXyz Public
forked from Birdasaur/FXyzLib

JavaFX 3D Visualization and Component Library

License

Notifications You must be signed in to change notification settings

gediwes/FXyz

 
 

Repository files navigation

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.

About

JavaFX 3D Visualization and Component Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%