evanw / lightgl.js

A lightweight WebGL library
MIT License
1.52k stars 146 forks source link

UMD format #27

Open nikrowell opened 7 years ago

nikrowell commented 7 years ago

Thanks for the great library! I've been able to play with GLSL without going all in with verbose WebGL calls, and without depending on higher level libraries. I've updated this to use UMD format for require() / ES6 import usage. Would love to have this available through npm if you publish any of your code there. Cheers!