leios / Fable.jl

General purpose animations via iterated function systems
MIT License
27 stars 4 forks source link

FractalInputs should accept expressions #74

Open leios opened 1 year ago

leios commented 1 year ago

FractalInputs should allow users to write fi("a", 2*frame+2) or something of the sort. Maybe have the current FractalInput as a supertype or something and then have SimpleInput / ExpressionInput as a subtype?

As normal, these are evaluated into numbers before the kernel is launched.