Lecture Notes on Field and Processing from Pratt's DDA
The information posted here follows the Field related notes from the Graphics Programming class at Pratt Institute's Department of Digital Arts. The class website is http://2rem.net/pratt/dda620f09 where you can find more information and Processing code examples.
DDA620/Spring 2010: A brief introduction to python and Field by way of Processing
Video: Getting started with Field. An overview of python for Processing programmers.
Video: Introduction to Field via Processing. (source code)
Video: Classes in Field. Bouncing balls example. also see Classes in Processing. More bouncing balls. (source code)
DDA 584/Fall 2010: Code for Digital Media
Lecture 1: Introduction to Python and the Field environment
Getting started with python and field (video), going over the hello python tutorial (code).
Working with the Processing library. (code).
Drawing in Field with Processing. Field UI elements (code).
Python in Maya. Connecting to Field via Telnet transform and XMLRPC. (code).
Controlling Points and Gravity in Processing (traer). Creating models in Maya with Python. (code).
Classes,Inheritance, Automatic Execution, 3D Drawing in Field. (code).