WebGL-Game Development - PowerPoint PPT Presentation

About This Presentation
Title:

WebGL-Game Development

Description:

In this PPT you will come to know about the Development of Games,the web implementation of Open GL and a detailed approach of the book. – PowerPoint PPT presentation

Number of Views:337
Slides: 13
Provided by: webglgame
Category: Other

less

Transcript and Presenter's Notes

Title: WebGL-Game Development


1
Web GL Game Development
2
Agenda
  • About The Author
  • Overview of the Book
  • What you will Learn From This Book
  • In Detail
  • Approach
  • Who this Book is For

3
About The Author
  • Sumeet Arora
  • Sumeet Arora is a tech entrepreneur. He founded
    Evon Technologies, a mobile, web design and
    development company and Logic Simplified, a game
    development company. He holds the position of CTO
    at Evon and works as a consultant for Logic
    Simplified. He has worked as an architect
    consultant for scalable web portals for clients
    across the globe. His core expertise lies in 3D
    rendering technologies and collaboration tools.

4
  • For the past four years, he has been working with
    various clients/companies on multiplatform
    content delivery. His own passion towards gaming
    technologies has helped him help his clients in
    launching games on various platforms on both web
    and mobile. Currently his company, Logic
    Simplified, helps new gaming ideas to launch in
    the market.

5
Overview of the Book
  • Load and rendering Complex 3D Objects in WebGL
    using Javascript.
  • Applying textures and Lightning to Game scenarios
  • Load Rigged 3D models and Skeletal Animations
  • Add Physics Engine to WebGL Games

6
What You will Learn From This Book
  • Load 3D objects exported from Blender using WebGL
  • Understand texture mapping and apply textures to
    3D objects
  • Add lights and a camera to a WebGL scene
  • Create simple object animations utilizing matrix
    transformations

7
  • Fiddle with complex object animations such as
    skeletal animations
  • Get to grips with user interaction and picking
  • Build multiplayer games in WebGL

8
  • Handle difficult concepts such as animating
    skinned models using matrix transformations,
    quaternion mathematics, and linear interpolation.
  • Apply physics engine to your WebGL game.

9
In Detail
  • WebGL, the web implementation of Open GL, is a
    JavaScript API used to render interactive 3D
    graphics within any compatible web browser,
    without the need for plugins. It helps you create
    detailed, high-quality graphical 3D objects
    easily. WebGL elements can be mixed with other
    HTML elements and composites to create
    high-quality, interactive, creative, innovative
    graphical 3D objects.

10
  • This book begins with collecting coins in Super
    Mario, killing soldiers in Contra, and then
    quickly evolves to working out strategies in
    World of Warcraft. You will be guided through
    creating animated characters, image processing,
    and adding effects as part of the web page canvas
    to the 2D/3D graphics. Pour life into your gaming
    characters and learn how to create special
    effects seen in the most powerful 3D games.

11
  • Each chapter begins by showing you the underlying
    mathematics and its programmatic implementation,
    ending with the creation of a complete game scene
    to build a wonderful virtual world.

12
Approach
  • This book is set-by-step, example-based tutorial
    that provides details on gaming logic using Web
    GL.

13
Who This Book Is For
  • If you are a programmer who wants to transform
    the skill of blending imagination and throughput
    in games, this is the book for you. You need to
    have a good understanding of object-oriented
    programming, JavaScript, and vector and matrix
    operations.
Write a Comment
User Comments (0)
About PowerShow.com