Reputation: 16900
Which are the famouse 3d javascript libraries? By famous I mean something that is as famous Jquery is to web developers. By famous I mean things are properly documented and many resources are available i.e tutorials/books etc for newbies. I am trying to learn three.js but having hard time figuring out how to use because there isn't much documentation available for this. On top of that it is javascript so not even intellisense benefit ;) What are the other options for this type of 3d stuff? I am mainly interested in WebGL and Canvas.
Upvotes: 1
Views: 820
Reputation: 16624
Due to the great work of Mr. Doob (i.e. rome), three.js is quite famous.
Upvotes: 1
Reputation: 70122
If by famous you just mean 'popular', why not let google decide for you? When searching for JavaScript 3D Library, google seems to think the following is most popular.
It seems to fit your criteria, WebGL and Canvas.
Upvotes: 0