Creative Computing 101 @ UCSD Extension K-12 college exploration Summer 2011

Interest

I created a process which made a thing that I enjoyed: reading I used quad, arc and shape:  Here’s the code: size(350,250); smooth(); fill(60); quad(50,20,50,150,150,200,150,70); quad(180,70,180,200,280,150,280,20); fill(5,5,50); quad(150,200,150,7...

Prosessing day 1

Today we began working with prosessing. Trying to creat a java blackjack was my goal at the begining of the day. Slowly I came to realise that my idea was far to ambitous. So what did I do? I got more ambitious, Creating a text based tycoon game

  • Posted On August 2, 2011
  • BY Lilly

Make a Splash

Lilly G. here blogging from UCSD Extension: Intro to Creative Computing 2011. Yesterday, we started working on making something that you like to do. I chose to do a swimming pool as my hobby of choice since I love to swim. I used the rectangle function to...

Pacmen running from…

pacmen run from something… I used arrays to make 7500 pacmen in Processing. code: float[] x=new float [7500]; int[] g= {-30000, -29970, -29940, -29910, -29880, -29850, -29820, -29790, -29760, -29730, -29700}; void setup() { size(1000, 500); smooth()...

3D game

Today we learned how to download libraries. I chose to download 3D objects. This lets me use new words to extend a program’s language with 3D objects instead of 2D. I also tried to modify the program by adding a helix, but it didn’t work. I...

Unfinshed Paint Program

I started working on a paint program for processing, but I did not finish it. You can choose you brush color and size. You can also clear all, and select your file type. I am working on finishing the saving function.

Update

Over the past week in CC101, I created three variations of a simple bouncing ellipse program. The first one I made would change to a random color if the mouse was clicked and could be controlled using the keyboard. Next, after learning how to use matrices...

Duplicating My Self-Portrait

Today on the last day of CC101,  we immediately worked on a sketch duplicating and shortening different files that include a lot of repetition. I used my Self-Portrait sketch, and added another face on my sketch using different shortening methods. Basica...

Learning stuff

Today I learned how to use libraries filled with examples for me to use on other programs. I downloaded a library that has a bunch of physics and interactive programs, and I switched the; (size, color, height, width…). Today is the last day of cc...

  • Posted On August 6, 2011
  • BY Lilly

Pac-Women’s Walk Against Breast Cancer

http://openprocessing.org/visuals/?visualID=32740 Lilly G. here blogging from UCSD Extension: Intro to Creative Computing 2011. According to the American Cancer Society (ACS), about 39,520 deaths from breast cancer among women as of 6/20/2011. Breast canc...