gl-matrix : Javascript Matrix and Vector library for High Performance WebGL apps. You can installing gl-matrix npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gl-matrix $ sudo npm install -g gl-matrix
If want to update the gl-matrix package execute the command as below,
$ sudo npm update gl-matrix
Update package globally,
$ npm install -g gl-matrix
$ sudo git clone https://github.com/rektide/gl-matrix.git
$ sudo npm install -g ./gl-matrix
gl-matrix@2.4.0 /usr/lib/node_modules/gl-matrix
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gl-matrix
Package Name | gl-matrix |
Version | 2.4.0 |
Description | Javascript Matrix and Vector library for High Performance WebGL apps |
Released Date | 2017-07-22T19:05:06.820Z |
Published by | toji |
How to Learn | https://www.npmjs.com/package/gl-matrix/tutorial |