Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brynbellomy/entish
Game entity / component system (in Swift).
https://github.com/brynbellomy/entish
Last synced: about 1 month ago
JSON representation
Game entity / component system (in Swift).
- Host: GitHub
- URL: https://github.com/brynbellomy/entish
- Owner: brynbellomy
- License: wtfpl
- Created: 2015-02-07T00:45:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T05:36:25.000Z (almost 10 years ago)
- Last Synced: 2024-04-17T00:55:58.717Z (7 months ago)
- Language: Swift
- Homepage: https://brynbellomy.github.io/Entish
- Size: 1000 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Entish
[![Build Status](https://travis-ci.org/brynbellomy/Entish.svg?branch=master)](https://travis-ci.org/brynbellomy/Entish)
[![CocoaPods](https://img.shields.io/cocoapods/v/Entish.svg?style=flat)](http://cocoadocs.org/docsets/Entish)
[![CocoaPods](https://img.shields.io/cocoapods/p/Entish.svg?style=flat)](http://cocoadocs.org/docsets/Entish)
[![CocoaPods](https://img.shields.io/cocoapods/l/Entish.svg?style=flat)](http://cocoadocs.org/docsets/Entish)
[![GitHub tag](https://img.shields.io/github/tag/brynbellomy/Entish.svg?style=flat)]()README coming soon.
# install
Make sure you have the latest pre-release version of [CocoaPods](http://cocoapods.org) (`gem install cocoapods --pre`), which has Swift support. At the time of this writing, that would be `0.36.0.beta.1`.
Add to your `Podfile`:
```ruby
pod 'Entish'
```And then from the shell:
```sh
$ pod install
```# contributors / authors
bryn austin bellomy < >