# Interactive Sandbox ### A Template for Creating Explorable Documents With p5.js This is some text written in markdown. It can include [links](https://aatishb.com/stringmath/), or equations like $x^2 + y^2 = z^2$. Here's the [source code](https://github.com/aatishb/interactivesandbox/blob/main/index.html) for this page. ## A p5 Animation You can embed a p5 interactive with sliders. Here's another p5 interactive. Try moving your mouse over it. Try changing the code or adding more interactives! (Remember to write the p5 code in [instance mode](https://github.com/processing/p5.js/wiki/Global-and-instance-mode).)