Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miho/vvecmath
Vector math package used by JCSG, VRL and VMF.
https://github.com/miho/vvecmath
constructive-solid-geometries java jcsg vecmath vml vrl vrl-studio
Last synced: 8 days ago
JSON representation
Vector math package used by JCSG, VRL and VMF.
- Host: GitHub
- URL: https://github.com/miho/vvecmath
- Owner: miho
- License: other
- Created: 2017-02-03T20:08:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T16:44:34.000Z (about 3 years ago)
- Last Synced: 2023-10-20T21:48:43.201Z (about 1 year ago)
- Topics: constructive-solid-geometries, java, jcsg, vecmath, vml, vrl, vrl-studio
- Language: Java
- Homepage:
- Size: 292 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VVecMath
[![Javadocs](https://www.javadoc.io/badge/eu.mihosoft.vvecmath/vvecmath.svg)](https://www.javadoc.io/doc/eu.mihosoft.vvecmath/vvecmath)
![Java CI with Gradle](https://github.com/miho/VVecMath/workflows/Java%20CI%20with%20Gradle/badge.svg)
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](http://www.gradle.org/) Plugin (not necessary for command line usage)### IDE
Open the `VVecMath` [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with NetBeans 8.2) and build it
by calling the `assemble` task.### Command Line
Navigate to the [Gradle](http://www.gradle.org/) 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