🕛
Sunday / Jul 6th, 20257/6/2025

#33 — Poisson-disc Sampling

Nebula logo

In this coding challenge, I implement a "Poisson-disc Sampling" algorithm to evenly (but randomly) distribute a set of seed points throughout a canvas. The algorithm is implemented in JavaScript using p5.js.

  • Editing

    by Mathieu Blanchette

  • Animations

    by Jason Heglund

Passenger Showcase

No showcase projects submitted yet, you could be the first!

Have you made something? Please share your work!

Try a challenge!

Suggested by the video you're watching

"Quadtree" challenge

In this multi-part coding challenge, I implement a Quadtree data structure in JavaScript and visualize it with p5.js.