This is an implementation of a basic 3D engine for learning and experimentation.
To include this library in your project use the following maven dependency :
<dependency>
<groupId>dev.secondsun</groupId>
<artifactId>java-isoengine</artifactId>
<version>0.3</version>
</dependency>
If you are using jpms modules :
requires dev.secondsun.javaisoengine;
To deploy this artifact to Maven Central
mvn deploy -Prelease
with your credentials set for ossrh / Sonatype.