JOML-CI / JOML

A Java math library for OpenGL rendering calculations
MIT License
726 stars 104 forks source link

Jar Setup similar to LWJGL? #301

Closed extorc closed 3 years ago

extorc commented 3 years ago

How can I setup JOML in a similar way as LWJGL by adding some jar files to my build path libraries?

httpdigest commented 3 years ago

JOML is both published as a Maven/Gradle artifact to Maven Central and OSS Sonatype Snapshot repository (exactly like LWJGL) and is downloadable via a simple jar file under various links, such as:

In my opinion, it is really hard to miss how to download or use JOML.