Skip to content

Java implementation of the openCTM Mesh compression file format

License

Notifications You must be signed in to change notification settings

n1ko-w1ll/JOpenCTM

 
 

Repository files navigation

JOpenCTM

Java implementation of the OpenCTM file-format. This library is licensed under the LGPL 3.0 License.

maven dependency:

    <dependency>
        <groupId>com.github.danny02</groupId>
        <artifactId>JOpenCTM</artifactId>
        <version>1.3</version>
    </dependency>

To use the latest snap-shot build use this in your pom:

Build Status

    <dependency>
        <groupId>com.github.danny02</groupId>
        <artifactId>JOpenCTM</artifactId>
        <version>1.4-SNAPSHOT</version>
    </dependency>

and also this repository:

    <repository>
            <id>sonatype-nexus-snapshots</id>
            <name>Sonatype Nexus Snapshots</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
            <snapshots>
                    <enabled>true</enabled>
            </snapshots>
    </repository>

About

Java implementation of the openCTM Mesh compression file format

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 78.9%
  • IDL 21.1%