Re: Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agnostic (PMVMatrix, Matrix4f, Vec4f, ..)
Posted by
gouessej on
Sep 22, 2023; 7:25am
URL: https://forum.jogamp.org/Bug-1452-Decouple-math-functionality-to-com-jogamp-math-to-be-toolkit-agnostic-PMVMatrix-Matrix4f-Ve-tp4042948p4042952.html
com.jogamp.math alone wouldn't be enough to replace vecmath and ardor3d-math because some methods have to deal with OpenGL or at least with NIO buffers but com.jogamp.math + the OpenGL specific part would be a better candidate for this purpose. Moreover, other APIs would benefit of something potentially very well tested and a strong separation between the toolkit agnostic part and the toolkit specific part.