Update README.md

This commit is contained in:
Justin van der Leij 2018-04-07 18:35:41 +02:00 committed by GitHub
parent 2116706fee
commit 3b539e8d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
Concord is a feature complete ECS. Concord is a feature complete ECS.
It's main focus is on speed and usage. You should be able to quickly write code that performs well. It's main focus is on speed and usage. You should be able to quickly write code that performs well.
Documentation for Concord can be found in the Wiki tab Documentation for Concord can be found in the [Wiki tab](https://github.com/Tjakka5/Concord/wiki).
## Installation ## Installation
Download the repository and drop it in your project, then simply require it as: Download the repository and drop it in your project, then simply require it as:
@ -33,3 +33,12 @@ local Component = require("concord.component")
local System = require("concord.system") local System = require("concord.system")
local Instance = require("concord.instance") local Instance = require("concord.instance")
``` ```
## Contributors
Positive07: Constant support and a good rubberduck
Brbl: Early testing and issue reporting
Josh: Squashed a few bugs
Erasio: Took inspiration from HooECS. Also introduced me to ECS.
## Licence
MIT Licensed - Copyright Justin van der Leij (Tjakka5)