-
Notifications
You must be signed in to change notification settings - Fork 11
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
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