|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
EBSCO_ocn854569120 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
130715s2013 enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e pn
|c E7B
|d OCLCQ
|d OCLCO
|d OCLCF
|d COO
|d YDXCP
|d OCLCQ
|d MOR
|d PIFAG
|d N$T
|d OCLCQ
|d OCLCO
|d D6H
|d STF
|d WRM
|d VTS
|d NRAMU
|d NLE
|d VT2
|d OCLCQ
|d OCLCO
|d UKMGB
|d A6Q
|d UKAHL
|d HS0
|d NLW
|d AJS
|d OCLCO
|d OCLCQ
|d OCL
|d OCLCO
|
015 |
|
|
|a GBB7C1337
|2 bnb
|
015 |
|
|
|a GBB7C1337.
|2 bnb
|
016 |
7 |
|
|a 018014349
|2 Uk
|
019 |
|
|
|a 961635826
|a 962648707
|a 1065709666
|a 1081268284
|a 1083597635
|a 1087416737
|a 1103256869
|a 1119953826
|a 1129376032
|
020 |
|
|
|a 9781849696838
|q (electronic bk.)
|
020 |
|
|
|a 1849696837
|q (electronic bk.)
|
020 |
|
|
|z 1849696829
|
020 |
|
|
|z 9781849696821
|
029 |
1 |
|
|a AU@
|b 000053309264
|
029 |
1 |
|
|a AU@
|b 000060474184
|
029 |
1 |
|
|a DEBSZ
|b 493124764
|
029 |
1 |
|
|a NZ1
|b 15589093
|
029 |
1 |
|
|a UKMGB
|b 018014349
|
029 |
1 |
|
|a AU@
|b 000066765267
|
035 |
|
|
|a (OCoLC)854569120
|z (OCoLC)961635826
|z (OCoLC)962648707
|z (OCoLC)1065709666
|z (OCoLC)1081268284
|z (OCoLC)1083597635
|z (OCoLC)1087416737
|z (OCoLC)1103256869
|z (OCoLC)1119953826
|z (OCoLC)1129376032
|
037 |
|
|
|a 9781849696838
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a QA76.575
|b .M58 2013eb
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Mitchell, Shawn Ross.
|
245 |
1 |
0 |
|a SDL game development :
|b discover how to leverage the power of SDL 2.0 to create awesome games in C++ /
|c Shaun Ross Mitchell.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (iv, 237 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 Includes index.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with SDL; Why use SDL?; What is new in SDL 2.0?; Migrating SDL 1.2 extensions; Setting up SDL in Visual C++ Express 2010; Using Mercurial to get SDL 2.0 on Windows; Cloning and building the latest SDL 2.0 repository; I have the library; now what?; Hello SDL; An overview of Hello SDL; SDL initialization flags; SDL renderer flags; What makes up a game; Breaking up the Hello SDL code; What does this code do?; The Game class; Fullscreen SDL; Summary
|
505 |
8 |
|
|a Chapter 2: Drawing in SDLBasic SDL drawing; Getting some images; Creating an SDL texture; Source and destination rectangles; Animating a sprite sheet; Flipping images; Installing SDL_image; Using SDL_image; Tying it into the framework; Creating the texture manager; Using texture manager as a singleton; Summary; Chapter 3: Working with Game Objects; Using inheritance; Implementing polymorphism; Using abstract base classes; Should we always use inheritance?; Could the same thing be achieved with a simpler solution?; Derived classes should model the ""is a"" relationship
|
505 |
8 |
|
|a Possible performance penaltiesPutting it all together; Summary; Chapter 4: Exploring Movement and Input Handling; Setting up game objects for movement; What is a vector?; Some common operations; Addition of two vectors; Multiply by a scalar number; Subtraction of two vectors; Divide by a scalar number; Normalizing a vector; Adding the Vector2D class; Adding velocity; Adding acceleration; Creating fixed frames per second; Input handling; Creating our input handler class; Handling joystick/gamepad input; SDL joystick events; Initializing joysticks; Listening for and handling axis movement
|
505 |
8 |
|
|a Dealing with joystick button inputHandling mouse events; Using mouse button events; Handling mouse motion events; Implementing keyboard input; Wrapping things up; Summary; Chapter 5: Handling Game States; A simple way for switching states; Implementing finite state machines; A base class for game states; Implementing FSM; Implementing menu states; Function pointers and callback functions; Implementing the temporary play state; Pausing the game; Creating the game over state; Summary; Chapter 6: Data-driven Design; Loading XML files; Basic XML structure; Implementing Object Factories
|
505 |
8 |
|
|a Using Distributed FactoriesFitting the factory into the framework; Parsing states from an XML file; Loading the menu state from an XML file; Loading other states from an XML file; Loading the play state; Loading the pause state; Loading the game over state; Summary; Chapter 7: Creating and Displaying Tile Maps; What is a tile map?; Getting familiar with the Tiled application; Parsing and drawing a tile map; Creating the TileLayer class; Creating the LevelParser class; Parsing tilesets; Parsing a tile layer; Drawing the map; Scrolling a tile map; Parsing object layers
|
520 |
|
|
|a Written as a practical and engaging tutorial, SDL Game Development guides you through developing your own framework and the creation of two engaging games.If you know C++ and you're looking to make great games from the ground up, then this book is perfect for you.
|
506 |
1 |
|
|a Legal Deposit;
|c Only available on premises controlled by the deposit library and to one user at any one time;
|e The Legal Deposit Libraries (Non-Print Works) Regulations (UK).
|5 WlAbNL
|
540 |
|
|
|a Restricted: Printing from this resource is governed by The Legal Deposit Libraries (Non-Print Works) Regulations (UK) and UK copyright law currently in force.
|5 WlAbNL
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a SDL (electronic resource)
|
630 |
0 |
7 |
|a SDL (electronic resource)
|2 fast
|
650 |
|
0 |
|a Multimedia systems.
|
650 |
|
0 |
|a Video games
|x Programming.
|
650 |
|
6 |
|a Multimédia.
|
650 |
|
6 |
|a Jeux vidéo
|x Programmation.
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Video games
|x Programming
|2 fast
|
650 |
|
7 |
|a Multimedia systems
|2 fast
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=604066
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26851232
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10728412
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 604066
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10870438
|
994 |
|
|
|a 92
|b IZTAP
|