Java bindings for V-HACD
See .travis.yml
From a linux installation launch:
./make.sh buildLinux32
./make.sh buildLinux64
./make.sh buildWindows32
./make.sh buildWindows64
From an osx installation launch:
./make.sh buildMac
From an osx or linux installation launch:
./make.sh buildJavaBindings
From a mac or linux instance launch:
./make.sh ghactions build
Results are stored in: build/tests
and build/release
plugins {
id "io.github.0ffz.github-packages" version "1.2.1"
}
repositories {
maven githubPackage.invoke("riccardobl")
}
dependencies {
compile 'vhacd:vhacd-native:${version}'
}
${version} should be changed with the tag name of the release you want to use.