tree: b69022ada25942c0cfa3a498190a7e9dbed5a9a2 [path history] [tgz]
  1. dist/
  2. jsdoc-template/
  3. spec/
  4. src/
  5. tasks/
  6. .gitignore
  7. bower.json
  8. BUILDING.md
  9. LICENSE.md
  10. package.json
  11. README.chromium
  12. README.md
  13. TESTING.md
  14. VERSION
  15. webpack.config.js
  16. webpack.config.min.js
tracing/third_party/gl-matrix/README.md

glMatrix

Javascript has evolved into a language capable of handling realtime 3D graphics, via WebGL, and computationally intensive tasks such as physics simulations. These types of applications demand high performance vector and matrix math, which is something that Javascript doesn't provide by default. glMatrix to the rescue!

glMatrix is designed to perform vector and matrix operations stupidly fast! By hand-tuning each function for maximum performance and encouraging efficient usage patterns through API conventions, glMatrix will help you get the most out of your browsers Javascript engine.

Learn More

For documentation, news, tutorials, and more visit the glMatrix Homepage

Contributing

Contributions are welcome! Please make pull requests agains the dev branch, and please provide unit tests for new functionality. (See TESTING.md for details)