bsergent / overmorrow

Typescript canvas game engine
http://challengercity.com/v4/projects/overmorrow/
0 stars 1 forks source link

Add support for WebGL #13

Open bsergent opened 6 years ago

bsergent commented 6 years ago

This will be faster and allow for shaders. Plus, only the Renderer will need to be updated. This would also make lighting and muting colors based on health easier to implement.

bsergent commented 6 years ago

Rendering images with varying levels of opacity is also pretty slow with the canvas API. Because of this, having lots of items on the ground with pulsating opacity can create some noticeable lag.