Animated Curves

This project is inspired by the ideas found on https://tixy.land. It allows to create a function that will be applied to all points on a curve generated using L-system rules.

order = 20 angle = 90 A => A+BF+BF B => BF formula = sin(i / n * 10 + x + y - t)
order = 20 angle = 90 this grid generates 420 points, but it is overridable like this: points = 400 A => A+BF+BF B => BF formula = (x - y) / i - sin(t)
order = 4 angle = 90 A => BF-F-BFFFC-F-FC+F+BF-F-BFFFC-F-FC B => BFFFC-F-FC+F+B C => C+F+BF-F-BFFFC formula = sin(i / x / y - t)
order = 6 angle = 120 A => F+F+F F => F-F+F formula = sin(log(i) - t)