Skip to main content

Posts

Showing posts from September, 2015

Simple threejs test

I have a strong passion for animation and game so from time to time, I am testing out libraries and tools to create the animation and game I like. And I came accross threejs which is a library with a lot of nice examples available in  their site . Therefore, I decided to make a simple animation out of it. This is my test  simple-sphere Threejs can produce pretty nice 3D animation with simple code base. However, this is just a starting point, there are a lot to learn and apply. If you have already working javascript for a while and want to make some cool 3D animation, why not try this library out. Have fun!