Skip to content

DoubleChok/threex-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threexplayground

It is a htmleditor from mrdoob. with all threex bower packages. It is a simple way to play around with three.js and threex

Notes on updating bower.json

Get the list of threex published on bower with this.

bower search threex.

Check they are all in the bower.json dependencies field. It should look like that.

  "dependencies": {
    "threex.windowresize": "*"
  }

once bower.json updated, just do

bower install

Here is the one liner to generate the list from bower search

bower search threex. | tail +3 | tr -s ' '| cut -d' ' -f 2 | xargs -I {} echo "\"{}\" : \"*\","

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • HTML 3.7%
  • CSS 1.4%
  • Makefile 0.1%