@bendiksolheim/ecs

Simple entity component system written in Typescript, specially written to work well with Pixi.js as renderer.

Usage no npm install needed!

<script type="module">
  import bendiksolheimEcs from 'https://cdn.skypack.dev/@bendiksolheim/ecs';
</script>

README

Pixi-ecs

Simple entity component system written in Typescript, specially written to work well with Pixi.js as renderer.

Documentation

Usage

import { Component, Entity, logicSystem, renderSystem, World, Key, PixiEntity, Displayable, Position, Rotation, Size } from "ecs";

Resources