Moved here
Some thoughts:
- How many ways can you draw rectangles in a browser (eg. dom, css, 2d canvas, svg, webgl)
- How is the fastest (most number of) rectangles can you draw with each approach?
Task:
- Paint random rectangles for 5 seconds, find out how fast each approach takes.