Get Started - q5js/q5.js GitHub Wiki
If you're a beginner, I highly recommend using q5.js with an online code editor template. Scroll to the "Start coding!" section on the q5 homepage. https://q5js.org
To use q5.js in your own HTML, add this script tag:
<script src="https://q5js.org/q5.js"></script>
Consider using q5 in VSCode via the p5play VSCode extension.
https://github.com/quinton-ashley/p5play/wiki/Get-Started
q5 is also available on npm and jsr.
q5 can also be used server side with node, bun, or deno!
https://github.com/q5js/q5-node-template https://github.com/q5js/q5-deno-template