KilledByAPixel / LittleJS

LittleJS is a fast HTML5 game engine with many features and no dependencies. 🚂 Choo-Choo!
MIT License
3.19k stars 160 forks source link

Upgrade to WebGL2 #66

Closed KilledByAPixel closed 5 months ago

KilledByAPixel commented 8 months ago

webgl2 is widely supported, we should probably change the engine over to use it. all the webgl stuff is already wrapped up super tight so it shouldn't be too much work.

KilledByAPixel commented 5 months ago

Webgl2!

only a few changes to hook this up, everything is pretty much the same