Login  Register

Re: GLCanvas creation w/ GL3.3 core sample?

Posted by BIS on Sep 21, 2016; 1:28am
URL: https://forum.jogamp.org/GLCanvas-creation-w-GL3-3-core-sample-tp4037213p4037253.html


gouessej wrote
...  I personally reject the use of third party libraries duplicating more or less what could or should be done by JOGL ...

You know, this kind of goes back to my question about the math libraries. Does JOGL itself have matrix/vector math functionality similar to GLM? (That isn't deprecated from the forward-compatible contexts?) I'd just as soon use built-in capability, if possible, but I would like to stick to forward compatible stuff exclusively.

And thanks for the continued help.