https://github.com/risq/cratedigger
3D vinyl records exploration & crate digging experience, using WebGL with Three.js (WIP).
https://github.com/risq/cratedigger
javascript music webgl
Last synced: 6 months ago
JSON representation
3D vinyl records exploration & crate digging experience, using WebGL with Three.js (WIP).
- Host: GitHub
- URL: https://github.com/risq/cratedigger
- Owner: risq
- License: mit
- Created: 2014-06-20T13:49:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T17:04:35.000Z (over 9 years ago)
- Last Synced: 2025-06-11T08:25:10.200Z (about 1 year ago)
- Topics: javascript, music, webgl
- Language: JavaScript
- Homepage:
- Size: 45.3 MB
- Stars: 83
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
cratedigger.js
===========
3D vinyl records exploration & crate digging plugin, using WebGL with Three.js.
[](http://risq.github.io/cratedigger.js)
**demo** : [http://risq.github.io/cratedigger.js](http://risq.github.io/cratedigger)
Screenshots
-----------


Using with npm
-----------
Install cratedigger.js :
npm install --save cratedigger.js
Use the library in your app :
`````javascript
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 dependencies :
npm install
Build vendors & assets :
npm run build
Run cratedigger.js (with browsersync & watchers) :
npm start
Build :
gulp build
Enjoy !!