I'd like to put together a list of free WebGL resources. These can include books, in-depth tutorials, video resources, etc.

What are some free WebGL resources?

link|improve this question
I assume you've googled for "webgl book" and seen that there are no hits that are actual books. Seeing that, what exactly is your definition of a "book"? – Matti Virkkunen Dec 6 '10 at 7:03
@Matti I don't particularly have one. I'll adjust the question to reflect this. – treeface Dec 6 '10 at 7:04
Incidentally, if anyone has the requisite privileges, I'd like for this to be a community wiki post. – treeface Dec 6 '10 at 7:16
wiki as per OP's request. – Will Dec 9 '10 at 17:50
@Will Thank you! – treeface Dec 9 '10 at 19:38
show 1 more comment
feedback

closed as not constructive by Bo Persson, awoodland, Kevin Reid, AVD, bažmegakapa May 21 at 6:59

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

up vote 10 down vote accepted

a must read in the "webgl" scene: learning webgl

very good starting point and even advanced tutorials for webgl

link|improve this answer
Thanks, I'll take a look at this! – treeface Dec 6 '10 at 21:53
feedback

It just depends on what you want to learn about WebGl. If you want to learn how to write code that produces objects in 3D through a web browser you will have to figure out which engine to use. Personally, I enjoy using the Three.JS engine. It is fairly easy to use and Mr. Doob is always willing to help with there is a question that needs answering. Some resources for the Three.JS engine are;

http://threejsdoc.appspot.com/doc/index.html

http://aerotwist.com/tutorials/getting-started-with-three-js/

https://github.com/mrdoob/three.js/

link|improve this answer
feedback

A WebGL book that I bought and am very satisfied with is "Professional WebGL Programming"

Professional WebGL Programming - Developing 3D Graphics for the Web

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.