Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: tools/cc-frame-viewer/third_party/gl-matrix/README.md

Issue 12251005: [cc-frame-viewer] Add gl-matrix to third_party [redux] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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/)
OLDNEW
« no previous file with comments | « tools/cc-frame-viewer/third_party/gl-matrix/README.chromium ('k') | tools/cc-frame-viewer/third_party/gl-matrix/Rakefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698