Mediascripting on the Web (CSC 195 2014F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] [Teaching & Learning] - [Calendar]
Current: [Outline] [EBoard] [Reading] [Lab] [Assignment]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference:
Related Courses: [2013S]
Misc: [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] [Issue Tracker]
Held: Thursday, 6 February 2014
Back to Outline 02 - Math with Images: An Introduction to psaifr. On to Outline 04 - Postscript.
Summary
We start our exploration of the Processing language.
Related Pages
Overview
Administrivia
/glimmer/processing/processingsetup() sets up the drawing window (and anything else)
size(width,height)draw() - draws a frame in an ongoing animationstroke(*grey*)stroke(*r*, *g*, *b*) (or maybe HSB)strokeWeight(*pixels*)fill(*grey*)fill(*r*, *g*, *b*) (or maybe HSB)line(*x1*,*y1*,*x2*,*y2*)ellipse(*xcenter*,*ycenter*,*width*,*height*)rect(*left*,*top*,*width*,*height*)Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] [Teaching & Learning] - [Calendar]
Current: [Outline] [EBoard] [Reading] [Lab] [Assignment]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference:
Related Courses: [2013S]
Misc: [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] [Issue Tracker]
Copyright (c) 2014 Samuel A. Rebelsky.

This work is licensed under a Creative Commons Attribution 3.0 Unported License. To view a copy of this
license, visit http://creativecommons.org/licenses/by/3.0/
or send a letter to Creative Commons, 543 Howard Street, 5th Floor,
San Francisco, California, 94105, USA.