Search code examples
javamathopengllwjglfrustum

Suggest a simple Java math library for matrix operations for use with OpenGL (lwjgl)


I'm writing an OpenGL app with Java. I need to do some math for camera and frustum culling (for AABB). Could you suggest a simple and fast Java math library for that?


Solution

  • Jama is pretty simple and fast.