0.12.1 • Published 2 years ago

ember-ecsy-babylon v0.12.1

Weekly downloads
90
License
MIT
Repository
github
Last release
2 years ago

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.

0.12.0

2 years ago

0.11.1

2 years ago

0.12.1

2 years ago

0.11.0

2 years ago

0.10.0

2 years ago

0.9.0

2 years ago

0.9.2

2 years ago

0.9.1

2 years ago

0.8.2

2 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0-0

4 years ago

0.3.0

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago