Problem Solving with Computer Programming
- OpenOpen
Creating computer applications, instead of just using them, will give you a deeper understanding of the essential possibilities of computation. Through weekly problems, students will learn the fundamentals of programming the computer (variables, conditionals, iteration, functions, and objects). These tools are the basic building blocks of programming needed to create cutting-edge graphics applications including interactive art, live video processing, and data visualization. The Java-based ‘Processing’ programming environment is the primary vehicle for the class. The end of the semester is spent developing an idea for a final project and implementing it using computer programming.
Recent Posts
for some reason I cant figure out how to upload my code to openprocessing on the updated version […] See MoreChris Pro final
Line thatLine; Line2 thatLine2; Line3 thatLine3;b Line4 thatLine4; void setup() { […] See MoreFinal project
Spot [] spots = new Spot [columns]; Spot [] spots2 = new Spot [columns]; Spot [] spots3 = new […] See MoreFinal
Recent Comments
Hey Danielle- Is there supposed to be an sketch in this post? If you uploaded to openProcessing, […] See MoreComment on "Homework 10.2"
Actually this could be a copy and paste error, I noticed '>' can sometimes get a little messed up. […] See MoreComment on "Homework 10.2"
Recent Discussions
Sorry, there were no discussion topics found.
Recent Docs
No Recent Docs