Public
Edited
Jan 7, 2023
Processing (p5.js)
Insert cell
Insert cell
Insert cell
setup = (sketch, context)=>{
sketch.createCanvas(width, 300);
}
Insert cell
draw = (sketch, context) => {
sketch.background("#000000ff");
}
Insert cell
import {Vue} from "@unluckyninja/vue"
Insert cell
import {p5, ParticleSystem} from "@tmcw/p5"
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more