Month: October 2015

  • code drawing 128

    code drawing 128

    code drawing 128, various states, created 2015-10-26. I added another sprite that would clone itself to bring back the drawn lines. I had each one of the clones of the line drawing sprites move to the back of the composition as it was created. each of the drawn lines has a variable speed of drawing,…

  • code drawing 127

    code drawing 127

    code drawing 127, various states, created 2015-10-25. expanded the variability of the invisibility, and made the horizontal shape 2X larger. at some point during the explorations for code drawing 126 I also limited the number of clones being generated to 50 vertical forms and 50 horizontal forms. this lets the drawing move much faster.

  • code drawing 126c

    code drawing 126c

    code drawing 126c, various states created on 2015-10-25. the last drawing had colors that were a bit too uniform in their value because they shared the same transparency. I added variability to the transparency/invisibility of the forms when they are created. once created, they remain stable with respect to color and transparency. the vary in…

  • code drawing 126b

    code drawing 126b

    code drawing 126b, various states, created 2015-10-25. increased the size of the forms and let them run. in the post for the last drawing I misspoke. I mentioned transparency, when I meant invisibility.

  • code drawing 126

    code drawing 126

    code drawing 126, various states, created on 2015-10-25. constrained the motion of the forms once again, limiting them to either X or Y but not both. increased the transparency of the forms to 90% (may be expressed, or understood, as 10% opacity). Hopscotch represents alpha as a percentage of transparency. 0% transparency is 100% opacity.

  • code drawing 125

    code drawing 125

    code drawing 125, various states, created on 2015-10-25. allowed the movement of the forms to range in both the X and the Y direction, mixing colors in real time.

  • code drawing 124b

    code drawing 124b

    code drawing 124b, various states, created on 2015-10-25. changed the direction of travel of the forms to be parallel to the short dimension of the forms.

  • code drawing 124

    code drawing 124

    code drawing 124, various states, created on 2015-10-25. tightened the distribution of the clones when they are created. the forms move in the direction of their long dimension.

  • code drawing 123

    code drawing 123

    code drawing 123, various states, created on 2015-10-25. centered the typographic pipes (forms).

  • code drawing 122

    code drawing 122

    code drawing 122, various states, created on 2015-10-25. removed the drawn lines to experiment with the transparency, scale, and motion of the typographic pipes (“|”).