Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 542 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 542 Bytes

ECS Example

This is an example for lipstick-ECS.

The following GIF is an HTML animation implemented with lipstick-ecs.

gif

Build this html by the steps below

  • npm i
  • npm run ci (This step will generate a index.js file in ./dist)
  • open dist/index.html by browser

Note

  • The browser should support Canvas. I tested it by Google Chrome 63.0.3239.84.
  • Building requires npm and typescript installed.