Skip to content

metalglove/math-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Making Art with Mathematical Equations

1. Fractal Spirograph

A fractal created based on the rotations of n circles with a speed defined by k^(n-1) where k is a negative constant to flip the rotation of the circle for each new child circle. The size of each new circle is the parent's size divided by 3.

This fractal was generated using k = -4 and n = 100.

fractal.jpg

animation.gif Inspiration from: http://benice-equation.blogspot.com/2012/01/fractal-spirograph.html

2. Perlin noise

An animated one dimensional perlin noise graph and circle.

animation.gif Inspiration from: https://rtouti.github.io/graphics/perlin-noise-algorithm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published