Published
Edited
Aug 26, 2021
4 stars
Insert cell
# Hello, noise-canvas ( and tumult )
Insert cell
Insert cell
Insert cell
Insert cell
{
let cv = html`<canvas id="cnv"></canvas>`;
const simplex = new tumult.Simplex2('seed');
nc.default(cv, (x, y) => simplex.gen(x / 128, y / 128));
yield cv;
}
Insert cell
<style>
#cnv {
width: 500px;
height: 500px;
}
</style>
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