Rating:

(54 reviews)
Author: David Geary
ISBN : B0085TJYKU
New from $22.00
Format: PDF, EPUB
You can download Free Core HTML5 Canvas: Graphics, Animation, and Game Development (Core Series) [Kindle Edition] for everyone book mediafire, rapishare, and mirror link
Download the book's code and a free chapter at corehtml5canvas.com
Read how David wrote Core HTML5 Canvas: corehtml5canvas.wordpress.com/2012/08/08/the-making-of-core-html5-canvas
Check out David's article series on HTML5 2D Game Development at IBM's developerworks: ibm.com/developerworks/library/j-html5-game1
This book is a painstakingly crafted, expertly written, code-fueled, no-nonsense deep dive into HTML5 Canvas printed in full color with syntax-highlighted code listings throughout.
Core HTML5 Canvas is written for experienced software developers with an intermediate-level understanding of JavaScript.
The result of two years full-time work by a long-time best-selling author, this book shows you how to implement anything you can imagine with the Canvas 2D API, from text editors to video games. Geary meticulously covers every detail of the API with crystal-clear writing so that you not only understand advanced concepts, but most importantly, you can modify the book's examples for your own specific use cases.
Here are some of the things you will learn about in this book:
The canvas element--using it with other HTML elements, handling events, printing a canvas, and using offscreen canvases
Shapes--drawing, dragging, erasing, and editing lines, arcs, circles, curves, and polygons; using shadows, gradients, and patterns
Text--drawing, positioning, setting font properties; building text controls
Images--drawing, scaling, clipping, processing, and animating
Animations--creating smooth, efficient, and portable animations
Sprites--implementing animated objects that have painters and behaviors
Physics--modeling physical systems (falling bodies, pendulums, and projectiles), and implementing tweening for nonlinear motion and animation
Collision detection--advanced techniques, clearly explained
Game development--all aspects of game development, such as time-based motion and high score support, implemented in a game engine
Custom controls--infrastructure for implementing custom controls; implementing progress bars, sliders, and an image panner
Mobile applications--fitting Canvas apps on a mobile screen, using media queries, handling touch events, and specifying iOS5 artifacts, such as app icons
Throughout the book, Geary discusses high-quality, reusable code to help professional developers learn everything they really need to know, with absolutely no fluff. All the book's code and live demonstrations of key examples are available at CoreHTML5Canvas.com.Books with free ebook downloads available Free Core HTML5 Canvas: Graphics, Animation, and Game Development
- File Size: 34728 KB
- Print Length: 752 pages
- Simultaneous Device Usage: Up to 5 simultaneous devices, per publisher limits
- Publisher: Prentice Hall; 1 edition (May 14, 2012)
- Sold by: Amazon Digital Services, Inc.
- Language: English
- ASIN: B0085TJYKU
- Text-to-Speech: Enabled
X-Ray:
- Lending: Not Enabled
- Amazon Best Sellers Rank: #157,088 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
- #54
in Kindle Store > Kindle eBooks > Computers & Technology > Programming > Games
- #54
in Kindle Store > Kindle eBooks > Computers & Technology > Programming > Games
Free Core HTML5 Canvas: Graphics, Animation, and Game Development
This book is laid out like a logical college text. The prerequisites would be familiarity with HTML scripting, and JavaScript programming. This book presumes you know these things well as it provides no attention to either of these basic reader prerequisites.
The author wastes little time getting into the nitty gritty. Code examples are the foundation for this book, along with execution screen shots. The book is extremely detailed and the author's instruction is insightful yet to the point. Chapter 1 covers the essentials of the canvas element such as event handling, using HTML elements within the canvas element, and printing a canvas. He even includes a small primer on the various math to be used throughout the book, as a refresher. Quite useful I might add.
The next chapter introduces the "student" to drawing with canvas. Again he starts with the basics like drawing basic shapes and advances the instruction along to more advance techniques such as using bezier curves, path manipulation, and transformations.
And so goes the rest of the book.. The student progresses through the following topics (in the following order):
Text: stroking and filling text, positioning text and implementing text controls
Images and Video: drawing, scaling, image manipulation, animation images, and video processing
Animation: animation loops, frame rate manipulation, backgrounds, timing, etc.
Download Link 1 -
Download Link 2