The final part of the KKB210: Computational Arts 1 week 4 tutorial was to import an image and make use of it. Processing supports .gif, .jpg, .tga and .png image formats.
Posts Tagged ‘kkb210’
Images in Processing
Wednesday, April 30th, 2008Trails and Smoother Colour Changes in Processing
Wednesday, April 30th, 2008Now that we have got the motion more controlled, we can go on to do other things with it such as add semi-transparent trails to the movement, change the speed of the colour changes and size changes, and plenty more. This is what the next part of the KKB210: Computational Arts 1 week 4 tutorial was focused on.
To start with we will be looking at having the changes to the variables being kept at the start of the next loop. IE, having the loop start with the box in the same position and the same colour as it was at the end of the previous loop.
More Controlled Motion in Processing
Wednesday, April 30th, 2008The third part of the week 4 tutorial in KKB210: Computational Arts 1 continued the focus on motion from the second part. For this part we used many of the things we had already done in the previous parts, but modified slightly to create more controlled movement.
You can easily edit the previous sketch to do this, or you can write it up from scratch.
Motion in Processing
Wednesday, April 30th, 2008After learning how to actually draw something using Processing in the week 4 KKB210: Computational Arts 1 tutorial, we went on to discover the secrets of random motion!
We used the square that we drew in the previous part for the basis of this motion.
Drawing A Box In Processing
Monday, April 28th, 2008In the week 4 of KKB210: Computational Arts 1, we looked at Java, specifically Java and the Processing programming environment. Now as we are looking at it from a computational arts perspective rather than a software design perspective, we just focused on generating graphics with Java and using the rendering model built into Processing.
So the first thing we did was learn how to create a canvas and draw a box.

