Home | History | Annotate | only in /external/chromium-trace/catapult/tracing/third_party/gl-matrix
Up to higher level directory
NameDateSize
.gitignore24-Aug-201648
bower.json24-Aug-2016540
BUILDING.md24-Aug-2016203
dist/24-Aug-2016
jsdoc-template/24-Aug-2016
LICENSE.md24-Aug-20161.1K
package.json24-Aug-2016700
README.chromium24-Aug-2016305
README.md24-Aug-2016957
spec/24-Aug-2016
src/24-Aug-2016
tasks/24-Aug-2016
TESTING.md24-Aug-2016332
VERSION24-Aug-20165
webpack.config.js24-Aug-20161.7K
webpack.config.min.js24-Aug-20161.3K

README.chromium

      1 Name: gl-matrix
      2 Short Name: gl-matrix
      3 URL: https://github.com/toji/gl-matrix
      4 Version: 0
      5 Revision: 8fc4869031e4ab1daf771e5206c2578e044cf495
      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/)
     18 
     19 Contributing
     20 ----------------------
     21 Contributions are welcome! Please make pull requests agains the `dev` branch, 
     22 and please provide unit tests for new functionality. (See TESTING.md for details)
     23