Skip to content

Lorenz attractor, mathematical Chaos Theory / Butterfly Effect

License

Notifications You must be signed in to change notification settings

MarioAriasGa/lorenz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b7e46d2 · Jul 15, 2019

History

3 Commits
Apr 9, 2017
Apr 8, 2017
Apr 8, 2017
Jul 15, 2019
Jul 15, 2019
Jul 15, 2019
Apr 8, 2017
Jul 15, 2019
Jul 15, 2019
Apr 8, 2017
Jul 15, 2019
Apr 8, 2017
Apr 8, 2017
Apr 8, 2017

Repository files navigation

Animated 3D Simulation of Lorenz Attractor (Mathematical Butterfly Effect / Chaos Theory)

What the hell is that?

The Lorenz attractor is a set of three differential equations that define a path in tridimentional space:

Given a 3D point in space (x,y,z) at time t0, you can calculate the next point t1 by using a numerical iterative method (such as Runge-Kutta). If you apply this again and again you can generate a set of points that can be rendered and animated.

So what about it? This path has a "butterfly" shape and exhibits chaotic properties, a small change in the initial point can lead to completely different (and apparently random) paths.

Dependencies

Under OSX, having Xcode installed.

Under Linux: sudo apt-get install freeglut3-dev libgles2-mesa-dev

Compiling

$ make

Running

$ ./lorenz

Usage

  • Space: Play/Pause
  • ESC: Exit
  • Mouse: Rotate
  • Keys 1-5: Several presets.
  • +/-: Zoom
  • u: Animation mode (Full graph, start to current, trail)
  • r/t: Animation speed
  • y: Restart animation.
  • o: Line mode (Point/Line/Triangles)
  • p: Show graph of projection to each axis.

Screenshots