6

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).

Community
  • 1
  • 1
Filip
  • 386
  • 6
  • 16

1 Answers1

2

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.

Jacob Parker
  • 2,546
  • 18
  • 31
  • 2
    I use thus port. It's compact and efficient. Though you're right, without templates it loses the original idea. – Michael IV Apr 02 '13 at 20:31