https://phfrohring.com/page/ac946fae-6766-428b-bb26-c63880167228/ Illustration TOC SHOW ANSWERS home This article explains how to integrate a p5.js animation into a web page. It includes a series of questions and answers to test readers' understanding of basic p5.js concepts. The accompanying animation demonstrates both the integration process and the concepts in action. The objective is to learn enough about P5.js to integrate simple animations into a web page. 1. The section Experiment demonstrates an integration of p5.js animation into this very web page. 2. The section QA tests the readers understanding of p5.js through a series of questions and answers. The objective of the experiment is to display a grid of interconnected nodes. An animation will demonstrate how `probes' propagate from one node to another by sensing the neighbors of each node and choosing to jump to the next node in a given direction. A grid of nodes is displayed below. Three probes are started at the top left corner in red, each with a given direction. In a nutshell, how to use p5? We will examine this web page experiment and describe its main elements. Given this HTML: