Options
All
  • Public
  • Public/Protected
  • All
Menu

@bendiksolheim/ecs

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

Generated using TypeDoc