Inspired by twitter.com/balidani/status/1215105239361163264
How it kinda works: (use the "step" slider to see this process 😃)
1. generate points in circle using poisson disc util Poisson- Disc Grow Patterns
2. grab group of points, make shapes
3. for each segment of shape, draw rectangle kind of shape upwards
4. use polygon util for clipping , draw from front to back Stars
5. use hatching for lighting
Thanks to @reinder for utils and help on this one!
Log in to post a comment.
const turtle = new Turtle();let polygons = new Polygons();