Does any one know if there is a book or a detail tutorial on how to implement threeJS? I've been to mr. doobs github and downloaded threeJS and it is freaking awesome. Compared to normal webGL it makes creating 3d objects way more simpler. Still I'm not as smart as Mr Doobs so I do need a book or something to guide me through. Any links will be most appreciated. Thanks!

link|improve this question

feedback

closed as not constructive by casperOne May 15 at 16:12

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.

2 Answers

up vote 6 down vote accepted

Take a look at the articles on the wiki:

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

This one was published recently:

http://www.12devsofxmas.co.uk/2012/01/webgl-and-three-js/

link|improve this answer
2  
wooo answered by the man him self! awesome thank you very much! – climboid Jan 10 at 3:47
feedback

I don't know of a three.js book. The API is still in development / unstable so a book would be out of date pretty quickly. I'm sure there will be one in the future though as it's an excellent library.

You can checkout the three.js sub-reddit though. In the sidebar on the right hand side you will find lots of resources to get you started.

Hope that helps.

link|improve this answer
feedback

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