Skip to content

Latest commit

 

History

History
86 lines (73 loc) · 5.55 KB

README.md

File metadata and controls

86 lines (73 loc) · 5.55 KB

BeautifulMath

Processing Repo for Math class

This Repo is a collection of Drawings created with Math rules and visualised with Processing.

Documents

1. Spirals - [Wikipedia](https://en.wikipedia.org/wiki/Spiral) - [SEASHELLS: THE PLAINNESS AND BEAUTY OF THEIR MATHEMATICAL DESCRIPTION](http://www.mat.uc.pt/~picado/conchas/eng/article.pdf) 2. Perlin Noise - [Perlin Noise](https://flafla2.github.io/2014/08/09/perlinnoise.html) 3. Julia Set and Mandelbrot - [Julia and Mandelbrot explained](http://www.relativitybook.com/CoolStuff/julia_set.html)

Spirales

Spirale

SpiraleLineAnims

SpiraleLineAnim_iPlus0_7

SpiraleLineAnim_iPlus1_3

SpiraleLineAnim_iPlus1_4

SpiraleLineAnim_iPlus1_6

SpiraleLineAnim_iPlus1_8

Spirale Logarithmus

Spirale 3

Fermat Spirale

Spirale 4

Spirale Funnel

Spiral Funnel

Epicycloid

Epicycloid Wikipedia

Epicycloid

Valentins Animation

valentins art

Computer Algorithms visualized

Bubble Sort

Bubblesort

Selection Sort

Selectionsort

Insertion Sort

Insertionsort

Quick Sort

Quicksort

Perlin Noise

Perlin Noise

Perlin Noise Height Only

Markov Chain

Sein oder Unsinn

Feigenbaum

Feigenbaum

henon Map

henonMap

[Henon Map](https://en.wikipedia.org/wiki/H%C3%A9non_map)

Julia Menge / Mandelbrot

Mandelbrot

Julia

After every y loop we increment: cxadd += 0.1;

mandelbrot

After every y loop we increment: c2yadd += 0.1;

Julia and Mandelbrot

After every y loop we increment: cxadd += 0.1; c2yadd += 0.1;

Julia and Mandelbrot Zoom

After every y loop we increment: cxadd = -0.75; c2yadd = -0.2;

Julia Menge

Recursive Tree

Recursive Tree

Cellular Automata

1 dimensional

Game of Life

Game of Life 2

Game of Life 3D