Port for OpenGL (GLM) for Java

Is there any Java port for the GLM library ? I am using LWJGL and I am missing some good GLM features.

I saw the mention of the port in this answer, but I don’t know how to contact the person who wrote the answer (there are no stackoverflow messages, there is no way to add a comment to the closed question).

+6
source share
1 answer

Porting GLM to Java does not make sense - it is a very large C ++ library.

This Github repository (found in googling "glm java port opengl matrix") claims to be a "conceptual" port. Your mileage may vary.

+2
source

All Articles