0.0.6 • Published 3 years ago

ecsy-baby v0.0.6

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

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