Animated Pteridophyta style body background color rgb 200 200 200 min height 600px canvas margin auto style script src https cdnjs cloudflare com ajax libs p5 js 0 7 1 p5 min js script script let x 0 let y 0 let c 180 const r 59 function setup createCanvas 600 600 colorMode HSB background 0 function draw for let i 0 i 500 i let tx 0 let ty 0 stroke c 60 100 1 point x r width 2 50 height y r let sw random 100 if sw 15 tx 0 85 x 0 04 y ty 0 04 x 0 85 y 1 6 else if sw 8 tx 0 15 x 0 28 y ty 0 26 x 0 24 y 0 44 else if sw 1 tx 0 2 x 0 26 y ty 0 23 x 0 22 y 1 6 else tx 0 ty y 0 16 x tx y ty c 2 console log ready script
c 60 100 1 point x r width 2 50 height y r let sw random 100 if sw 15 tx 0 85 x 0 04 y ty 0 04 x 0 85 y 1 6 else if sw 8 tx 0 15 x 0 28 y ty 0 26 x 0 24 y 0 44 else if sw 1 tx 0 2 x 0 26 y ty 0 23 x 0 22 y 1 6 else tx 0 ty y 0 16 x tx y ty c 2 console log ready script