DDMAL / pixel_wrapper

Rodan Pixel.js Wrapper
Other
0 stars 1 forks source link

Use Canvas API whenever is possible #47

Open JRegimbal opened 4 years ago

JRegimbal commented 4 years ago

As the canvas API is written into the browser it is (for all major browsers at least) more efficient than any interpreted JS. This means that pixel-by-pixel actions (especially in for loops) should not be necessary anywhere. Increased Canvas API usage should increase performance.