mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-01 20:03:55 -04:00
Update README.md
This commit is contained in:
parent
2116706fee
commit
3b539e8d8b
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -3,7 +3,7 @@
|
|||
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.
|
||||
|
||||
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
|
||||
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 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue