A plugin / extension of the jQuery API for 3d objects (using Three.js)
jQuery Three was developed to bridge the gap between WebGL and the DOM by using existing conventions web designers are already familiar with.
Effectively it provides a higher level api that abstracts Three.js methods to known common conventions from web development.
Get the latest (stable) version using bower:
bower install jquery.three
Enable 3D actions on any container using:
$("container").three( options, callback );
Read the wiki docs for more details on the methods and tag support.
Created by Makis Tracend [ full list of contributors ]
Distributed through Makesites.org
Released under the MIT License