vmath

1.4.8 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.8
    577
    • latest

Version History

Package Sidebar

Install

npm i vmath

Weekly Downloads

218

Version

1.4.8

License

MIT

Last publish

Collaborators

  • johnnywu