Home | History | Annotate | only in /external/chromium-trace/trace-viewer/third_party/gl-matrix
Up to higher level directory
NameDateSize
dist/06-Dec-2013
Gemfile06-Dec-2013310
Gemfile.lock06-Dec-20131.1K
jsdoc-template/06-Dec-2013
LICENSE.md06-Dec-2013880
package.json06-Dec-2013584
Rakefile06-Dec-2013457
README.chromium06-Dec-2013305
README.md06-Dec-2013758
spec/06-Dec-2013
src/06-Dec-2013
tasks/06-Dec-2013
TESTING.md06-Dec-2013698
VERSION06-Dec-20135

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