|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn968706018 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
170116s2017 cau ob 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d IDEBK
|d EBLCP
|d GW5XE
|d YDX
|d N$T
|d UAB
|d UMI
|d NJR
|d COO
|d UPM
|d OCLCF
|d STF
|d MERUC
|d VT2
|d S4S
|d IOG
|d MERER
|d ESU
|d OCLCQ
|d JBG
|d IAD
|d ICW
|d ICN
|d OTZ
|d K6U
|d OCLCQ
|d LIV
|d OCLCQ
|d IDB
|d U3W
|d D6H
|d OCL
|d VVB
|d CEF
|d KSU
|d DEBBG
|d UWW
|d AU@
|d WYU
|d UKMGB
|d AUD
|d LEAUB
|d UKAHL
|d CNCEN
|d G3B
|d ERF
|d UKBTH
|d UHL
|d LEATE
|d OCLCQ
|d SFB
|d SRU
|d OCLCQ
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCA
|d OCL
|
015 |
|
|
|a GBB8L6680
|2 bnb
|
016 |
7 |
|
|a 019127128
|2 Uk
|
019 |
|
|
|a 968906334
|a 971543461
|a 974651671
|a 981034216
|a 981868891
|a 988676386
|a 1005757182
|a 1008959860
|a 1011849208
|a 1048231833
|a 1058532561
|a 1066456673
|a 1066478608
|a 1086557724
|a 1097151989
|a 1113430761
|a 1113435832
|a 1122818249
|a 1126472671
|a 1129361300
|
020 |
|
|
|a 9781484225837
|q (electronic bk.)
|
020 |
|
|
|a 148422583X
|q (electronic bk.)
|
020 |
|
|
|a 1484225821
|
020 |
|
|
|a 9781484225820
|
020 |
|
|
|z 9781484225820
|q (print)
|
024 |
7 |
|
|a 10.1007/978-1-4842-2583-7
|2 doi
|
029 |
1 |
|
|a AU@
|b 000059578728
|
029 |
1 |
|
|a AU@
|b 000061155076
|
029 |
1 |
|
|a AU@
|b 000067093966
|
029 |
1 |
|
|a CHNEW
|b 000946524
|
029 |
1 |
|
|a CHVBK
|b 480271356
|
029 |
1 |
|
|a GBVCP
|b 897166523
|
029 |
1 |
|
|a UKMGB
|b 019127128
|
035 |
|
|
|a (OCoLC)968706018
|z (OCoLC)968906334
|z (OCoLC)971543461
|z (OCoLC)974651671
|z (OCoLC)981034216
|z (OCoLC)981868891
|z (OCoLC)988676386
|z (OCoLC)1005757182
|z (OCoLC)1008959860
|z (OCoLC)1011849208
|z (OCoLC)1048231833
|z (OCoLC)1058532561
|z (OCoLC)1066456673
|z (OCoLC)1066478608
|z (OCoLC)1086557724
|z (OCoLC)1097151989
|z (OCoLC)1113430761
|z (OCoLC)1113435832
|z (OCoLC)1122818249
|z (OCoLC)1126472671
|z (OCoLC)1129361300
|
037 |
|
|
|a CL0500000828
|b Safari Books Online
|
050 |
|
4 |
|a GV1469.3
|
072 |
|
7 |
|a COM
|x 012040
|2 bisacsh
|
072 |
|
7 |
|a UMK
|2 bicssc
|
072 |
|
7 |
|a UMK
|2 thema
|
082 |
0 |
4 |
|a 794.8/151
|2 23
|
049 |
|
|
|a UAMI
|
245 |
0 |
0 |
|a Building a 2D game physics engine :
|b using HTML5 and JavaScript /
|c Michael Tanaya, Huaming Chen, Jebediah Pavleas, Kelvin Sung.
|
264 |
|
1 |
|a [Berkeley] :
|b Apress,
|c [2017]
|
264 |
|
4 |
|c ©2017
|
300 |
|
|
|a 1 online resource
|
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
|
347 |
|
|
|b PDF
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed February 3, 2017).
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a 1. Introduction to 2D Game Physics Engine Development -- 2. Implementing the 2D Physics Engine Core -- 3. Incorporating Collision Detection -- 4. Completing the Physics Engine and Rigid Shape Component, -- 5. Summarizing the Physics Engine.
|
520 |
|
|
|a Build your very own 2D physics-based game engine simulation system for rigid body dynamics. Beginning from scratch, in this book you will cover the implementation technologies, HTML5 and JavaScript; assemble a simple and yet complete fundamental mathematics support library; define basic rigid body behaviors; detect and resolve rigid body collisions; and simulate collision responses after the collisions. In this way, by the end of Building a 2D Game Physics Engine, you will have an in?depth understanding of the specific concepts and events, implementation details, and actual source code of a physics game engine that is suitable for building 2D games or templates for any 2D games you can create and can be played across the Internet via popular web?browsers. What You'll Learn Gain an understanding of 2D game engine physics and how to utilize it in your own games Describe the basic behaviors of rigid bodies Detect collisions between rigid bodies Resolve interpretations after rigid body collisions Model and implement rigid body impulse responses Who This Book Is For Game enthusiasts, hobbyists, and anyone who is interested in building their own 2D physics game engines but is unsure of how to begin.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Video games
|x Programming.
|
650 |
|
0 |
|a Internet games
|x Programming.
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
0 |
|a HTML (Document markup language)
|
650 |
|
6 |
|a Jeux vidéo
|x Programmation.
|
650 |
|
6 |
|a Jeux sur Internet
|x Programmation.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
6 |
|a HTML (Langage de balisage)
|
650 |
|
7 |
|a HTML.
|2 aat
|
650 |
|
7 |
|a Games development & programming.
|2 bicssc
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x Games.
|2 bisacsh
|
650 |
|
7 |
|a Video games
|x Programming
|2 fast
|0 (OCoLC)fst00872114
|
650 |
|
7 |
|a HTML (Document markup language)
|2 fast
|0 (OCoLC)fst00949997
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|0 (OCoLC)fst00982071
|
700 |
1 |
|
|a Tanaya, Michael,
|e author.
|
700 |
1 |
|
|a Chen, Hua Ming,
|e author.
|
700 |
1 |
|
|a Pavleas, Jebediah,
|e author.
|
700 |
1 |
|
|a Sung, Kelvin,
|d 1964-
|e author.
|
776 |
0 |
8 |
|i Printed edition:
|z 9781484225820
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484225837/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32563157
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL4786816
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1452503
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis37360640
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 13372848
|
994 |
|
|
|a 92
|b IZTAP
|