Cargando…

Getting started with p5.js : making interactive graphics in JavaScript and Processing /

Processing opened up the world of programming to artists, designers, educators, and beginners. The p5.js JavaScript implementation of Processing reinterprets it for today's web. This short book gently introduces the core concepts of computer programming and working with Processing. Written by t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: McCarthy, Lauren (Autor), Reas, Casey (Autor), Fry, Ben (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, CA : Maker Media, Inc., 2015.
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn925777590
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 151021t20152016caua o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d IDEBK  |d N$T  |d OCLCO  |d CDX  |d YDXCP  |d TEFOD  |d EBLCP  |d YDX  |d OCLCQ  |d HCO  |d OCLCF  |d WAU  |d VT2  |d FEM  |d COO  |d RRP  |d UMI  |d OCLCQ  |d OCLCO  |d OCL  |d OCLCQ  |d OCLCO 
019 |a 926818686  |a 928751086  |a 935919550  |a 936344682  |a 938494523  |a 948567225  |a 961307567  |a 965964053  |a 966249832  |a 968003461  |a 968078172  |a 969050005  |a 971079402  |a 971232010  |a 973761155  |a 973794179  |a 1002821335  |a 1020402809  |a 1035425591 
020 |a 9781457186752  |q (electronic bk.) 
020 |a 1457186756  |q (electronic bk.) 
020 |a 9781457186738  |q (electronic bk.) 
020 |a 145718673X  |q (electronic bk.) 
020 |a 9781457186769 
020 |a 1457186764 
020 |z 9781457186776 
020 |z 1457186772 
029 1 |a AU@  |b 000059632697 
029 1 |a GBVCP  |b 897164989 
029 1 |a AU@  |b 000056996892 
035 |a (OCoLC)925777590  |z (OCoLC)926818686  |z (OCoLC)928751086  |z (OCoLC)935919550  |z (OCoLC)936344682  |z (OCoLC)938494523  |z (OCoLC)948567225  |z (OCoLC)961307567  |z (OCoLC)965964053  |z (OCoLC)966249832  |z (OCoLC)968003461  |z (OCoLC)968078172  |z (OCoLC)969050005  |z (OCoLC)971079402  |z (OCoLC)971232010  |z (OCoLC)973761155  |z (OCoLC)973794179  |z (OCoLC)1002821335  |z (OCoLC)1020402809  |z (OCoLC)1035425591 
037 |a E4AAC495-4044-40E3-A78B-C5B10FC38F33  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.I58 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.6  |2 23 
049 |a UAMI 
100 1 |a McCarthy, Lauren,  |e author. 
245 1 0 |a Getting started with p5.js :  |b making interactive graphics in JavaScript and Processing /  |c Lauren McCarthy, Casey Reas and Ben Fry. 
246 1 4 |a Make :  |b getting started with p5.js 
250 |a First edition. 
264 1 |a San Francisco, CA :  |b Maker Media, Inc.,  |c 2015. 
264 4 |c ©2016 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed October 28, 2015). 
505 0 |a 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; Environment; Download and File Setup; Your First Program; Example 2-1: Draw an Ellipse; Example 2-2: Make Circles; The Console; Making a New Project; Examples and Reference; Chapter 3. Draw; The Canvas; Example 3-1: Create a Canvas; Example 3-2: Draw a Point; Basic Shapes. 
505 8 |a Example 3-3: Draw a LineExample 3-4: Draw Basic Shapes; Example 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; Example 3-9: Use angleMode; Drawing Order; Example 3-10: Control Your Drawing Order; Example 3-11: Put It in Reverse; Shape Properties; Example 3-12: Set Stroke Weight; Example 3-13: Set Stroke Attributes; Color; Example 3-14: Paint with Grays; Example 3-15: Control Fill and Stroke; Example 3-16: Draw with Color; Example 3-17: Set Transparency; Custom Shapes; Example 3-18: Draw an Arrow. 
505 8 |a Example 3-19: Close the GapExample 3-20: Create Some Creatures; Comments; Robot 1: Draw; Chapter 4. Variables; First Variables; Example 4-1: Reuse the Same Values; Example 4-2: Change Values; Making Variables; p5.js Variables; Example 4-3: Adjust the Canvas, See What Follows; A Little Math; Example 4-4: Basic Arithmetic; Repetition; Example 4-5: Do the Same Thing Over and Over; Example 4-6: Use a for Loop; Example 4-7: Flex Your for Loop's Muscles; Example 4-8: Fanning Out the Lines; Example 4-9: Kinking the Lines; Example 4-10: Embed One for Loop in Another; Example 4-11: Rows and Columns. 
505 8 |a Example 4-12: Pins and LinesExample 4-13: Halftone Dots; Robot 2: Variables; Chapter 5. Response; Once and Forever; Example 5-1: The draw() Function; Example 5-2: The setup() Function; Example 5-3: setup(), Meet draw(); Follow; Example 5-4: Track the Mouse; Example 5-5: The Dot Follows You; Example 5-6: Draw Continuously; Example 5-7: Set Thickness on the Fly; Example 5-8: Easing Does It; Example 5-9: Smooth Lines with Easing; Click; Example 5-10: Click the Mouse; Example 5-11: Detect When Not Clicked; Example 5-12: Multiple Mouse Buttons; Location; Example 5-13: Find the Cursor. 
505 8 |a Example 5-14: The Bounds of a CircleExample 5-15: The Bounds of a Rectangle; Type; Example 5-16: Tap a Key; Example 5-17: Draw Some Letters; Example 5-18: Check for Specific Keys; Example 5-19: Move with Arrow Keys; Touch; Example 5-20: Touch the Screen; Example 5-21: Track the Finger; Map; Example 5-22: Map Values to a Range; Example 5-23: Map with the map() Function; Robot 3: Response; Chapter 6. Translate, Rotate, Scale; Translate; Example 6-1: Translating Location; Example 6-2: Multiple Translations; Rotate; Example 6-3: Corner Rotation; Example 6-4: Center Rotation. 
520 |a Processing opened up the world of programming to artists, designers, educators, and beginners. The p5.js JavaScript implementation of Processing reinterprets it for today's web. 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, along with Lauren McCarthy, one of the minds behind p5.js, Getting Started with Processing gets you in on the fun! 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Information visualization  |x Computer programs. 
650 0 |a Interactive computer graphics. 
650 0 |a Computer graphics  |x Computer programs. 
650 0 |a JavaScript (Computer program language) 
650 0 |a Processing (Computer program language) 
650 6 |a Visualisation de l'information  |x Logiciels. 
650 6 |a Infographie interactive. 
650 6 |a Infographie  |x Logiciels. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Processing (Langage de programmation) 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Information visualization  |x Computer programs  |2 fast 
650 7 |a Computer graphics  |x Computer programs  |2 fast 
650 7 |a Interactive computer graphics  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Processing (Computer program language)  |2 fast 
700 1 |a Reas, Casey,  |e author. 
700 1 |a Fry, Ben,  |e author. 
776 0 8 |i Print version:  |z 9781457186776  |z 1457186772  |w (OCoLC)893452901 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781457186769/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Coutts Information Services  |b COUT  |n 32935243 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4333728 
938 |a EBSCOhost  |b EBSC  |n 1083053 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis32935243 
938 |a YBP Library Services  |b YANK  |n 12656619 
994 |a 92  |b IZTAP