Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ecsy-baby

mrchantey38ISC0.0.6TypeScript support: included

A community project for easy implementation of ecsy in babylon.js

ecs, ecsy, baby, babylon

readme

ecsy, baby

A community project for easy implementation of ecsy in babylon.js.

The base of this project is a port from ecsy-three, with a few distinctions made due to the difference in nature between three.js and babylon.js.

Render Loop

  • Instead of a WebGLRendererComponent, ecsy-baby has a
  • In babylonjs all objects inherit from a node except for a scene

Spinning Cube Demo

Building

npm install
npm run build

TODO

  • multiple examples

Changelog

  • 0.0.5
    • first spinning cube