Skip to content

ajacksified/jquery-three

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Three

A plugin / extension of the jQuery API for 3d objects (using Three.js)

Introduction

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.

Install

Get the latest (stable) version using bower:

bower install jquery.three

Usage

Enable 3D actions on any container using:

$("container").three( options, callback );

Read the wiki docs for more details on the methods and tag support.

Credits

Created by Makis Tracend [ full list of contributors ]

Distributed through Makesites.org

Released under the MIT License

About

$3d -> using Three.js

Resources

Stars

Watchers

Forks

Packages

No packages published