ember-ecsy-babylon
TypeScript icon, indicating that this package has built-in type declarations

0.12.1 • Public • Published

ember-ecsy-babylon

CI

WIP

Demo

Compatibility

  • Ember.js v3.24 or above
  • Ember CLI v3.24 or above
  • Node.js v14 or above

Installation

ember install ember-ecsy-babylon

Usage

To Do

Tree shaking

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.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i ember-ecsy-babylon

Weekly Downloads

1

Version

0.12.1

License

MIT

Unpacked Size

71.6 kB

Total Files

67

Last publish

Collaborators

  • simonihmig