TCM
TCM

Reputation: 16900

Famous libraries for implementing 3d in javascript?

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

Answers (2)

Reto Aebersold
Reto Aebersold

Reputation: 16624

Due to the great work of Mr. Doob (i.e. rome), three.js is quite famous.

Upvotes: 1

ColinE
ColinE

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.

http://www.c3dl.org/

It seems to fit your criteria, WebGL and Canvas.

Upvotes: 0

Related Questions