/ piacw.com / dev / final / node_modules / gl-matrix /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]cjs/2 years ago -  
[DIR]esm/2 years ago -  
[DIR]mat2/2 years ago - 0fb859dc fixed mobile overflwo options [كارل مبارك]
[DIR]mat2d/2 years ago - 0fb859dc fixed mobile overflwo options [كارل مبارك]
[DIR]mat3/2 years ago - 0fb859dc fixed mobile overflwo options [كارل مبارك]
[DIR]mat4/2 years ago - 0fb859dc fixed mobile overflwo options [كارل مبارك]
[DIR]quat/2 years ago - 0fb859dc fixed mobile overflwo options [كارل مبارك]
[DIR]quat2/2 years ago - 0fb859dc fixed mobile overflwo options [كارل مبارك]
[DIR]types.d.ts/2 years ago -  
[DIR]vec2/2 years ago -  
[DIR]vec3/2 years ago -  
[DIR]vec4/2 years ago -  
[TXT]LICENSE.md2 years ago1.1K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago1.6K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]gl-matrix-min.js2 years ago 50K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]gl-matrix.js2 years ago197K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]index.d.ts2 years ago119K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago1.4K0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

glMatrix

NPM Version Build Status

Javascript has evolved into a language capable of handling realtime 3D graphics, via WebGL, and computationally intensive tasks such as physics simulations. These types of applications demand high performance vector and matrix math, which is something that Javascript doesn't provide by default. glMatrix to the rescue!

glMatrix is designed to perform vector and matrix operations stupidly fast! By hand-tuning each function for maximum performance and encouraging efficient usage patterns through API conventions, glMatrix will help you get the most out of your browsers Javascript engine.

Learn More

For documentation and news, visit the glMatrix Homepage

For a tutorial, see the "introducing glMatrix" section of Introduction to Computer Graphics by David J. Eck

For a babel plugin to make writing the API nicer, see babel-plugin-transfrom-gl-matrix

Regarding the current performance in modern web browsers, calling glMatrix.setMatrixArrayType(Array) to use normal arrays instead of Float32Arrays can greatly increase the performance.

Contributing Guidelines

See CONTRIBUTING.md

Building

See BUILDING.md

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80