Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenGL mathematics (GLM) port for Java [closed]

is there any Java port for GLM library ? I'm using LWJGL and I'm missing some nice capabilities of GLM.

I have seen mention about port in this answer, but I don't know how to contact the person that wrote the answer (no messages on stackoverflow, no possibility to add comment to closed question).

like image 804
Filip Avatar asked Apr 01 '13 11:04

Filip


1 Answers

Porting GLM to Java wouldn't really make sense - it is very much a "C++" library.

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

like image 63
Jacob Parker Avatar answered Oct 07 '22 14:10

Jacob Parker