Main Page
Contents
- 1 Programming for Artists
- 1.1 Useful Links
- 1.2 Course Description
- 1.3 Objectives
- 1.4 Student Responsibilities
- 1.5 Method of Evaluation
- 1.6 Class Etiquette
- 1.7 Textbook
- 1.8 Class Schedule
- 1.8.1 Monday Class 1 1/27 – Friday Class 1 1/31
- 1.8.2 Monday Class 2 2/3 – Friday Class 2/7
- 1.8.3 Monday Class 3 2/10 – Friday Class 3 2/14
- 1.8.4 Monday Class 4 2/20 (Thursday) – Friday Class 4 2/21
- 1.8.5 Monday Class 5 2/24 – Friday Class 5 2/28
- 1.8.6 Monday Class 6 3/3 – Friday Class 6 3/7
- 1.8.7 Monday Class 7 3/10 – Friday Class 7 3/14
- 1.8.8 Monday Class 8 3/17 – Friday Class 8 3/21
- 1.8.9 Monday Class 9 3/24 – Friday Class 9 3/28
- 1.8.10 Monday Class 10 3/31 – Friday Class 10 4/4
- 1.8.11 Monday Class 11 4/7 – Friday Class 11 4/11
- 1.8.12 Monday Class 12 4/28 – Friday Class 12 4/25
- 1.8.13 Monday Class 13 5/5 – Friday Class 13 5/2
- 1.8.14 Monday Class 14 5/12 – Friday Class 14 5/9
- 1.8.15 Monday Class 15 5/19 – Friday Class 15 5/23
Programming for Artists
- Prof. Joseph Moore
- Monday 2:00 - 4:50 or Friday 9:00 - 11:50
- http://joseph-moore.com
- email: understandingnewmedia@gmail.com
- Office hours: Monday 12:00 - 1:30 & Friday 12:30 - 2
Useful Links
- http://processing.org/ The Software!
- http://www.learningprocessing.com/ Website for the Book!
- http://understandingnewmedia.com/p4a/index.php?title=Exercises The Homework Wiki!
- http://www.cyberduck.org FTP Client!
- http://www.processing.org/learning/ Processing site tutorials!
Course Description
Programming for Artists is an entry level programming class geared toward teaching artists and designers fundamental aspects of computer programming. Throughout the class students create a variety of projects that introduce technical aspects of New Media Art while also investigating the history of computation in the arts though the work of canonical and contemporary artists and artworks. Additionally, related topics such as the history of interactivity and participation will be explored though class discussions and presentations.
Objectives
- Learn fundamental programming concepts and approaches.
- Gain knowledge of artists working with computation.
- Apply this knowledge effectively in the creation of artworks.
Student Responsibilities
- Turn in work on time.
- Turn in work before class starts on the course wiki.
- Sign the role, this is how I know you were in class.
- Participate in discussion.
Method of Evaluation
- Participation and Attendance: 20%
- Exercises: 20%
- Midterm: 30%
- Final: 30%
The grade you receive will be based on participation, exercises, and a final project. Attendance is required for every class and missing 3 classes = an automatic failure of the course. Late work will not be accepted without penalty. 1 week late = a subtraction of 2 letter grades. More than a week = a failing grade. If you do turn in work late, you must email me immediately after you post a link to the project on the wiki.
Plagiarism will not be tolerated and will result in a failure in the course! Please see CUNY's policy on plagiarism here.
Class Etiquette
When I am presenting the class lecture I ask that students refrain from texting, checking their email, etc. I will not do those things when you are speaking and I ask for the same courtesy. This same respect should be extended to your fellow classmates. If someone is being disrespectful during critique they will receive a 0 for the day.
Textbook
The textbook for this course is Learning Processing my Daniel Shiffman, available in the College bookstore and online. Any other reading will be handed out during class or it will be available online.
Class Schedule
Monday Class 1 1/27 – Friday Class 1 1/31
In Class
- We are going to use Processing 2. The advantage of this is that we are using the leading edge newest version of Processing which includes Javascript mode, better support for video, and many other features. The downside to using 2 is that it is that some changes made for Processing will result in differences in the reference and examples on the Processing web site, as well as in the various Processing books. Changes are documented on the Processing wiki.
- Download Processing 2 (currently 2.1.1) here.
- creating a static sketch
- drawing simple shapes
- using color
- function calls
- comments
- Sol LeWitt wall drawing instructions
- uploading homework
Monday Class 2 2/3 – Friday Class 2/7
In Class
- Examine Exercise 1
- RGB color mixing
- using setup() and draw()
- Basic mouse and keyboard interaction
- Variables (slides)
- Transformation Examples
- Abstraction and Movement
- Viking Eggeling's Diagonal Symphony (video)
- Marcel Duchamp's Anemic Cinema (video)
- Abstraction Movement Interaction (slides)
Homework Due
- Read chapters 1-3 in the book.
- Exercise 1: Using the basic shape commands, e.g. line(), ellipse(), rect(), etc, create a self portrait.
Monday Class 3 2/10 – Friday Class 3 2/14
In Class
- Primitives
- Variables
- Conditionals and Boolean Logic
Homework Due
- Read Chapters 4: Variables and 5: Conditionals
- Exercise 2: Write a program that gives the user the ability to draw on screen. Try to make this an interesting and surprising experience for the user. Use conditionals that alter the "drawing experience" based on user interaction, e.g. clicking toward the bottom of the screen makes a circle toward the top.
Monday Class 4 2/20 (Thursday) – Friday Class 4 2/21
In Class
- Loops and Iteration
- The while loop
- The for loop
- animating with draw()
- Variation and Transformation in Art
- Steve Reich
- John Whitney
- Ryoji Ikeda
- Paul Sharits and interview
- Josef Albers
- Alvin Lucier
Homework Due
- Exercise 3: Create a sketch that has a basic interface element such as a button. Clicking this button causes a change in the sketch. This change could be in terms of form, color, composition, or movement. Consider, how can you make something as mundane as button clicking an interesting part of the experience for the user of your application?
Monday Class 5 2/24 – Friday Class 5 2/28
In Class
- View Exercise 3.
Homework Due
- Read Chapter 6: Loops
- Exercise 3: Create two processing sketches that explore repetition, variation, and change. One sketch should use a for loop, the other a while loop.
Monday Class 6 3/3 – Friday Class 6 3/7
In Class
- Introduction to Functions
- Block Scope
- random()
- Perlin noise
- Interactivity and Participation
- "Non-determinism" in Art
- John Cage
- Hans Arp
- William Burroughs
- Iannis Xenakis
Homework Due
- Improve Exercise 4 based on class feedback. Save and post as Exercise 5.
- Read Chapters 7: Functions
Monday Class 7 3/10 – Friday Class 7 3/14
In Class
- Work on Midterm
Homework Due
- Work on Midterm
Monday Class 8 3/17 – Friday Class 8 3/21
In Class
- Midterm Critique
Homework Due
- Midterm: Create a “chance composition” using algorithms you develop encapsulated in functions. The outcome of the program should be non-deterministic, meaning that you, as the author of the program, cannot be sure exactly what the outcome of the program will be.
Monday Class 9 3/24 – Friday Class 9 3/28
In Class
- Objects
- Arrays
- Debugging
- Using libraries
Homework Due
- Read Chapter 8: Objects and 9: Arrays
Monday Class 10 3/31 – Friday Class 10 4/4
In Class
- Introduction to Image Processing
- Introduction to Video
Homework Due
- Exercise 5: Create an object-oriented version of your Midterm.
Monday Class 11 4/7 – Friday Class 11 4/11
In Class
- View Exercise 6
Homework Due
- Exercise 6: Create a project using the processing video or image library.
Monday Class 12 4/28 – Friday Class 12 4/25
In Class
- Show what you learned in completing Exercise 7
Homework Due
- Exercise 7: Chose a programming topic you would like to explore further or one that we haven't gone over during the semester. Create a simple project using this new found knowledge and be prepared to explain what you learned to the class.
- Final Proposal Due: Write a page describing your final project. The proposal should include both a technical description of the project (how/with what materials) and a more conceptual description (why/what ideas are you exploring.)
Monday Class 13 5/5 – Friday Class 13 5/2
In Class
- Work on Final Project
Homework Due
- Work on Final Project
Monday Class 14 5/12 – Friday Class 14 5/9
In Class
- Work on Final Project
Homework Due
- Work on Final Project
Monday Class 15 5/19 – Friday Class 15 5/23
In Class
- Final Critique
Homework Due
- Final Project!