Building a 2D game physics engine using HTML5 and JavaScript

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 b...

Full description

Bibliographic Details
Main Authors: Tanaya, Michael (Author), Chen, Hua Ming (Author), Pavleas, Jebediah (Author), Sung, Kelvin (Author)
Format: eBook
Language:English
Published: [Berkeley] Apress 2017
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03407nmm a2200529 u 4500
001 EB001911884
003 EBX01000000000000001074786
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781484225837 
020 |a 148422583X 
020 |a 9781484225820 
020 |a 1484225821 
050 4 |a GV1469.3 
100 1 |a Tanaya, Michael  |e author 
245 0 0 |a Building a 2D game physics engine  |b using HTML5 and JavaScript  |c Michael Tanaya, Huaming Chen, Jebediah Pavleas, Kelvin Sung 
260 |a [Berkeley]  |b Apress  |c 2017 
300 |a 1 online resource 
505 0 |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 
653 |a COMPUTERS / Programming / Games / bisacsh 
653 |a JavaScript (Computer program language) / http://id.loc.gov/authorities/subjects/sh96004880 
653 |a Jeux vidéo / Programmation 
653 |a Jeux sur Internet / Programmation 
653 |a JavaScript (Langage de programmation) 
653 |a HTML. / aat 
653 |a JavaScript (Computer program language) / fast 
653 |a Video games / Programming / fast 
653 |a Games development & programming / bicssc 
653 |a HTML (Langage de balisage) 
653 |a HTML (Document markup language) / fast 
653 |a Video games / Programming / http://id.loc.gov/authorities/subjects/sh95003476 
653 |a HTML (Document markup language) / http://id.loc.gov/authorities/subjects/sh95002791 
700 1 |a Chen, Hua Ming  |e author 
700 1 |a Pavleas, Jebediah  |e author 
700 1 |a Sung, Kelvin  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/978-1-4842-2583-7 
015 |a GBB8L6680 
776 |z 148422583X 
776 |z 9781484225820 
776 |z 9781484225837 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484225837/?ar  |x Verlag  |3 Volltext 
082 0 |a 794.8/151 
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