Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

From where can I get learning resources for three.js

I am just trying my hands at three.js. This is the link:

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

But there seems to be no documentation for this and rightly so because it is developed by a small(but genius) team. There are loads of examples when you download it however without basic explanation it doesn't make much sense to just start looking at code. I found few tutorials at:

http://aerotwist.com/

But it's just few. Just explains 3-4 concepts here and there.

Is there any other documentation or good tutorial sites for this library? Video screencasts, tutorials or even book anything will be do. If some book is available then it will be best but I don't think any is available.

like image 976
TCM Avatar asked Aug 13 '11 06:08

TCM


2 Answers

There are some more learning resources here:

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

like image 64
Mr.doob Avatar answered Oct 16 '22 17:10

Mr.doob


I'm working on creating a set of examples at: http://github.com/stemkoski/Three.js-examples

like image 22
Stemkoski Avatar answered Oct 16 '22 17:10

Stemkoski