
Assignments
View Assignments sorted by
newest | title | ratings | examples | views |
There are 2 Assignments. Try a random one? Not impressed? Then add an idea for a new Assignment.
View Assignments sorted by
newest | title | ratings | examples | views |
There are 2 Assignments. Try a random one? Not impressed? Then add an idea for a new Assignment.
So far, 0 people have completed this assignment and it has 0 views.
Submitted by: Anonymous
Now this is weird. Given we can’t waste time I dug out a processing script I’d used before. I can’t recall where I got the original, or what changes I made, but it looks like I simplified it a lot and exported a series of frames to gifs. Stitched these together in FireWorks.
So far, 0 people have completed this assignment and it has 0 views.
Submitted by: Anonymous
my favourite comic ever, one of my favourite comic artists and my (currently) favourite programming language together in my favourite MOOC!!! the original image (moebius.jpg): the processing code (sorry, no formatting): float margin=128; PImage M; int DS=0; void setup() { M=loadImage("moebius.jpg"); size(1024, 768); // set it as background so no holes will be in the final image image(M, 0, 0); } // processing repeats calling draw() until exit() is called void draw() { float x, y, w, h; if (DS
Assignment Bank is proudly powered by
WordPress as part of the
ds106 (Digital Storytelling) fleet of open resources.
Learn more about Assignment Bank...