Getting started with Processing

Learn computer programming the easy way with Processing, a simple language that lets you use code to create drawings, animation, and interactive graphics. Programming courses usually start with theory, but this book lets you jump right into creative and fun projects. It's ideal for anyone who w...

Full description

Bibliographic Details
Main Author: Reas, Casey
Other Authors: Fry, Ben
Format: eBook
Language:English
Published: Sebastopol, Calif. O'Reilly Media 2010
Edition:1st ed
Series:Make: projects
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • D/Variable ScopeIndex; Symbols; A; B; C; D; E; F; G; H; I; J; K; L; M; N; O; P; R; S; T; U; V; W; About the Authors; Colophon
  • 6/MediaImages; Fonts; Shapes; Robot 4: Media; 7/Motion; Speed and Direction; Tweening; Random; Timers; Circular; Translate, Rotate, Scale; Robot 5: Motion; 8/Functions; Function Basics; Make a Function; Return Values; Robot 6: Functions; 9/Objects; Classes and Objects; Robot 7: Objects; 10/Arrays; Make an Array; Repetition and Arrays; Arrays of Objects; Robot 8: Arrays; 11/Extend; 3D; Image Export; Hello Arduino; Community; A/Coding Tips; Functions and Parameters; Color Coding; Comments; Uppercase and Lowercase; Style; Console; One Step at a Time; B/Data Types; C/Order of Operations
  • Preface; How This Book Is Organized; Who This Book Is For; Conventions Used in This Book; Using Code Examples; How to Contact Us; Safari® Books Online; Acknowledgments; 1/Hello; Sketching and Prototyping; Flexibility; Giants; Family Tree; Join In; 2/Starting to Code; Your First Program; Show; Save; Share; Examples and Reference; 3/Draw; Basic Shapes; Drawing Order; Shape Properties; Color; Custom Shapes; Comments; 4/Variables; Making Variables; Processing Variables; A Little Math; Repetition; Robot 2: Variables; 5/Response; Follow; Map; Click; Location; Type; Robot 3: Response