Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Uplot | 8,056 | 35 | 13 days ago | 55 | January 27, 2023 | 92 | mit | JavaScript | ||
📈 A small, fast chart for time series, lines, areas, ohlc & bars | ||||||||||
Gl Matrix | 5,020 | 3,524 | 1,011 | 2 months ago | 26 | April 17, 2023 | 78 | mit | JavaScript | |
Javascript Matrix and Vector library for High Performance WebGL apps | ||||||||||
Awesome Casestudy | 2,441 | a year ago | ||||||||
📕 Curated list of technical case studies on WebGL and creative development | ||||||||||
Three Gpu Pathtracer | 1,020 | 4 | a month ago | 16 | July 21, 2023 | 115 | mit | JavaScript | ||
Path tracing renderer and utilities for three.js built on top of three-mesh-bvh. | ||||||||||
Canvas | 538 | 7 | 4 | 2 months ago | 17 | February 17, 2021 | 52 | mit | C# | |
HTML5 Canvas API implementation for Microsoft Blazor | ||||||||||
Wonder.js | 243 | 2 | 3 | 2 years ago | 287 | May 16, 2021 | mit | ReScript | ||
:rocket:Functional, High performance 3D Webgl Engine | ||||||||||
The_force | 227 | 2 years ago | 11 | mit | JavaScript | |||||
webGL live coding performance IDE | ||||||||||
Gl Bench | 170 | 1 | 3 months ago | 156 | June 13, 2021 | 9 | mit | JavaScript | ||
⏱ WebGL performance monitor with CPU/GPU load. | ||||||||||
Blog | 114 | 5 years ago | 9 | |||||||
oh~~ | ||||||||||
Webglgap | 102 | 7 years ago | other | JavaScript | ||||||
PhoneGap plugin to enable WebGL. |
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 browsers 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-transfrom-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