The concepts of WebGL

Interessante articolo su hacks.mozilla.org che introduce e chiarisce alcuni concetti fondamentali dietro le WebGL. What is WebGL? WebGL is a Web API that allows low-level graphics programming. “Low-level” means that WebGL commands are expressed in terms that map relatively directly to how a GPU (graphics processing unit, i.e. hardware) actually works. That means that WebGL allows you to really tap into the feature set and power of graphics hardware. What native games do with OpenGL or Direct3D, you can probably do with WebGL too. Link all’articolo su hack.mozilla.org: The concepts of WebGL L’articolo non si pone come un ennesimo tutorial, infatti, alla fine, segnala delle risorse molto utili per iniziare a programmare con le WebGL.

27 April 2013 · 1 min

Furball in WebGL

http://www.youtube.com/watch?v=De8A4jDWe40 Un bellissimo esperimento fatto completamente con le WebGL. Guardate il video oppure se avete un browser abilitato alle WebGL potete vederlo live a questo indirizzo: http://www.theoberg.com/things/furball/ Grazie a @theo_t (Source: http://www.youtube.com/)

30 January 2013 · 1 min