johnny-morrice / godelbrot

Unix-style Mandelbrot set renderer in Golang
MIT License
8 stars 1 forks source link

User defined formulae #26

Open johnny-morrice opened 8 years ago

johnny-morrice commented 8 years ago

We should define or use an existing formula specification language in order to interpret and compile user formula for fractals.

Targets (not expecting to get all of these done in the first implementation):

Must integrate with plugins and clustering.

Note that plugins allow users to write highly optimised algorithms, so it's not vital that formulae be optimised or transformed in any way. A straightforward pixel by pixel iteration would be easier for users to understand too.