@bendiksolheim/ecs
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @bendiksolheim/ecs

Weekly Downloads

2

Version

0.6.1

License

ISC

Unpacked Size

424 kB

Total Files

67

Last publish

Collaborators

  • bendiksolheim