JavaFX 3D Printing IDE based on JCSG.
- Java >= 1.8
- Internet connection (dependencies are downloaded automatically)
- IDE: Gradle Plugin (not necessary for command line usage)
Open the JFXScad
Gradle project in your favourite IDE (tested with NetBeans 8) and build it
by calling the assemble
task.
Call the eclipse
task from the command line and import the project to your workspace.
Call the idea
task from the command line and open the project.
Navigate to the Gradle project (e.g., path/to/JFXScad
) and enter the following command
sh gradlew assemble
To run the JFXScad via gradle type:
sh gradlew run
gradlew assemble
To run the JFXScad via gradle type:
gradlew run