WIP
- Ember.js v3.24 or above
- Ember CLI v3.24 or above
- Node.js v14 or above
ember install ember-ecsy-babylon
To Do
Due to this ember-auto-import bug
use direct imports of ecsy-babylon
systems:
// good
import BabylonSystem from 'ecsy-babylon/systems/babylon';
// bad
import { BabylonSystem } from 'ecsy-babylon/systems';
import { BabylonSystem } from 'ecsy-babylon';
Same applies when you import from @babylonjs/core
, see Tree Shaking of Babylon.js
This will pull in only the needed systems, and as such also only the needed parts of babylon.js
.
See the Contributing guide for details.
This project is licensed under the MIT License.