-
code drawing 119b
code drawing 119b, various states, created on 2015-10-24. reduced the size of the typographic pipes, and increased their transparency. expanded the palette of the horizontal lines to include brown and light greys. published this one on Hopscotch.
-
code drawing 119
code drawing 119, various states, created on 2015-10-25. increased size of typographic pipes and constrained their colors to yellow, orange, and red. kept transparency. the code ran a bit slower as it calculated the overlapping transparencies. the horizontal lines are too dark, I think.
-
code drawing 118b
code drawing 118b, various states, created on 2015-10-24. added transparency effect to the typographic pipes. the drawn lines aren’t allowed transparency (alpha) in Hopscotch, but the sprites and typographic characters are.
-
code drawing 118
code drawing 118, various states, created on 2015-10-24.
-
code drawing 117
code drawing 117, various states, created on 2015-10-24. trying to figure out where I messed up in the code that causes the vertically moving sprites to range outside the parameters I thought I had set for them. I must have put a mistaken value in one of the fields.
-
code drawing catalog
I’ve spent the last ten days creating a comprehensive catalog of my code drawings. I’ve set up an infrastructure so that I can catalog my other projects as well. First the drawings from 2015. Then the posts for the drawings from 2013 and 2014 were backdated to the date of the creation of the respective…
-
code drawing 116c
code drawing 116c, various states, created on 2015-09-04.
-
code drawing 116b
code drawing 116b, various states, created on 2015-09-04. I changed the color palette and tried to adjust how far the sprites offset when they finish drawing a line. I also changed the text character that represents the pen points. rather than using a typographic bullet point I used either a capital I or a pipe,…
-
code drawing 116a
code drawing 116a, various states, created on 2015-09-04. shifted color palette, removing brown and adding purple. made the offsets wider when the clones instantiate. the sprites still check if they are within the desired range, but don’t seem to behave. they don’t seem to return to the constraints. this is unexpected, but give some nice…
-
code drawing 116 (second set)
code drawing 116 (second set) various states, created on 2015-09-03. I didn’t rename this set. I don’t remember if I made any tweaks to the palette. I imagine I tweaked the distance each clone should be offset. Hopscotch began to behave in less predictable ways with respect to how the clones express their X and…