WebGL Insights
by Patrick Cozzi
Publisher: CRC Press 2015
ISBN/ASIN: 1498716075
ISBN-13: 9781498716079
Number of pages: 416
Description:
WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 3D and 2D graphics within any compatible web browser without the use of plug-ins. This book presents real-world techniques for intermediate and advanced WebGL developers by assembling contributions from experienced WebGL engine and application developers, GPU vendors, browser developers, researchers, and educators.
Download or read it online for free here:
Download link
(75MB, PDF)
Similar books
Recipes with Angular.jsby Frederik Dietz - Ruboss Technology Corporation
Angular.js is an open-source Javascript MVC (Model-View-Controller) framework developed by Google. If you are using Angular.js, or considering it, this cookbook provides easy to follow recipes for issues you are likely to face.
(13357 views)
ppk on JavaScriptby Peter-Paul Koch - New Riders Press
ppk on JavaScript is a well-written and cleanly structured walk through useful JavaScript examples. It is extremely practical, and goes right to the core of what a web programmer needs to know about JavaScript to build real sites, right now.
(15891 views)
Essential JavaScript and jQuery Design Patternsby Addy Osmani - addyosmani.com
This book will take a look at a number of popular JavaScript design patterns and explore why certain patterns may be more suitable for your projects than others. Patterns can also be applied to abstracted libraries such as jQuery or Dojo as well.
(20904 views)
Exploring ES2016 and ES2017by Axel Rauschmayer
This book is about ECMAScript 2016 and ECMAScript 2017, new versions of JavaScript. The 2016 and 2017 iterations bring worthwhile improvements: Async functions, Shared memory and atomics, as well as improvements to core Array and String classes.
(6521 views)