MARC 닫기
00000cam c2200205 c 4500
000000587993
20201230141643
m d
cr |n|---|||||
190525s2019 enk o 000a engd
▼a 1100628527
▼a 1789537347
▼q (electronic bk.)
▼a 9781789537345
▼q (electronic bk.)
▼a 2116997
▼b (N$T)
▼a (OCoLC)1101044564
▼z (OCoLC)1100628527
▼a EBLCP
▼b eng
▼c EBLCP
▼d OCLCQ
▼d UKAHL
▼d YDX
▼d 248023
▼d N$T
▼e pn
▼a MAIN
▼a QA76.76.C672
▼a 794.8/1525
▼2 23
▼a Shekar, Siddharth.
▼a C++ Game Development by Example
▼h [electronic resource]:
▼b Learn to Build Games and Graphics with SFML, OpenGL, and Vulkan Using C++ Programming.
▼a Birmingham:
▼b Packt Publishing, Limited,
▼c 2019.
▼a 1 online resource (407 pages).
▼a text
▼b txt
▼2 rdacontent
▼a computer
▼b c
▼2 rdamedia
▼a online resource
▼b cr
▼2 rdacarrier
▼a Chapter 12: Drawing Vulkan Objects
▼a Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Section 1: Basic Concepts; Chapter 1: C++ Concepts; Program basics; Variables; Strings; Operators; Statements; Iteration; Jump statements; Switch statement; Functions; Scope of variables; Arrays; Pointers; Structs; Enums; Classes; Inheritance; Summary; Chapter 2: Mathematics and Graphics Concepts; 3D coordinate system; Points; Vectors; Vector operations; Vector magnitude; Unit vector; Dot product; Cross product; Matrices; Matrix Addition and Subtraction; Matrix multiplication
▼a Identity matrixMatrix transpose; Matrix inverse; GLM OpenGL mathematics; OpenGL data types; Space transformations; Local/object space; World space; View space; Projection space; Screen space; Render pipeline; Vertex specification; Vertex shader; Vertex post-processing; Primitive assembly; Rasterization; Fragment shader; Per-sample operation; Framebuffer; Summary; Section 2: SFML 2D Game Development; Chapter 3: Setting Up Your Game; An overview of SFML; Downloading SFML and configuring Visual Studio; Creating a window; Drawing shapes; Adding sprites; Keyboard input; Handing player movement
▼a The Light Renderer classDrawing the object; Summary; Chapter 7: Building on the Game Objects; Creating a MeshRenderer class; Creating the TextureLoader class; Adding Bullet Physics; Adding rigid bodies; Summary; Chapter 8: Enhancing Your Game with Collision, Loop, and Lighting; Adding a RigidBody name; Adding an enemy; Moving the enemy; Checking collision; Adding keyboard controls; Game loop and scoring; Text rendering; Adding lighting; Summary; Section 4: Rendering 3D Objects with Vulkan; Chapter 9: Getting Started with Vulkan; About Vulkan; Configuring Visual Studio
▼a Vulkan validation layers and extensionsVulkan instances; The Vulkan Context class; Creating the window surface; Picking a physical device and creating a logical device; Summary; Chapter 10: Preparing the Clear Screen; Creating the SwapChain; Creating the Renderpass; Using render targets and Framebuffers; Creating CommandBuffer; Begining and ending Renderpass; Creating the clear screen; Summary; Chapter 11: Creating Object Resources; Updating the Mesh class for Vulkan; Creating the ObjectBuffers class; Creating the Descriptor class; Creating the SPIR-V shader binary; Summary
▼a Chapter 4: Creating Your Game; Starting afresh; Creating the hero class; Creating the enemy class; Adding enemies; Creating a rocket class; Adding rockets; Collision detection; Summary; Chapter 5: Finalizing Your Game; Finishing the Gameloop and adding scoring; Adding text; Adding audio; Adding player animations; Summary; Section 3: Modern OpenGL 3D Game Development; Chapter 6: Getting Started with OpenGL; What is OpenGL?; Creating our first OpenGL project; Creating a window and ClearScreen; Creating a Mesh class; Creating a Camera class; The ShaderLoader class
▼a This book will get you up to speed with the specifics of making games look and feel great, by using modern animation and rendering techniques with the integration of great physics libraries for an improved and realistic user experience.
▼a Print version record.
▼a C++ (Computer program language)
▼a Object-oriented programming languages.
▼a Computer games
▼x Programming.
▼a Computer games
▼x Design.
▼i Print version:
▼a Shekar, Siddharth.
▼t C++ Game Development by Example : Learn to Build Games and Graphics with SFML, OpenGL, and Vulkan Using C++ Programming.
▼d Birmingham : Packt Publishing, Limited, ©2019,
▼z 9781789535303
▼3 EBSCOhost
▼u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=2116997
▼a 강리원
▼a eBook
| 자료유형 : | eBook |
|---|---|
| ISBN : | 1789537347 |
| ISBN : | 9781789537345 |
| 개인저자 : | Shekar, Siddharth. |
| 서명/저자사항 : | C++ Game Development by Example [electronic resource]: Learn to Build Games and Graphics with SFML, OpenGL, and Vulkan Using C++ Programming. |
| 발행사항 : | Birmingham: Packt Publishing, Limited, 2019. |
| 형태사항 : | 1 online resource (407 pages). |
| 일반주기 : | Chapter 12: Drawing Vulkan Objects |
| 내용주기 : | Cover; Title Page; Copyright and Credits; Dedication; About Packt; Contributors; Table of Contents; Preface; Section 1: Basic Concepts; Chapter 1: C++ Concepts; Program basics; Variables; Strings; Operators; Statements; Iteration; Jump statements; Switch statement; Functions; Scope of variables; Arrays; Pointers; Structs; Enums; Classes; Inheritance; Summary; Chapter 2: Mathematics and Graphics Concepts; 3D coordinate system; Points; Vectors; Vector operations; Vector magnitude; Unit vector; Dot product; Cross product; Matrices; Matrix Addition and Subtraction; Matrix multiplication |
| 내용주기 : | Identity matrixMatrix transpose; Matrix inverse; GLM OpenGL mathematics; OpenGL data types; Space transformations; Local/object space; World space; View space; Projection space; Screen space; Render pipeline; Vertex specification; Vertex shader; Vertex post-processing; Primitive assembly; Rasterization; Fragment shader; Per-sample operation; Framebuffer; Summary; Section 2: SFML 2D Game Development; Chapter 3: Setting Up Your Game; An overview of SFML; Downloading SFML and configuring Visual Studio; Creating a window; Drawing shapes; Adding sprites; Keyboard input; Handing player movement |
| 내용주기 : | The Light Renderer classDrawing the object; Summary; Chapter 7: Building on the Game Objects; Creating a MeshRenderer class; Creating the TextureLoader class; Adding Bullet Physics; Adding rigid bodies; Summary; Chapter 8: Enhancing Your Game with Collision, Loop, and Lighting; Adding a RigidBody name; Adding an enemy; Moving the enemy; Checking collision; Adding keyboard controls; Game loop and scoring; Text rendering; Adding lighting; Summary; Section 4: Rendering 3D Objects with Vulkan; Chapter 9: Getting Started with Vulkan; About Vulkan; Configuring Visual Studio |
| 내용주기 : | Vulkan validation layers and extensionsVulkan instances; The Vulkan Context class; Creating the window surface; Picking a physical device and creating a logical device; Summary; Chapter 10: Preparing the Clear Screen; Creating the SwapChain; Creating the Renderpass; Using render targets and Framebuffers; Creating CommandBuffer; Begining and ending Renderpass; Creating the clear screen; Summary; Chapter 11: Creating Object Resources; Updating the Mesh class for Vulkan; Creating the ObjectBuffers class; Creating the Descriptor class; Creating the SPIR-V shader binary; Summary |
| 요약 : | Chapter 4: Creating Your Game; Starting afresh; Creating the hero class; Creating the enemy class; Adding enemies; Creating a rocket class; Adding rockets; Collision detection; Summary; Chapter 5: Finalizing Your Game; Finishing the Gameloop and adding scoring; Adding text; Adding audio; Adding player animations; Summary; Section 3: Modern OpenGL 3D Game Development; Chapter 6: Getting Started with OpenGL; What is OpenGL?; Creating our first OpenGL project; Creating a window and ClearScreen; Creating a Mesh class; Creating a Camera class; The ShaderLoader class |
| 요약 : | This book will get you up to speed with the specifics of making games look and feel great, by using modern animation and rendering techniques with the integration of great physics libraries for an improved and realistic user experience. |
| 일반주제명 : | C++ (Computer program language) -- |
| 일반주제명 : | Object-oriented programming languages. -- |
| 일반주제명 : | Computer games -- Programming. -- |
| 일반주제명 : | Computer games -- Design. -- |
| 기타형태 저록 : | Print version: Shekar, Siddharth. C++ Game Development by Example : Learn to Build Games and Graphics with SFML, OpenGL, and Vulkan Using C++ Programming. Birmingham : Packt Publishing, Limited, ©2019, 9781789535303 |
| 언어 | 영어 |
| URL : |
|---|
서평쓰기