Vector and matrix library for LWJGL written in Scala, glm inspired

Started by jpbetz, March 12, 2015, 17:32:38

Previous topic - Next topic

jpbetz

I just released Subspace, a vector/matrix library for working with OpenGL in Scala into maven central.   It's opensourced with the Apache 2.0 license.

It's loosely based glm and included swizzle operators and some other GLSL based features.  It's mainly intended to be used with LWJGL.

More details at:

http://jpbetz.github.io/subspace/

-Joe

Neoptolemus

Nice! Haven't used Scala before myself but it is on the very long todo list I've been growing.

By the way, feel free to lift any functions you like from JOML, my Java maths library for LWJGL and incorporate it into your library. There's a thread for it below this one somewhere.