Developing Code

I decided to use the coding technique I developed for the poster presentation and flesh it out a bit more to make it work a bit more like I want.

I decided that I wanted to attempt to play ‘exquisite corpse’ with the computer in a sense. For this to work I had to change a number of things in the code –

  • Changed the way the boundaries work – now when the code tries to draw off the screen it heads back in a different direction.
  • Updated the timer for how long it ‘draws’ so it is a bit more varied, now the program might draw an elaborate shape for a while or just draw a very quick shape.
  • I can now determine any number of points that the code will begin drawing for – if I have drawn a body for example, I can set the two points for where the next begins and have the ai decide from there.
  • The program draws a red dot at each origin point.

I also had a go at creating some varying opacity – not sure this was completely neccessary

Leave a comment