HTML5 Canvas Cookbook
暫譯: HTML5 Canvas 食譜
Eric Rowell
- 出版商: Packt Publishing
- 出版日期: 2011-11-26
- 售價: $1,400
- 貴賓價: 9.5 折 $1,330
- 語言: 英文
- 頁數: 348
- 裝訂: Paperback
- ISBN: 1849691363
- ISBN-13: 9781849691369
-
相關分類:
HTML
立即出貨 (庫存=1)
買這商品的人也買了...
-
$980$774 -
$500$450 -
$680$537 -
$980$774 -
$680$530 -
$980$774 -
$520$411 -
$880$695 -
$980$833 -
$1,130$893 -
$400$380 -
$490$417 -
$350$277 -
$450$356 -
$520$411 -
$940$700 -
$480$379 -
$480$379 -
$680$537 -
$650$514 -
$880$695 -
$480$379 -
$380$300 -
$320$250 -
$590$502
相關主題
商品描述
Over 80 recipes to revolutionize the Web experience with HTML5 Canvas
- The quickest way to get up to speed with HTML5 Canvas application and game development
- Create stunning 3D visualizations and games without Flash
- Written in a modern, unobtrusive, and objected oriented JavaScript style so that the code can be reused in your own applications.
- Part of Packt's Cookbook series: Each recipe is a carefully organized sequence of instructions to complete the task as efficiently as possible
In Detail
The HTML5 canvas is revolutionizing graphics and visualizations on the Web. Powered by JavaScript, the HTML5 Canvas API enables web developers to create visualizations and animations right in the browser for the first time without Flash. HTML5 Canvas is being considered as the future of graphics and interactivity on the Web and yet most developers fail to exercise all of the features that this powerful technology has to offer.
HTML5 Canvas Cookbook covers the fundamental methods and properties of the HTML5 canvas API. As soon as you are familiar with the API, the book provides advanced techniques for handling animations, image and video manipulations, canvas interactivity, data visualizations, game development, 3D modeling, and more.
HTML5 Canvas Cookbook begins by covering the basics of the HTML5 Canvas API and then provides techniques for handling features not directly supported by the API such as animations and canvas interactivity. It winds up by providing detailed templates for a few of the most common HTML5 canvas applications - data visualization, game development, and 3D modeling. It will acquaint you with interesting topics such as fractals, principles of animation, physics, color models, matrix mathematics, and 3D projection.
By the end of this book, you will have a solid understanding of the HTML5 canvas API and a toolbox of techniques for creating any type of HTML5 Canvas application, limited only by the extent of your imagination.
What you will learn from this book
- Learn about the fundamentals of line drawing, text drawing, shape drawing, composites, and picture drawing.
- Animate linear motions, accelerations, and oscillations, and create a particle physics simulator.
- Work with images, video, and pixel manipulation.
- Apply transformation effects including translations, scaling, rotations, and shearing.
- Create interactive HTML5 canvas applications using mouse coordinate detection, pixel detection, rectangular region detection, and path detection techniques.
- Construct data visualizations with graphs and charts.
- Develop your own HTML5 canvas games.
- Create stunning 3D visualizations with JavaScript libraries and WebGL.
Approach
Written in cookbook style, this book offers a wide array of techniques for building HTML5 Canvas applications. Each recipe contains step-by-step instructions followed by analysis of what was done in each task and other useful information. The book is designed so that you can read it chapter by chapter, or you can look at the list of recipes and refer to them in no particular order.
Who this book is written for
This book is geared towards web developers who are familiar with HTML and JavaScript. It is written for both beginners and seasoned HTML5 developers with a good working knowledge of JavaScript.
商品描述(中文翻譯)
超過 80 個食譜,徹底改變使用 HTML5 Canvas 的網頁體驗
- 最快速的方式讓您掌握 HTML5 Canvas 應用程式和遊戲開發
- 無需 Flash 即可創建驚人的 3D 視覺效果和遊戲
- 以現代、非侵入性和物件導向的 JavaScript 風格撰寫,讓代碼可以在您自己的應用程式中重用。
- 屬於 Packt 的食譜系列:每個食譜都是一系列精心組織的指令,以盡可能高效地完成任務
詳細內容
HTML5 Canvas 正在徹底改變網頁上的圖形和視覺化。由 JavaScript 驅動,HTML5 Canvas API 使網頁開發者能夠首次在瀏覽器中創建視覺化和動畫,而無需 Flash。HTML5 Canvas 被視為網頁圖形和互動性的未來,但大多數開發者未能充分利用這項強大技術所提供的所有功能。
《HTML5 Canvas 食譜》涵蓋了 HTML5 Canvas API 的基本方法和屬性。一旦您熟悉了 API,本書將提供處理動畫、圖像和視頻操作、Canvas 互動性、數據視覺化、遊戲開發、3D 建模等的進階技術。
《HTML5 Canvas 食譜》首先介紹 HTML5 Canvas API 的基礎知識,然後提供處理 API 未直接支持的功能(如動畫和 Canvas 互動性)的技術。最後提供一些最常見的 HTML5 Canvas 應用的詳細範本 - 數據視覺化、遊戲開發和 3D 建模。它將讓您熟悉有趣的主題,如分形、動畫原則、物理學、色彩模型、矩陣數學和 3D 投影。
在本書結束時,您將對 HTML5 Canvas API 有扎實的理解,並擁有創建任何類型 HTML5 Canvas 應用的技術工具箱,僅受限於您的想像力。
您將從本書中學到什麼
- 了解線條繪製、文字繪製、形狀繪製、合成和圖片繪製的基本原理。
- 動畫線性運動、加速度和振盪,並創建粒子物理模擬器。
- 處理圖像、視頻和像素操作。
- 應用變換效果,包括平移、縮放、旋轉和剪切。
- 使用鼠標坐標檢測、像素檢測、矩形區域檢測和路徑檢測技術創建互動式 HTML5 Canvas 應用。
- 構建帶有圖表和圖形的數據視覺化。
- 開發您自己的 HTML5 Canvas 遊戲。
- 使用 JavaScript 庫和 WebGL 創建驚人的 3D 視覺化。
方法
本書以食譜風格撰寫,提供了構建 HTML5 Canvas 應用的各種技術。每個食譜都包含逐步指導,並隨後分析每個任務中所做的工作及其他有用信息。本書設計為您可以逐章閱讀,或查看食譜列表並按任意順序參考。
本書的讀者對象
本書針對熟悉 HTML 和 JavaScript 的網頁開發者。它適合初學者和對 JavaScript 有良好工作知識的資深 HTML5 開發者。