2gis/gl-matrix

Name: gl-matrix

Owner: 2GIS

Description: Javascript Matrix and Vector library for High Performance WebGL apps

Forked from: toji/gl-matrix

Created: 2017-08-18 09:34:02.0

Updated: 2017-09-16 05:41:07.0

Pushed: 2017-11-30 11:35:51.0

Homepage: glmatrix.net

Size: 4653

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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, news, tutorials, and more visit the glMatrix Homepage

Contributing

Contributions are welcome! Please provide unit tests for new functionality. (See TESTING.md for details)

Release

npm version patch && git push --follow-tags && npm run pub


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.