Home | History | Annotate | only in /external/chromium-trace/trace-viewer/third_party/gl-matrix
Up to higher level directory
NameDateSize
.gitignore20-Jun-201418
dist/20-Jun-2014
Gemfile20-Jun-2014310
Gemfile.lock20-Jun-20141.1K
jsdoc-template/20-Jun-2014
LICENSE.md20-Jun-2014880
package.json20-Jun-2014584
Rakefile20-Jun-2014457
README.chromium20-Jun-2014305
README.md20-Jun-2014758
spec/20-Jun-2014
src/20-Jun-2014
tasks/20-Jun-2014
TESTING.md20-Jun-2014698
VERSION20-Jun-20145

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