0.15.1 • Published 6 years ago

ecsjs v0.15.1

Weekly downloads
4
License
GNU GPL v3
Repository
github
Last release
6 years ago

Entity Component System for Javascript

Build Status NPM version NPM downloads Dependency Status Dev Dependency Status

An entity component system library for JavaScript

Install

NPM

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

Usage

Browser

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

NodeJs

const ecs = require("ecs")

Library API

Examples

Backers

Maintainers

Contributors

Become a contributor!

License

Licensed under GNU GPL v3

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

1.0.0-alpha.5

6 years ago

1.0.0-alpha.4

6 years ago

1.0.0-alpha.3

6 years ago

1.0.0-alpha.2

6 years ago

1.0.0-alpha.1

6 years ago

0.15.1

6 years ago

0.15.0

6 years ago

0.15.0-alpha

6 years ago

0.14.0

7 years ago

0.13.0

8 years ago

0.12.0

9 years ago

0.11.0

9 years ago

0.10.1

9 years ago

0.10.0

9 years ago

0.9.0

9 years ago

0.7.0

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.4.0

10 years ago

0.0.1

10 years ago