It looks like you're offline.
Open Library logo
additional options menu

MARC Record from marc_columbia

Record ID marc_columbia/Columbia-extract-20221130-022.mrc:155382995:7742
Source marc_columbia
Download Link /show-records/marc_columbia/Columbia-extract-20221130-022.mrc:155382995:7742?format=raw

LEADER: 07742cam a2200985 a 4500
001 10797757
005 20220820225038.0
006 m o d
007 cr mn|||||||||
008 090319s2008 ne a ob 001 0 eng d
035 $a(OCoLC)ocn316329125
035 $a(NNC)10797757
040 $aOSU$beng$epn$cOSU$dYDXCP$dCDX$dOCLCQ$dN$T$dE7B$dOCLCQ$dUMI$dCEF$dOCLCQ$dB24X7$dDEBSZ$dOCLCQ$dEBLCP$dOCLCQ$dOCLCF$dOCLCQ$dNLGGC$dZCU$dOCLCQ$dLIV$dMERUC$dOCLCQ$dUEJ$dUUM$dXOS$dOCL$dOCLCO$dNLE$dOCLCQ$dTOF$dCOO$dOCLCQ$dUKMGB$dAU@$dUKUOY$dOCLCQ$dVT2$dUKCRE$dDCT$dINARC$dOCLCQ$dUKAHL$dOCLCO$dOCLCQ
015 $aGBA856313$2bnb
015 $aGBB6H5773$2bnb
016 7 $a014589160$2Uk
016 7 $a017593159$2Uk
019 $a316066494$a428738544$a437248703$a646767519$a759905554$a1006289016$a1034930418$a1044295974$a1056384165$a1071329016$a1097133803$a1110841406$a1129365430$a1139947894$a1153035294$a1192343536$a1194421712$a1203982615$a1203994847$a1240518359
020 $a9780123736024$q(pbk.)
020 $a0123736021$q(pbk.)
020 $a9780080920061$q(ebook)
020 $a0080920063$q(ebook)
020 $a1281911208
020 $a9781281911209
020 $a1282120824
020 $a9781282120822
020 $a9786612120824
020 $a6612120827
020 $a9786611911201
020 $a6611911200
035 $a(OCoLC)316329125$z(OCoLC)316066494$z(OCoLC)428738544$z(OCoLC)437248703$z(OCoLC)646767519$z(OCoLC)759905554$z(OCoLC)1006289016$z(OCoLC)1034930418$z(OCoLC)1044295974$z(OCoLC)1056384165$z(OCoLC)1071329016$z(OCoLC)1097133803$z(OCoLC)1110841406$z(OCoLC)1129365430$z(OCoLC)1139947894$z(OCoLC)1153035294$z(OCoLC)1192343536$z(OCoLC)1194421712$z(OCoLC)1203982615$z(OCoLC)1203994847$z(OCoLC)1240518359
037 $aCL0500000044$bSafari Books Online
050 4 $aQA76.73.P75$bS54 2008
072 7 $aCOM$x087000$2bisacsh
072 7 $aCOM$x060150$2bisacsh
072 7 $aCOM$x034000$2bisacsh
072 7 $aCOM$x060130$2bisacsh
080 $a006.7
080 $a775.8
082 04 $a006.7$222
084 $aaf101fs$2lacc
084 $aST 325$2rvk
049 $aZCUA
100 1 $aShiffman, Daniel.
245 10 $aLearning Processing :$ba beginner's guide to programming images, animation, and interaction /$cDaniel Shiffman.
260 $aAmsterdam ;$aBoston :$bMorgan Kaufmann/Elsevier,$c©2008.
300 $a1 online resource (xvii, 453 pages) :$billustrations
336 $atext$btxt$2rdacontent
337 $acomputer$bc$2rdamedia
338 $aonline resource$bcr$2rdacarrier
490 1 $aThe Morgan Kaufmann series in computer graphics
504 $aIncludes bibliographical references and index.
588 0 $aPrint version record.
505 0 $aFront Cover; Learning Processing; Copyright Page; Contents; Acknowledgments; Introduction; What is this book?; Who is this book for?; What is Processing?; But shouldn't I be Learning __________?; Write in this book!; How should I read this book?; Is this a textbook?; Will this be on the test?; Do you have a web site?; Take It One Step at a Time; Algorithms; Lesson 1: The Beginning; Chapter 1: Pixels; 1.1 Graph Paper; 1.2 Simple Shapes; 1.3 Grayscale Color; 1.4 RGB Color; 1.5 Color Transparency; 1.6 Custom Color Ranges; Chapter 2: Processing; 2.1 Processing to the Rescue.
505 8 $a2.2 How do I get Processing?2.3 The Processing Application; 2.4 The Sketchbook; 2.5 Coding in Processing; 2.6 Errors; 2.7 The Processing Reference; 2.8 The ""Play"" Button; 2.9 Your First Sketch; 2.10 Publishing Your Program; Chapter 3: Interaction; 3.1 Go with the flow; 3.2 Our Good Friends, setup() and draw(); 3.3 Variation with the Mouse; 3.4 Mouse Clicks and Key Presses; Lesson One Project; Lesson 2: Everything You Need to Know; Chapter 4: Variables; 4.1 What is a Variable?; 4.2 Variable Declaration and Initialization; 4.3 Using a Variable; 4.4 Many Variables; 4.5 System Variables.
505 8 $a4.6 Random: Variety is the spice of life4.7 Variable Zoog; Chapter 5: Conditionals; 5.1 Boolean Expressions; 5.2 Conditionals: If, Else, Else If; 5.3 Conditionals in a Sketch; 5.4 Logical Operators; 5.5 Multiple Rollovers; 5.6 Boolean Variables; 5.7 A Bouncing Ball; 5.8 Physics 101; Chapter 6: Loops; 6.1 What is iteration? I mean, what is iteration? Seriously, what is iteration?; 6.2 ""WHILE"" Loop, the Only Loop You Really Need; 6.3 ""Exit"" Conditions; 6.4 ""FOR"" Loop; 6.5 Local vs. Global Variables (AKA ""Variable Scope""); 6.6 Loop Inside the Main Loop; 6.7 Zoog grows arms.
505 8 $aLesson Two ProjectLesson 3: Organization; Chapter 7: Functions; 7.1 Break It Down; 7.2 ""User Defined"" Functions; 7.3 Defining a Function; 7.4 Simple Modularity; 7.5 Arguments; 7.6 Passing a Copy; 7.7 Return Type; 7.8 Zoog Reorganization; Chapter 8: Objects; 8.1 I'm down with OOP; 8.2 Using an Object; 8.3 Writing the Cookie Cutter; 8.4 Using an Object: The Details; 8.5 Putting It Together with a Tab; 8.6 Constructor Arguments; 8.7 Objects are data types too!; 8.8 Object-Oriented Zoog; Lesson Three Project; Lesson 4: More of the Same; Chapter 9: Arrays; 9.1 Arrays, why do we care?
505 8 $a9.2 What is an array?9.3 Declaring and Creating an Array; 9.4 Initializing an Array; 9.5 Array Operations; 9.6 Simple Array Example: The Snake; 9.7 Arrays of Objects; 9.8 Interactive Objects; 9.9 Processing's Array Functions; 9.10 One Thousand and One Zoogs; Lesson Four Project; Lesson 5: Putting It All Together; Chapter 10: Algorithms; 10.1 Where have we been? Where are we going?; 10.2 Algorithm: Dance to the beat of your own drum; 10.3 From Idea to Parts; 10.4 Part 1: The Catcher; 10.5 Part 2: Intersection; 10.6 Part 3: The Timer; 10.7 Part 4: Raindrops.
520 $aThe free, open-source Processing programming language environment was created at MIT for people who want to develop images, animation, and sound. Based on the ubiquitous Java, it provides an alternative to daunting languages and expensive proprietary software. This book gives graphic designers, artists and illustrators of all stripes a jump start to working with processing by providing detailed information on the basic principles of programming with the language, followed by careful, step-by-step explanations of select advanced techniques. The author teaches computer graphics at.
546 $aEnglish.
650 0 $aProcessing (Computer program language)
650 0 $aInteractive multimedia.
650 6 $aProcessing (Langage de programmation)
650 6 $aMultimédias interactifs.
650 7 $aCOMPUTERS$xDigital Media$xGeneral.$2bisacsh
650 7 $aCOMPUTERS$xWeb$xUser Generated Content.$2bisacsh
650 7 $aCOMPUTERS$xInteractive & Multimedia.$2bisacsh
650 7 $aCOMPUTERS$xWeb$xSite Design.$2bisacsh
650 7 $aProcessing (Computer program language)$2blmlsh
650 7 $aInteractive multimedia.$2blmlsh
650 7 $aProcessing (Computer program language)$2fast$0(OCoLC)fst01746137
650 7 $aInteractive multimedia.$2fast$0(OCoLC)fst00975995
650 7 $aComputeranimation$2gnd
650 7 $aMultimedia$2gnd
650 7 $aProgrammierung$2gnd
650 7 $aComputação gráfica.$2larpcal
650 7 $aSoftwares.$2larpcal
650 7 $aLinguagem de programação.$2larpcal
650 7 $aInteraktiva multimedier.$2sao
655 4 $aElectronic books.
655 7 $aInteractive multimedia.$2fast$0(OCoLC)fst01423790
776 1 $aShiffman, Daniel.$tLearning Processing.$dAmsterdam ; Boston : Morgan Kaufmann/Elsevier, ©2008$z9780123736024$w(DLC) 2008036476$w(OCoLC)244246674
830 0 $aMorgan Kaufmann series in computer graphics.
856 40 $uhttp://www.columbia.edu/cgi-bin/cul/resolve?clio10797757$zAll EBSCO eBooks
852 8 $blweb$hEBOOKS