/Illusion

Code for an animated sinusoidal Müller-Lyer illusion

Primary LanguageJupyter Notebook

Animated sinusoidal Müller-Lyer illusion

This is a variant of Gianni Sarcone's (@gsarcone) illusion, which is itself a variant of the original Müller-Lyer illusion

See tweet for more details.

Illusion

The notebook is somewhat cleaned up. The make_animation function will create some .png files that you can stitch together into an animated gif with ImageMagick.

convert -delay 7 -loop 0 frame*.png  animation.gif