Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

MAKE: GETTING STARTED WITH PROCESSING 2E. A HANDS-ON INTRODUCTION TO MAKING INTERACTIVE GRAPHICS
Título:
MAKE: GETTING STARTED WITH PROCESSING 2E. A HANDS-ON INTRODUCTION TO MAKING INTERACTIVE GRAPHICS
Subtítulo:
Autor:
REAS, C
Editorial:
O´REILLY
Año de edición:
2015
Materia
3D, GRAFICOS Y ANIMACION - GENERAL
ISBN:
978-1-4571-8708-7
Páginas:
238
22,95 €

 

Sinopsis

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 shows you how easy it is to make software and systems with interactive graphics. If you´re an artist looking to develop interactive graphics programs or a programmer on your way to becoming an artist, this book will take you where you want to go. Updated with new material on graphics manipulation, data, and for the latest version of Processing.



Chapter 1Hello
Sketching and Prototyping
Flexibility
Giants
Family Tree
Join In
Chapter 2Starting to Code
Your First Program
Show
Save and New
Share
Examples and Reference
Chapter 3Draw
The Display Window
Basic Shapes
Drawing Order
Shape Properties
Drawing Modes
Color
Custom Shapes
Comments
Robot 1: Draw
Chapter 4Variables
First Variables
Making Variables
Processing Variables
A Little Math
Repetition
Robot 2: Variables
Chapter 5Response
Once and Forever
Follow
Click
Location
Type
Map
Robot 3: Response
Chapter 6Translate, Rotate, Scale
Translate
Rotate
Scale
Push and Pop
Robot 4: Translate, Rotate, Scale
Chapter 7Media
Images
Fonts
Shapes
Robot 5: Media
Chapter 8Motion
Frames
Speed and Direction
Tweening
Random
Timers
Circular
Robot 6: Motion
Chapter 9Functions
Function Basics
Make a Function
Return Values
Robot 7: Functions
Chapter 10Objects
Fields and Methods
Define a Class
Create Objects
Tabs
Robot 8: Objects
Chapter 11Arrays
From Variables to Arrays
Make an Array
Repetition and Arrays
Arrays of Objects
Robot 9: Arrays
Chapter 12Data
Data Summary
Tables
JSON
Network Data and APIs
Robot 10: Data
Chapter 13Extend
Sound
Image and PDF Export
Hello, Arduino
Appendix Coding Tips
Functions and Parameters
Color Coding
Comments
Uppercase and Lowercase
Style
Console
One Step at a Time
Appendix Data Types
Appendix Order of Operations
Appendix Variable Scope