JFXScad
JavaFX 3D Printing IDE based on JCSG.
How to Build JFXScad
Requirements
- Java >= 1.8
- Internet connection (dependencies are downloaded automatically)
- IDE: Gradle Plugin (not necessary for command line usage)
IDE
Open the JFXScad
Gradle project in your favourite IDE (tested with NetBeans 7.4) and build it
by calling the assemble
task.
Command Line
Navigate to the Gradle project (e.g., path/to/JFXScad
) and enter the following command
Bash (Linux/OS X/Cygwin/other Unix-like shell)
sh gradlew assemble
Windows (CMD)
gradlew assemble