1.4.8 • Published 6 years ago

vmath v1.4.8

Weekly downloads
44
License
MIT
Repository
github
Last release
6 years ago

vmath

Travis CI Status

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

1.4.8

6 years ago

1.4.7

7 years ago

1.4.6

7 years ago

1.4.5

7 years ago

1.4.4

7 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago