DDMAL / DDMAL/pixel_wrapper

Use Canvas API whenever is possible

Open
#47 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.