Getting started with Processing

Processing opened up the world of programming to artists, designers, educators, and beginners. This short book gently introduces the core concepts of computer programming and working with Processing. Written by the co-founders of the Processing project, Reas and Fry, Getting Started with Processing...

Descripción completa

Detalles Bibliográficos
Otros Autores: Reas, Casey, author (author), Fry, Ben, author
Formato: Libro electrónico
Idioma:Inglés
Publicado: San Francisco, CA : Maker Media 2015.
Edición:2nd ed
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629682306719
Tabla de Contenidos:
  • Cover; Copyright; Table of Contents; Preface; How This Book Is Organized; Who This Book Is For; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; Chapter 1. Hello; Sketching and Prototyping; Flexibility; Giants; Family Tree; Join In; Chapter 2. Starting to Code; Your First Program; Example 2-1: Draw an Ellipse; Example 2-2: Make Circles; Show; Save and New; Share; Examples and Reference; Chapter 3. Draw; The Display Window; Example 3-1: Draw a Window; Example 3-2: Draw a Point; Basic Shapes; Example 3-3: Draw a Line
  • Example 3-4: Draw Basic ShapesExample 3-5: Draw a Rectangle; Example 3-6: Draw an Ellipse; Example 3-7: Draw Part of an Ellipse; Example 3-8: Draw with Degrees; Drawing Order; Example 3-9: Control Your Drawing Order; Example 3-10: Put It in Reverse; Shape Properties; Example 3-11: Set Stroke Weight; Example 3-12: Set Stroke Caps; Example 3-13: Set Stroke Joins; Drawing Modes; Example 3-14: On the Corner; Color; Example 3-15: Paint with Grays; Example 3-16: Control Fill and Stroke; Example 3-17: Draw with Color; Example 3-18: Set Transparency; Custom Shapes; Example 3-19: Draw an Arrow
  • Example 6-7: An Articulating Arm