Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 666 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 666 Bytes

js-glm

Description

JS-GLM is a Javascript WebGL Math package designed to help ease the difficulty of handling mathmatical operations within WebGL applications. While JS-GLM is primiarily built with the webgl canvas context in mind, it will be built with the 2d canvas context as well as later versions of the webgl canvas context, such as webgl2, in mind.

TODO

  • Generate Mat3 Class
  • Generate Mat4 Class
  • Generate Vec2 Class
  • Generate Vec3 Class
  • Generate Vec4 Class
  • Generate Quat Class
  • Generate Eulr Class

Installation

TODO

Building

TODO

Usage

TODO

Examples

TODO

API

TODO