OLD | NEW |
| (Empty) |
1 glMatrix | |
2 ======================= | |
3 | |
4 Javascript has evolved into a language capable of handling realtime 3D graphics,
| |
5 via WebGL, and computationally intensive tasks such as physics simulations. | |
6 These types of applications demand high performance vector and matrix math, | |
7 which is something that Javascript doesn't provide by default. | |
8 glMatrix to the rescue! | |
9 | |
10 glMatrix is designed to perform vector and matrix operations stupidly fast! By | |
11 hand-tuning each function for maximum performance and encouraging efficient | |
12 usage patterns through API conventions, glMatrix will help you get the most out | |
13 of your browsers Javascript engine. | |
14 | |
15 Learn More | |
16 ---------------------- | |
17 For documentation, news, tutorials, and more visit the [glMatrix Homepage](http:
//glmatrix.net/) | |
OLD | NEW |