glMatrix

by Bandock
Port of a well-known JavaScript Matrix and Vector Library.
ID:1892904
 
Since I have a feeling others have been thinking the same thing, I thought why not include a nicely working library that could benefit WebGL development for DM.

Admittedly, I haven't done much with WebGL to this day (though I have experimented with WebGL and regular OpenGL in the past). However, I have found that the library works.

Feel free to provide any feedback. For anyone who wants to become a helper, let me know.

Current goal right is to keep it ported. I figured it would be best to supply the JavaScript file inside the library (and be stored inside the resource file for anyone who compiles with it).

Next goal is to possibly expand the library to make it work more with DM. Possibly, merge the usage of DM matrices with glMatrix's matrices. I'm open to ideas for porting it. One important thing is to make sure it is maintained. I know some of y'all probably want me to direct the source online. However, I figured it would be best to supply it by hand.