Skip to content

Get Started

Quinton Ashley edited this page Dec 2, 2024 · 3 revisions

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