# p5-stuff **Repository Path**: mirrors_worldveil/p5-stuff ## Basic Information - **Project Name**: p5-stuff - **Description**: Messing around with p5.js - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

## Setup ```bash sh install.sh ``` ## Creating a new collection / projects within it Use the wonderful [`p5-manager`](https://www.npmjs.com/package/p5-manager) package. ```bash # create a new collection $ p5 new # now create a project (a sketch) with this collection $ cd $ p5 generate ``` ## Collections ## `trees` 1. [`trees/fractal_v1`](https://editor.p5js.org/fractal/sketches/rJdsWG-JV) 1. [`trees/object_oriented_v2`](https://editor.p5js.org/fractal/sketches/ry9hOz-1V) 1. [`trees/ltree_system_v3`](https://editor.p5js.org/fractal/sketches/B1xFGWfkN) ## Running a project ```bash $ cd $ p5 server --port 7890 ``` Then open up the browser [`http://localhost:7890`](http://localhost:7890). Server will automatically reload the browser whenever you make changes: