0

More About This Fractal Art Generator

This above animation application enables you to generate a fractal art known as the “cross-stitch curve” programmatically. This art is completely programmatic/mathematical and uses the principle of recursion. While this curve belongs to the bigger family of “Koch Snowflakes”, this kind of art is also related to the concept of “infinite regress”.

How Can I Learn the Concepts Behind this Fractal Art Generator?

If your are interested to learn more about these concepts, I am linking the relevant resources (that I have written) at the end of this text.
  1. Inro to Recursion
  2. Intro to Fractals
  3. Intro to Infinite Regress

How Do I Get the Code for this Fractal Art Generator?

The code for this fractal art generator is complex due to web sandboxes being asynchronous and recursive algorithms being synchronous. Furthermore, the application needs to cater to various devices and handle other functional and aesthetic requirements. For instance, higher iterations feature faster animation speeds, lighter pen-strokes, etc. You don’t need to get into all this hassle. You can access a hassle-free python version of the same algorithm here. All the best and have fun!