/flowerPattern

A flower pattern in P5Js using two different approaches for curved shapes

Primary LanguageJavaScript

A flower pattern in P5Js

Two versions in two different branches:

This is the original trouser pattern which I was trying to replicate:

Original pattern

A quadratic vertex approach, which is more star like

Stars

A bezier curve approach, which is more circular

Circles