Exploring HTML5 Canvas Through Creative Coding
If you want to target the native web using Animate, the most popular option is to use the HTML5 Canvas document type. This is a native document type that is deeply integrated within Animate and produces animated and interactive content that will run in any modern web browser on a desktop or mobile. This is also ideal for experimental and creative coding techniques since native web technologies are open, free, and highly distributable.
Note
When we talk about “creative coding,” we are looking at building a program with the output being expressive instead of functional.
The HTML5 Canvas document type includes nearly all the capabilities and features that are available in older formats such as Flash, without the need for a separate plugin, extension, or runtime:
Figure 9.1 – The HTML5 Canvas document type
This is a native document type that is deeply integrated within Animate and...