vmath
v1.4.8
Published
Yet another gl-matrix: faster and smaller
Downloads
930
Readme
vmath
Yet another gl-matrix but smaller (without SIMD) and faster (use Hidden class instead of Float32Array).
Why?
- Hidden classes + inline caching is much faster than Array/Float32Array.
- Remove SIMD for smaller footprint.
- Make sure using the column-major matrix for all calculation.
Install
npm install vmath
Documentation
License
MIT © 2017 Johnny Wu