Skip to content

miho/VVecMath

Repository files navigation

VVecMath

Javadocs Java CI with Gradle


Vector math package used by JCSG, VRL and VMF.

How to Build VVecMath

Requirements

  • Java >= 1.8 (currently tested with Java 11)
  • Internet connection (dependencies are downloaded automatically)
  • IDE: Gradle Plugin (not necessary for command line usage)

IDE

Open the VVecMath Gradle project in your favourite IDE (tested with NetBeans 8.2) and build it by calling the assemble task.

Command Line

Navigate to the Gradle project (e.g., path/to/VVecMath) and enter the following command

Bash (Linux/OS X/Cygwin/other Unix-like shell)

bash gradlew assemble

Windows (CMD)

gradlew assemble