Awesome
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 (with Gradle Plugin)
Open the JFXScad
Gradle project in your favourite IDE (tested with NetBeans 8) and build it
by calling the assemble
task.
IDE (without Gradle Plugin)
Eclipse
Call the eclipse
task from the command line and import the project to your workspace.
IntelliJ
Call the idea
task from the command line and open the project.
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
To run the JFXScad via gradle type:
sh gradlew run
Windows (CMD)
gradlew assemble
To run the JFXScad via gradle type:
gradlew run