Reader small image

You're reading from  Leap Motion Development Essentials

Product typeBook
Published inOct 2013
PublisherPackt
ISBN-139781849697729
Edition1st Edition
Right arrow
Author (1)
Mischa Spiegelmock
Mischa Spiegelmock
author image
Mischa Spiegelmock

Mischa Spiegelmock is an accomplished software engineer from the San Francisco Bay Area. Slightly infamous from light-hearted technical pranks from his youth, he is now a respectable CTO at a healthcare software startup. His passions are architecting elegant and useful programs and sharing his insights into software design with others in a straightforward and entertaining fashion.
Read more about Mischa Spiegelmock

Right arrow

WebGL


Some old-timers may instinctively scoff at the notion of creating a 3D environment in a web browser, using only JavaScript (and maybe some GL shader language). Is it really supported by all modern browsers? Is it accelerated? Does it perform well on mobile devices? Does it have the same capabilities found in a native graphics library that I'd want?

Well, more or less yes. There may be some skeptics out there, especially those who remember the first real attempt at 3D graphics on the web long ago, using virtual reality markup language (VRML). That was an attempt to implement 3D animations with standardized markup rendered via browser plugins, and, quite honestly it was not all that awesome, and we should probably forget it ever existed. Those days are long behind us now, fortunately.

Let's talk about WebGL. It's a well-defined API standard maintained by the Khronos non-profit group, along with other OpenGL-related standards. It is supported by nearly all major browsers, with the usual...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Leap Motion Development Essentials
Published in: Oct 2013Publisher: PacktISBN-13: 9781849697729

Author (1)

author image
Mischa Spiegelmock

Mischa Spiegelmock is an accomplished software engineer from the San Francisco Bay Area. Slightly infamous from light-hearted technical pranks from his youth, he is now a respectable CTO at a healthcare software startup. His passions are architecting elegant and useful programs and sharing his insights into software design with others in a straightforward and entertaining fashion.
Read more about Mischa Spiegelmock