• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

dist/22-Nov-2023-5,0492,447

jsdoc-template/22-Nov-2023-1,160958

spec/22-Nov-2023-3,8252,841

src/22-Nov-2023-4,8872,392

tasks/22-Nov-2023-425302

.gitignoreD22-Nov-202348 65

BUILDING.mdD22-Nov-2023203 74

LICENSE.mdD22-Nov-20231.1 KiB1916

README.chromiumD22-Nov-2023305 1613

README.mdD22-Nov-2023957 2318

TESTING.mdD22-Nov-2023332 127

VERSIOND22-Nov-20235 11

bower.jsonD22-Nov-2023540 2827

package.jsonD22-Nov-2023700 3130

webpack.config.jsD22-Nov-20231.7 KiB4722

webpack.config.min.jsD22-Nov-20231.3 KiB286

README.chromium

1Name: gl-matrix
2Short Name: gl-matrix
3URL: https://github.com/toji/gl-matrix
4Version: 0
5Revision: 8fc4869031e4ab1daf771e5206c2578e044cf495
6Date: Tue Feb 12 14:21:14 2013 -0800
7License: BSD
8License File: NOT_SHIPPED
9Security Critical: no
10
11Description:
12Matrix math in javascript
13
14Local Modifications:
15None.
16

README.md

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