Category: Uncategorized

  • Exercise 44

    int num=10, sw=8, fc; float r; long rs; boolean save = false; void setup() { size(500, 500); //colorMode(HSB, 360, 100, 100); noFill(); rs = (long) random(100); strokeWeight(sw); strokeCap(SQUARE); } void draw() { randomSeed(rs); background(#14133B); for (int i=0; i < 3; i++) { arcs(width/2, height/2); } if (save) { if (frameCount%2==0 && frameCount < fc+241) saveFrame("frames/image-###.png");…

  • Hello world!

    Welcome to Haig Armen Courses. This is your first post. Edit or delete it, then start blogging!