1glMatrix
2=======================
3
4Javascript has evolved into a language capable of handling realtime 3D graphics,
5via WebGL, and computationally intensive tasks such as physics simulations.
6These types of applications demand high performance vector and matrix math,
7which is something that Javascript doesn't provide by default.
8glMatrix to the rescue!
9
10glMatrix is designed to perform vector and matrix operations stupidly fast! By
11hand-tuning each function for maximum performance and encouraging efficient
12usage patterns through API conventions, glMatrix will help you get the most out
13of your browsers Javascript engine.
14
15Learn More
16----------------------
17For documentation, news, tutorials, and more visit the [glMatrix Homepage](http://glmatrix.net/)
18
19Contributing
20----------------------
21Contributions are welcome! Please make pull requests agains the `dev` branch,
22and please provide unit tests for new functionality. (See TESTING.md for details)
23