September 2021
🔨 Canvas and Javascript overview with exemples. From Udemy Créez des animations javascript avec l'HTML Canvas - Enzo Ustariz.
Demo on Github page.
The Canvas API provides a means for drawing graphics via JavaScript and the HTML element. Among other things, it can be used for animation, game graphics, data visualization, photo manipulation, and real-time video processing.
The Canvas API largely focuses on 2D graphics. The WebGL API, which also uses the element, draws hardware-accelerated 2D and 3D graphics.
