1. imagine an all propagating information in light cones
  2. along a consecutive rotation of unit cube diagonals
          var rot4=[[-1,-1,-1],[-1,-1,+1],[-1,+1,+1],[1,+1,-1]];
        
  3. imagine this involves no more than attractive or repulsive forcers
  4. imagine they behave completely described by rule 150 cone line updates
          +++ ++- +-+ +-- -++ -+- --+ ---
           +   -+  -  -+   +-  +   +-  -
           +128        +16     +4  +2     == 130 + 20 == 150
    	
          rule150=function(p,q,s){return p!=q!=s;};
      
  5. 0oerknalling at one singularity
          var cosmos[15][15][15][15]=0; cosmos[07][07][07][07]=1;
      
  6. then you ask yourself how do you model and visualize this?
  7. for simple and clear depth visualization color
    1. a 4² pixel square centered inside
    2. an 8² centered inside
    3. a 12² centered inside
    4. a 16² centered inside
    5. a 20² centered inside
    6. a 24² centered inside
    7. a 28² centered inside
    8. a 32² centered inside
    9. a 36² centered inside
    10. a 40² centered inside
    11. a 44² centered inside
    12. a 48² centered inside
    13. a 52² centered inside
    14. a 58² centered inside
    15. a 60² square tile and
  8. repeat 15² of these inward tiles on a perpendicular square plane canvas of 900² pixels