1.4.8 • Published 7 years ago

vmath v1.4.8

Weekly downloads
44
License
MIT
Repository
github
Last release
7 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

7 years ago

1.4.7

8 years ago

1.4.6

8 years ago

1.4.5

8 years ago

1.4.4

8 years ago

1.4.3

8 years ago

1.4.2

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago