• Home
  • History
  • Annotate
  • only in /external/chromium-trace/trace-viewer/third_party/gl-matrix/
NameDateSize

..12-Mar-20154 KiB

.gitignore12-Mar-201518

dist/12-Mar-20154 KiB

Gemfile12-Mar-2015310

Gemfile.lock12-Mar-20151.1 KiB

jsdoc-template/12-Mar-20154 KiB

LICENSE.md12-Mar-2015880

package.json12-Mar-2015584

Rakefile12-Mar-2015457

README.chromium12-Mar-2015305

README.md12-Mar-2015758

spec/12-Mar-20154 KiB

src/12-Mar-20154 KiB

tasks/12-Mar-20154 KiB

TESTING.md12-Mar-2015698

VERSION12-Mar-20155

README.chromium

1Name: gl-matrix
2Short Name: gl-matrix
3URL: https://github.com/toji/gl-matrix
4Version: 0
5Revision: 69f6665cb2e5de40f27b0eef885b4b4ab32136d4
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/)