Skip to main content

p5 Commander

Easy management of p5.js sketches

language code size issues license version

View on deno.land




Installation

deno install -f -A --unstable -n p5 https://deno.land/x/p5_commander/mod.ts

Usage

Creating a collection

p5 new my_collection

Creating a sketch in the collection

p5 generate my_sketch

Running your sketches

p5 serve