0.2.0 • Published 9 years ago

cratedigger v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

cratedigger.js

3D vinyl records exploration & crate digging plugin, using WebGL with Three.js.

cratedigger.js demo

demo : http://risq.github.io/cratedigger.js

Screenshots

cratedigger.js screenshot #1 cratedigger.js screenshot #2

Using with npm

Install cratedigger.js :

npm install --save cratedigger.js

Use the library in your app :

var cratedigger = require('cratedigger.js');
cratedigger.init(options);

Building & testing

Clone repo :

git clone git@github.com:risq/cratedigger.js.git cratedigger.js
cd cratedigger.js

Install bower and gulp (if not already installed) :

npm install bower -g
npm install gulp -g

Install dependencies :

npm install
bower install

Run cratedigger.js :

npm start

Build :

gulp build

Enjoy !!