SkillAgentSearch skills...

Vmath

Yet another gl-matrix: faster and smaller.

Install / Use

/learn @gamedev-js/Vmath
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars17
CategoryDevelopment
Updated3y ago
Forks7

Languages

JavaScript

Security Score

80/100

Audited on Jul 13, 2022

No findings