ecj2 / momo

[NOT MAINTAINED / ABANDONED] A simple 2D game-making library written in JavaScript.
MIT License
1 stars 0 forks source link

Rewrite Momo to work with WebGL #30

Closed ecj2 closed 4 years ago

ecj2 commented 4 years ago

A lofty idea, but a worthwhile one. WebGL would allow for programmable shaders and better performance, if done correctly.

ecj2 commented 4 years ago

All texture-related drawing operations are now performed through a WebGL 2 context.