Highly optimized 2D|3D math library, also known as OpenGL Mathematics (glm) for `C`. cglm provides lot of utils to help math operations to be fast and quick to write.
Highly optimized 2D|3D math library, also known as OpenGL Mathematics (glm) for `C`. cglm provides lot of utils to help math operations to be fast and quick to write.
To install cglm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cglm
To see what files were installed by cglm, run:
port contents cglm
To later upgrade cglm, run:
sudo port selfupdate && sudo port upgrade cglm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.