ecsjs

0.15.1 • Public • Published

Entity Component System for Javascript

Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
Gratipay donate button

An entity component system library for JavaScript

Install

NPM

  • Use: require('ecsjs')
  • Install: npm install --save ecsjs

Usage

Browser

```js
    // Needs the SystemJS loader
    // Default: sets window.ecs = ecs (after import is complete)
    SystemJS.import("ecs")
```

NodeJs

```js
    const ecs = require("ecs")
```

Library API

Examples

Backers

Maintainers

These amazing people are maintaining this project:

  • pflannery (https://github.com/pflannery)

Sponsors

No sponsors yet! Will you be the first?

Gratipay donate button

Contributors

These amazing people have contributed code to this project:

Become a contributor!

License

Licensed under GNU GPL v3

Copyright © 2013+ pflannery (https://github.com/pflannery)

Analytics

Package Sidebar

Install

npm i ecsjs

Weekly Downloads

3

Version

0.15.1

License

GNU GPL v3

Unpacked Size

202 kB

Total Files

33

Last publish

Collaborators

  • pflannery