Gl Matrix

Javascript Matrix and Vector library for High Performance WebGL apps
Alternatives To Gl Matrix
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Uplot8,0563513 days ago55January 27, 202392mitJavaScript
📈 A small, fast chart for time series, lines, areas, ohlc & bars
Gl Matrix5,0203,5241,0112 months ago26April 17, 202378mitJavaScript
Javascript Matrix and Vector library for High Performance WebGL apps
Awesome Casestudy2,441
a year ago
📕 Curated list of technical case studies on WebGL and creative development
Three Gpu Pathtracer1,0204a month ago16July 21, 2023115mitJavaScript
Path tracing renderer and utilities for three.js built on top of three-mesh-bvh.
Canvas538742 months ago17February 17, 202152mitC#
HTML5 Canvas API implementation for Microsoft Blazor
Wonder.js243232 years ago287May 16, 2021mitReScript
:rocket:Functional, High performance 3D Webgl Engine
The_force227
2 years ago11mitJavaScript
webGL live coding performance IDE
Gl Bench17013 months ago156June 13, 20219mitJavaScript
⏱ WebGL performance monitor with CPU/GPU load.
Blog114
5 years ago9
oh~~
Webglgap102
7 years agootherJavaScript
PhoneGap plugin to enable WebGL.
Alternatives To Gl Matrix
Select To Compare


Alternative Project Comparisons
Readme

glMatrix

NPM Version Build Status

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.

Learn More

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.

Contributing Guidelines

See CONTRIBUTING.md

Building

See BUILDING.md

Popular Webgl Projects
Popular Performance Projects
Popular Graphics Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Matrix
Vector
Performance
Webgl
Babel Plugin