Pomax / custom-graphics-element

Because what if you could just... write graphics sketches? On the web? Like, directly?
MIT License
17 stars 1 forks source link

Mention some other libraries that people use? #81

Open Pomax opened 8 months ago

Pomax commented 8 months ago

After all, why use <graphics-element> instead of Three.js, Paper.js, p5.js, or other frameworks?

(To which the answer is "the only code you write is the graphics code", rather than needing any sort of preamble. With the caveat that it's all canvas, so it's different from graphics libraries that use DOM--including svg--solutions like D3.js)