Gathering detailed insights and metrics for gl-matrix-common
Gathering detailed insights and metrics for gl-matrix-common
Gathering detailed insights and metrics for gl-matrix-common
Gathering detailed insights and metrics for gl-matrix-common
npm install gl-matrix-common
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
5,400 Stars
655 Commits
725 Forks
153 Watching
6 Branches
86 Contributors
Updated on 28 Nov 2024
JavaScript (95.9%)
HTML (2.92%)
CSS (1.18%)
Cumulative downloads
Total Downloads
Last day
-62.3%
29
Compared to previous day
Last week
71.7%
285
Compared to previous week
Last month
29.6%
1,130
Compared to previous month
Last year
844.8%
10,591
Compared to previous year
3
JavaScript has evolved into a language capable of handling realtime 3D graphics, via WebGL, and computationally intensive tasks such as physics simulations. These types of applications demand high performance vector and matrix math, which is something that JavaScript doesn't provide by default. glMatrix to the rescue!
glMatrix is designed to perform vector and matrix operations stupidly fast! By hand-tuning each function for maximum performance and encouraging efficient usage patterns through API conventions, glMatrix will help you get the most out of your browser's JavaScript engine.
For documentation and news, visit the glMatrix Homepage
For a tutorial, see the "Introducing glMatrix" section of Introduction to Computer Graphics by David J. Eck
For a babel plugin to make writing the API nicer, see babel-plugin-transform-gl-matrix
Regarding the current performance in modern web browsers, calling glMatrix.setMatrixArrayType(Array)
to use normal arrays instead of Float32Arrays can greatly increase the performance.
See CONTRIBUTING.md
See BUILDING.md
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 16/26 approved changesets -- score normalized to 6
Reason
5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More