Mathematica code:Rot80 =  Table[  Table[   RotationTransform[a, {1, 1, 0}, {0, 0, 0}][Tuples[{-1, 1}, 3][[v]]],  {v, 1, 8, 1}],{a, 0, 2 Pi,  Pi/80}]Edge := {1, 2, 4, 3, 7, 8, 6, 5, 1, 3, 4, 8, 7, 5, 6, 2}CubeTrail[h_, op_, N_, s_, r_, z_, t_, PR_, IS_, C_] := Graphics[  Table[   Scale[    Translate[     {AbsoluteThickness[h], Opacity[op],       If[C == 1, Black, White],      Line[       Table[        {Rot80[[1 + Mod[t, 80]]][[Edge[[e]]]][[1]],         Rot80[[1 + Mod[t, 80]]][[Edge[[e]]]][[2]]},        {e, 1, 16, 1}]]},     r{Cos[2 Pi*(n*t/80 + k)/N], Sin[2 Pi*(n*t/80 + k)/N]}],    z^n, r{Cos[2 Pi*(n*t/80 + k)/N], Sin[2 Pi*(n*t/80 + k)/N]}],   {k, 1, N, 1},   {n, 1, s, 1}],  PlotRange -> PR, ImageSize -> 500,   Background -> If[C == 0, Black, White]]Manipulate[P = {h, op, N, s, r, z, t, PR, IS, C}; CubeTrail[h, op, N, s, r, z, t, PR, 500, 0],{{h, 1}, 0, 20}, {op, 1, 0}, {{N, 4}, 1, 16, 1}, {s, 1, 100, 1}, {{r, 3.5}, 0, 10}, {z, 1, 0},{{PR, 5}, 1, 5}, {C, 0, 1, 1},{t, 0, 100, 1}]P ={1.5, 1, 4, 8, 3.8, 0.75, 0, 5, 500, 0}Manipulate[CubeTrail[P[[1]],P[[2]],P[[3]],P[[4]],P[[5]],P[[6]],t,P[[8]],500,0],{t, 1, 80, 1}]


Mathematica
code:
Rot80 = 
Table[
Table[
RotationTransform[a, {1, 1, 0}, {0, 0, 0}][Tuples[{-1, 1}, 3][[v]]],
{v, 1, 8, 1}],
{a, 0, 2 Pi, Pi/80}]

Edge := {1, 2, 4, 3, 7, 8, 6, 5, 1, 3, 4, 8, 7, 5, 6, 2}

CubeTrail[h_, op_, N_, s_, r_, z_, t_, PR_, IS_, C_] :=
Graphics[
Table[
Scale[
Translate[
{AbsoluteThickness[h], Opacity[op],
If[C == 1, Black, White],
Line[
Table[
{Rot80[[1 + Mod[t, 80]]][[Edge[[e]]]][[1]],
Rot80[[1 + Mod[t, 80]]][[Edge[[e]]]][[2]]},
{e, 1, 16, 1}]]},
r{Cos[2 Pi*(n*t/80 + k)/N], Sin[2 Pi*(n*t/80 + k)/N]}],
z^n, r{Cos[2 Pi*(n*t/80 + k)/N], Sin[2 Pi*(n*t/80 + k)/N]}],
{k, 1, N, 1},
{n, 1, s, 1}],
PlotRange -> PR, ImageSize -> 500,
Background -> If[C == 0, Black, White]]

Manipulate[P = {h, op, N, s, r, z, t, PR, IS, C};
CubeTrail[h, op, N, s, r, z, t, PR, 500, 0],
{{h, 1}, 0, 20}, {op, 1, 0},
{{N, 4}, 1, 16, 1}, {s, 1, 100, 1},
{{r, 3.5}, 0, 10}, {z, 1, 0},
{{PR, 5}, 1, 5}, {C, 0, 1, 1},
{t, 0, 100, 1}]

P ={1.5, 1, 4, 8, 3.8, 0.75, 0, 5, 500, 0}

Manipulate[
CubeTrail[P[[1]],P[[2]],P[[3]],P[[4]],P[[5]],P[[6]],t,P[[8]],500,0],
{t, 1, 80, 1}]

 
  1. rain--bytes reblogged this from intothecontinuum
  2. followyourdr3ams reblogged this from mcrellington and added:
    hermoso y desconocido
  3. yolkyolk reblogged this from lembarrasduchoix
  4. gofzy reblogged this from lembarrasduchoix
  5. lembarrasduchoix reblogged this from forcedinfodumps
  6. seriousputty reblogged this from iseeforeverinyou
  7. unicornthoughtz reblogged this from mesmerizingpsychedelics
  8. mesmerizingpsychedelics reblogged this from geometric-aesthetic
  9. livelifelovelifelaughlikelife reblogged this from life-of-a-gay-kid
  10. atonalpoet reblogged this from intothecontinuum
  11. tannerthemoose reblogged this from intothecontinuum
  12. sevencubed reblogged this from devaneo
  13. to-stay-awake-for-the-longest reblogged this from 3-4shutthedoor
  14. 3ambox reblogged this from intothecontinuum
  15. julylama reblogged this from intothecontinuum and added:
    LIFE & MATHEMATICS Mathematica code: Rot80 = Table[ Table[ RotationTransform[a, {1, 1, 0}, {0, 0, 0}][Tuples[{-1, 1},...
  16. horsecraycray reblogged this from heylola2
  17. doitsuvevo reblogged this from heylola2
  18. heylola2 reblogged this from girl-in-the-galaxies
  19. acollisionwithhope reblogged this from girl-in-the-galaxies
  20. allamericanhometownzero reblogged this from girl-in-the-galaxies
  21. girl-in-the-galaxies reblogged this from intothecontinuum
  22. sa-cri-le-gio reblogged this from su-pli-cio
  23. cforcier23 reblogged this from intothecontinuum
  24. fur-everyoung reblogged this from intothecontinuum
  25. lesbiansegals reblogged this from intothecontinuum
  26. moviefinatic reblogged this from intothecontinuum
  27. soundwavescantbehold reblogged this from forcedinfodumps
  28. forcedinfodumps reblogged this from intothecontinuum
  29. we-can-escape reblogged this from acwtime
  30. life-isnowhere reblogged this from lalala567
  31. dead-goon reblogged this from kingfantastic