View on GitHub

Jfxscad

JavaFX 3D CSG IDE

Download this project as a .zip file Download this project as a tar.gz file

JFXScad

Build Status

JavaFX 3D Printing IDE based on JCSG.

How to Build JFXScad

Requirements

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