makrjs / makr

Fast HTML5 Entity-Component-System library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makr

Fast HTML5 Entity-Component-System library

NPM version Build Status Coveralls Status

Install

npm install --save makr

Usage

var makr = require('makr')
var em = makr(Position, Motion, Display /* … component types */)

About

Fast HTML5 Entity-Component-System library

License:MIT License


Languages

Language:JavaScript 100.0%