|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
EBSCO_ocn849919043 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
130603s2013 enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e pn
|c E7B
|d OCLCO
|d OCLCF
|d COO
|d YDXCP
|d TEFOD
|d OCLCQ
|d COCUF
|d CNNOR
|d MOR
|d PIFAG
|d N$T
|d AGLDB
|d OCLCQ
|d U3W
|d D6H
|d STF
|d WRM
|d OCLCQ
|d VTS
|d NRAMU
|d NLE
|d VT2
|d INT
|d UKMGB
|d OCLCQ
|d A6Q
|d UKAHL
|d HS0
|d AJS
|d OCLCO
|d OCLCQ
|
016 |
7 |
|
|a 018014824
|2 Uk
|
019 |
|
|
|a 961597784
|a 962702018
|a 974770085
|a 974854490
|a 981865403
|a 1000457144
|a 1005939393
|a 1018039146
|a 1043633240
|a 1081290818
|a 1083555773
|
020 |
|
|
|a 1849518718
|q (electronic bk.)
|
020 |
|
|
|a 9781849518710
|q (electronic bk.)
|
020 |
|
|
|z 9781849518703
|
029 |
1 |
|
|a AU@
|b 000053308895
|
029 |
1 |
|
|a AU@
|b 000058967569
|
029 |
1 |
|
|a CHNEW
|b 000605277
|
029 |
1 |
|
|a DEBSZ
|b 493122737
|
029 |
1 |
|
|a NZ1
|b 15588574
|
029 |
1 |
|
|a UKMGB
|b 018014824
|
029 |
1 |
|
|a AU@
|b 000066753716
|
035 |
|
|
|a (OCoLC)849919043
|z (OCoLC)961597784
|z (OCoLC)962702018
|z (OCoLC)974770085
|z (OCoLC)974854490
|z (OCoLC)981865403
|z (OCoLC)1000457144
|z (OCoLC)1005939393
|z (OCoLC)1018039146
|z (OCoLC)1043633240
|z (OCoLC)1081290818
|z (OCoLC)1083555773
|
037 |
|
|
|a FDB6E46B-3645-48A8-A968-FF1AD5662EEB
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.C153
|b G67 2013eb
|
072 |
|
7 |
|a COM
|x 051070
|2 bisacsh
|
082 |
0 |
4 |
|a 005.133
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Gorny, Dawid.
|
245 |
1 |
0 |
|a Cinder creative coding cookbook :
|b create compelling animations and graphics with Kinect and camera input, using one of the most powerful C++ frameworks available /
|c Dawid Gorny, Rui Madeira.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (iv, 336 pages) :
|b illustrations (some color).
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
500 |
|
|
|a At head of title: Quick answers to common problems.
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed July 10, 2017).
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Getting Started; Introduction; Creating a project for a basic application; Creating a project for a screensaver application; Creating a project for an iOS touch application; Understanding the basic structure of an application; Responding to mouse input; Responding to key input; Responding to touch input; Accessing files dropped onto the application window; Adjusting a scene after resizing the window; Using resources on Windows; Using resources on iOS and OS X; Using assets
|
505 |
8 |
|
|a Preparing for DevelopmentIntroduction; Setting up a GUI for tweaking parameters; Saving and loading configurations; Making a snapshot of the current parameter state; Using MayaCamUI; Using 3D space guides; Communicating with other software; Preparing your application for iOS; Using Image Processing Techniques; Introduction; Transforming image contrast and brightness; Integrating with OpenCV; Detecting edges; Detecting faces; Detecting features in an image; Converting images to vector graphics; Using Multimedia Content; Introduction; Loading and displaying video
|
505 |
8 |
|
|a Creating a simple video controllerSaving window content as an image; Saving window animations as video; Saving window content as a vector graphics image; Saving high resolution images with the tile renderer; Sharing graphics between applications; Building Particle Systems; Introduction; Creating a particle system in 2D; Applying repulsion and attraction forces; Simulating particles flying in the wind; Simulating flocking behavior; Making our particles sound reactive; Aligning particles to a processed image; Aligning particles to the mesh surface; Creating springs
|
505 |
8 |
|
|a Rendering and Texturing Particle SystemsIntroduction; Texturing particles; Adding a tail to our particles; Creating a cloth simulation; Texturing a cloth simulation; Texturing a particle system using point sprites and shaders; Connecting the dots; Connecting particles with spline; Using 2D Graphics; Drawing 2D geometric primitives; Drawing arbitrary shapes with the mouse; Implementing a scribbler algorithm; Implementing 2D metaballs; Animating text around curves; Adding a blur effect; Implementing a force-directed graph; Using 3D Graphics; Introduction; Drawing 3D geometric primitives
|
505 |
8 |
|
|a Rotating, scaling, and translatingDrawing to an offscreen canvas; Drawing in 3D with the mouse; Adding lights; Picking in 3D; Creating a height map from an image; Creating a terrain with Perlin noise; Saving mesh data; Adding Animation; Animating with the timeline; Creating animation sequences with the timeline; Animating along a path; Aligning camera motion to a path; Animating text -- text as a mask for a movie; Animating text -- scrolling text lines; Creating a flow field with Perlin noise; Creating an image gallery in 3D; Creating a spherical flow field with Perlin noise
|
520 |
|
|
|a Full of easytofollow recipes and images that will teach powerful techniques and algorithms, building from basic projects to challenging applications. This book is for artists, designers, and programmers who have previous knowledge of C++, but not necessarily of Cinder.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a C++ (Computer program language)
|
650 |
|
6 |
|a C++ (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x C++
|2 bisacsh
|
650 |
|
7 |
|a C++ (Computer program language)
|2 fast
|0 (OCoLC)fst00843286
|
700 |
1 |
|
|a Madeira, Rui.
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587842
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26850782
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10714619
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 587842
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10747432
|
994 |
|
|
|a 92
|b IZTAP
|