Skip to content

Releases: nickscha/geom

geom :: second release (0.0.2)

02 Mar 18:30
Compare
Choose a tag to compare

The second release of the geom libary with draft cascading tranforms and double types

Maven Dependency

<dependency>
  <groupId>com.github.nickscha</groupId>
  <artifactId>geom</artifactId>
  <version>0.0.2</version>
</dependency>

Roadmap

  1. Integer type support
  2. Enhance Javadocs
  3. Streamline types

Sonatype-Nexus:

https://oss.sonatype.org/#nexus-search;quick~com.github.nickscha

geom :: initial release (0.0.1)

19 Jan 22:07
ce1a7d6
Compare
Choose a tag to compare

Initial Release of the geom libary 0.0.1.

The first release of the geom libary with Quaternion, Matrices and Vector support for floats.

Maven Dependency

<dependency>
  <groupId>com.github.nickscha</groupId>
  <artifactId>geom</artifactId>
  <version>0.0.1</version>
</dependency>

Roadmap

  1. Double type support (Mat4d, Quatd, Vec3d, ...)
  2. Integer type support
  3. Add cascading Transform class for translating, scaling and rotating matrices based on their parent matrices.
  4. Enhance Javadocs
  5. Streamline types

Sonatype-Nexus:

https://oss.sonatype.org/#nexus-search;quick~com.github.nickscha