Home | History | Annotate | only in /external/chromium-trace/trace-viewer/third_party/gl-matrix
Up to higher level directory
NameDateSize
.gitignore23-Apr-201518
dist/23-Apr-2015
Gemfile23-Apr-2015310
Gemfile.lock23-Apr-20151.1K
jsdoc-template/23-Apr-2015
LICENSE.md23-Apr-2015880
package.json23-Apr-2015584
Rakefile23-Apr-2015457
README.chromium23-Apr-2015305
README.md23-Apr-2015758
spec/23-Apr-2015
src/23-Apr-2015
tasks/23-Apr-2015
TESTING.md23-Apr-2015698
VERSION23-Apr-20155

README.chromium

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

README.md

      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/)