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

HTML

To use q5.js in your own HTML, add this script tag:

<script src="https://q5js.org/q5.js"></script>

Use q5 in Visual Studio Code

Consider using q5 in VSCode via the p5play VSCode extension.

https://github.com/quinton-ashley/p5play/wiki/Get-Started

Package Managers

q5 is also available on npm and jsr.

Server Templates

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

⚠️ **GitHub.com Fallback** ⚠️