Skip to content
forked from g-truc/glm

OpenGL Mathematics (GLM) For The Playstation 2

License

Notifications You must be signed in to change notification settings

Richard-Stump/glm-ps2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glm-ps2

This is a port of the glm library to the Playstation 2.

To use this, you should have your ps2dev environment setup to allow C++ code to compile.

The Playstation 2's floating point format is not IEEE754 compliant. glm normally checks that the floating point format of the system is IEEE754 compliant, so these checks have been changed in this port. SIMD instructions are also different, so the simd types in glm don't work currently.

About

OpenGL Mathematics (GLM) For The Playstation 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.9%
  • C 2.4%
  • CMake 0.7%