Question

Need to animate a 3d model using webgl. But i am confused while choosing between Three.js and glMatrix-0.9.5.min.js. Both of them seem to be extensively used but which is more efficient and easier to learn between them?

Was it helpful?

Solution

If you have time and really want to learn a new technique, including 3D, networking, etc... its better to use the lower level if possible (better yet write everything yourself from scratch). High level libraries hide details which if learned the hard way give you more power and an intuitive understanding. With enough imagination and fortitude you can spin up interesting 3D model animations using glMatrix-0.9.5 with no prior 3D experience. Later on you'll be glad you did.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top