Hello all
I built this Lorenz Attractor in vvvv/VL:
Like always, I won’t tell you how it works, but challenge you to rebuild it. I reckon it’s clearer when built in C# and then draw in vvvv. The only illegal node here is the LorenzAttractor node, you should build that yourself!
If you’ve not seen anything like this before, see this as your gentle introduction to Chaos Theory
Chaos theory (or chaology) is an interdisciplinary area of scientific study and branch of mathematics. It focuses on underlying patterns and deterministic laws of dynamical systems that are highly sensitive to initial conditions. These were once thought to have completely random states of disorder and irregularities. Chaos theory states that within the apparent randomness of chaotic complex systems, there are underlying patterns, interconnection, constant feedback loops, repetition, self-si Small...
Extended version:
Build some more Attractors!
An attractor is a set of states (points in the phase space), invariant under the dynamics, towards which neighboring states in a given basin of attraction asymptotically approach in the course of dynamic evolution. An attractor is defined as the...
This one for example:
The attractor of the iterated function system given by the set of "fern functions" f_1(x,y) = [0.85 0.04; -0.04 0.85][x; y]+[0.00; 1.60] (1) f_2(x,y) = [-0.15 0.28; 0.26 0.24][x; y]+[0.00; 0.44] (2) f_3(x,y) = [0.20 -0.26; 0.23 0.22][x; y]+[0.00;...
1 Like
c# wise one could pretty much make a copycat of mr. shiffman‘s code.
1 Like
Ha wow nice @bjoern I didn’t know that!
tmp
February 4, 2018, 9:35pm
6
and here is my directcompute implementation of the lorenz attractor in dx11.particles :)
h99
February 4, 2018, 10:11pm
7
Ah! It seems you’re late at the party this time, @dominikKoller , uh?
What you gonna say now, mister fancy ferns?
1 Like
Gotta learn something new everyday ;)
1 Like
system
Closed
February 5, 2019, 1:09am
9
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.