Kirjojen hintavertailu. Mukana 12 595 353 kirjaa ja 12 kauppaa.

Kirjailija

Kelvin Sung

Kirjat ja teokset yhdessä paikassa: 6 kirjaa, julkaisuja vuosilta 2008-2023, suosituimpien joukossa Learn 2D Game Development with C#. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

6 kirjaa

Kirjojen julkaisuhaarukka 2008-2023.

2D Games with Windows and Windows Phone Step by Step

2D Games with Windows and Windows Phone Step by Step

Kelvin Sung; Jebediah Pavleas; Jack Chang

Microsoft Press,U.S.
2014
nidottu
Your hands-on, step-by-step guide to building 2D games for Windows(R) 8 and Windows Phone 8 Teach yourself how to build interactive 2D game apps for Windows 8 and Windows Phone 8 using the Microsoft(R) XNA framework - one step at a time. Ideal for developers, game enthusiasts, and hobbyists with intermediate C# programming skills, this tutorial provides practical, learn-by-doing exercises for creating apps that can be used on several devices - including Windows Phone, tablets, slates, and desktop computers. Discover how to: Build 2D interactive games using XNA tools Explore the basic architecture of a 2D game engine Program XNA games for Windows Mobile devices Create games that use Windows Phone sensors Prepare your game for the Windows Store
Learn 2D Game Development with C#

Learn 2D Game Development with C#

Kelvin Sung; Jack Keng-Wei Chang; Rob Zhu; Jebediah Pavleas

APress
2013
nidottu
2D games are hugely popular across a wide range of platforms and the ideal place to start if you’re new to game development. With Learn 2D Game Development with C#, you'll learn your way around the universal building blocks of game development, and how to put them together to create a real working game.C# is increasingly becoming the language of choice for new game developers. Productive and easier to learn than C++, C# lets you get your games working quickly and safely without worrying about tricky low-level details like memory management. This book uses MonoGame, an open source framework that's powerful, free to use and easy to handle, to further reduce low-level details, meaning you can concentrate on the most interesting and universal aspects of a game development: frame, camera, objects and particles, sprites, and the logic and simple physics that determines how they interact.In each chapter, you'll explore one of these key elements of game development in the context of a working game, learn how to implement the example for yourself, and integrate it into your own game library. At the end of the book, you’ll put everything you’ve learned together to build your first full working game! And what’s more, MonoGame is designed for maximum cross-platform support, so once you’ve mastered the fundamentals in this book, you’ll be ready to explore and publish games on a wide range of platforms including Windows 8, MAC OSX, Windows Phone, iOS, Android, and Playstation Mobile. Whether you're starting a new hobby or considering a career in game development, Learn 2D Game Development with C# is the ideal place to start.
Basic Math for Game Development with Unity 3D

Basic Math for Game Development with Unity 3D

Kelvin Sung; Gregory Smith

APRESS
2023
nidottu
This book will teach you fundamental mathematical concepts using Unity-based custom examples, explaining the implementations and demonstrating how these concepts are applied in building modern video game functionality. You will learn the theoretical foundation of each concept, and then interact, examine, and modify the implementation to inspect the effects. Basic Math for Game Development with Unity 3D begins by explaining points in the 3D Cartesian Coordinate system. From there, you’ll gain insight into vectors and details of dot and cross products, quaternions, rotation and decomposition of vectors. These basic mathematical foundations are illustrated through Unity-based example implementations. Associated with these concept presentations are separate examples of how the concepts are applied in creating typical video game functionality, such as collision support, motion simulations, autonomous behaviors, shadow approximations, and reflections off surfaces with arbitrary orientations. After completing this book, you will have a thorough understanding of core mathematical concepts and how they are used to create compelling gameplay. What You Will Learn Understand the basic concepts of points and vectors, and their applications in game developmentGrasp the details of autonomous behaviors such as facing a target, following and chasing an object, and moreApply mathematical concepts in implementing modern video game functionality such as ray casting, collision, and motion control Who Is This Book For Game enthusiasts, hobbyists, and anyone else who is interested in the implementation of interactive games but needs basic mathematical background or could just use a refresher with modern examples.
Build Your Own 2D Game Engine and Create Great Web Games

Build Your Own 2D Game Engine and Create Great Web Games

Kelvin Sung; Jebediah Pavleas; Matthew Munson; Jason Pace

APRESS
2021
nidottu
Develop a 2D game engine that will give you the experience and core understanding of foundational concepts for building complex and fun 2D games that can be played across the Internet via popular web browsers. This book is organized so that the chapters follow logical steps of building a game engine and integrates concepts accordingly. Build Your Own 2D Game Engine and Create Great Web Games isolates and presents relevant concepts from software engineering, computer graphics, mathematics, physics, game development and game design in the context of building a 2D game engine from scratch. In this edition, all the code is based on updated versions of JavaScript with HTML5 and WebGL2: you will analyze the source code needed to create a game engine that is suitable for implementing typical casual 2D videogames. You will also learn about physics and particle system. The discussion of physics component includes rotations and popular physical materials such as wood, mud, andice. The discussion of particle component has popular presets such as fire, smoke, and dust. By the end of the book, you will understand the core concepts and implementation details of a typical 2D game engine, learn insights into how these concepts affect game design and game play, and have access to a versatile 2D game engine that they can expand upon or utilize to build their own 2D games from scratch with HTML5, JavaScript, and WebGL2. What You Will Learn Understand essential concepts for building 2D gamesGrasp the basic architecture of 2D game enginesUnderstand illumination models in 2D gamesLearn basic physics used in 2D gamesFind out how these core concepts affect game design and game playLearn to design and develop 2D interactive games Who Is This Book For Game enthusiasts, hobbyists, and anyone with little to no experience who are interested in building interactive games but are unsure of how to begin. This can also serve as a textbook for a junior- or senior-level "Introduction to Game Engine" course in a Computer Science department.
Building a 2D Game Physics Engine

Building a 2D Game Physics Engine

Michael Tanaya; Huaming Chen; Jebediah Pavleas; Kelvin Sung

APress
2017
nidottu
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 LearnGain an understanding of 2D game engine physics and how to utilize it in your own gamesDescribe the basic behaviors of rigid bodiesDetect collisions between rigid bodiesResolve interpretations after rigid body collisionsModel and implement rigid body impulse responsesWho This Book Is ForGame enthusiasts, hobbyists, and anyone who is interested in building their own 2D physics game engines but is unsure of how to begin.
Essentials of Interactive Computer Graphics

Essentials of Interactive Computer Graphics

Kelvin Sung; Peter Shirley; Steven Baer

A K Peters
2008
sidottu
This undergraduate-level computer graphics text provides the reader with conceptual and practical insights into how to approach building a majority of the interactive graphics applications they encounter daily. As each topic is introduced, students are guided in developing a software library that will support fast prototyping of moderately complex applications using a variety of APIs, including OpenGL and DirectX.