Giter Site home page Giter Site logo

doublechok / threex-playground Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeromeetienne/threex-playground

0.0 2.0 0.0 7.34 MB

playground for threex extension

Home Page: http://jeromeetienne.github.io/threex-playground

License: MIT License

Makefile 0.08% HTML 3.68% CSS 1.40% JavaScript 94.83%

threex-playground's Introduction

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 "\"{}\" : \"*\","

threex-playground's People

Contributors

jeromeetienne avatar

Watchers

James Cloos avatar doublechok avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.