Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pinx/ember-cli-threejs
- Owner: pinx
- License: mit
- Created: 2015-07-08T15:27:26.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-09-11T12:06:44.000Z (over 9 years ago)
- Last Synced: 2023-09-08T11:01:54.930Z (over 1 year ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 actionsFor 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.