New piece I finished last night.






Chaos Theory on love.
Did the blue & orange one last night.
I discovered a new genre of music today called ambient post-rock or something like that. I think I may have found a whole bunch of new music to listen to. An example of it can be found here: www.youtube.com/watch?v=Q65_Evr_RdY


animated GIFs in high-res (700x700)
Mathematica code:
Table[
ListAnimate[
Table[
Graphics[
{White, Line[
Table[
{-.99^n*Sin[n*a], .99^n*Cos[n*a]},
{n, 0, 700}]]},
PlotRange -> 1, ImageSize -> 700, Background -> Black],
{a, 2 Pi/p, 2 Pi/(p + 1), (2 Pi/(p + 1) - 2 Pi/p)/75}]],
{p, 3, 6, 1}]
Owned & Operated