platform-tooling/run/node_modules/gl-matrix
Quinn Ftw 85621b287e chore: snapshot before monorepo consolidation
Capture current working state before converting platform-tooling
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:39 -08:00
..
dist chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
docs chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
jsdoc-template chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
lib chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
spec chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
src chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
utils chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
.travis.yml chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
bower.json chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
BUILDING.md chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
CNAME chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
CONTRIBUTING.md chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
index.html chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
jsdoc.config.json chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
LICENSE.md chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
package.json chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
README.md chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
TESTING.md chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00
VERSION chore: snapshot before monorepo consolidation 2026-01-29 07:04:39 -08:00

glMatrix

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

Contributing Guidelines

See CONTRIBUTING.md

Building

See BUILDING.md