arne-schroppe / entitas

EntitySystem for Objective-C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entitas

Build StatusCoverage Status

Entitas is an entity-system written in Objective-C. It is very much inspired by existing entity-systems in ActionScript3 like Ash, Ember and XEmber.

Contribute:

This project uses CocoaPods for dependency-management.

Setting up CocoaPods:

$ gem install cocoapods
$ pod setup
$ cd path/to/Entitas
$ pod install

To contribute a patch or feature please create a branch and use github pull-requests. Checkout github-flow for more info.

About

EntitySystem for Objective-C

License:MIT License


Languages

Language:Objective-C 94.7%Language:Ruby 5.3%