Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pinx/ember-cli-threejs

Ember CLI addon to wrap ThreeJS
https://github.com/pinx/ember-cli-threejs

Last synced: about 2 months ago
JSON representation

Ember CLI addon to wrap ThreeJS

Awesome Lists containing this project

README

        

# Ember + Three JS

With this addon, you will be able to show your Ember models in 3D space.

There are three levels, each represented by a Component class:
* Three-scene: the main scene, renderer, camera and pan/zoom controls
* Three-layer: contains bodies of one type of model, defines look and feel of its models
* Three-body: links to one model, listens to changes and triggers actions

For now, https://github.com/pinx/visualplanner-frontend is my playground.

Once this is working, I plan to extract the ThreeJS part into ember-cli-threejs.