Attractors
16
min
Particles fall around the stars. The Lab lesson you can drag.
( The code )
The line that does the work.
sketch.js
v.add(gravity(p, star, pull))
Open the Lab from the player and change the numbers in this line first.

( What it draws ) One render of this module’s sketch.
( Lesson notes )

This lesson is part of
Particles
A looping attractor animation
In this lesson
Particles fall around the stars. The Lab lesson you can drag. We build it live in about 16 minutes, then you change it in the Lab until it is yours.
Try this after
Change one number at a time and write down what it did. Most of the good surprises in this course come from the third or fourth change, not the first.
( In this module )
Keep going.
← Previous lesson
Friction and limits
Next lesson →