mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-21 23:56:50 -06:00
Update README.md
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# tiny-ecs #
|
# tiny-ecs #
|
||||||
|
|
||||||
|
## NOTE
|
||||||
|
|
||||||
|
Although there have been almost no commits in several years, this
|
||||||
|
project is not abandoned. tiny-ecs is for most intents and
|
||||||
|
purposes, finished, and no bugs have been brought to my attention in a while.
|
||||||
|
New issues on Github will be addressed.
|
||||||
|
|
||||||
[](https://travis-ci.org/bakpakin/tiny-ecs)[](LICENSE)
|
[](https://travis-ci.org/bakpakin/tiny-ecs)[](LICENSE)
|
||||||
|
|
||||||
Tiny-ecs is an Entity Component System for Lua that's simple, flexible, and useful.
|
Tiny-ecs is an Entity Component System for Lua that's simple, flexible, and useful.
|
||||||
@@ -21,7 +28,7 @@ take an Entity as a parameter.
|
|||||||
|
|
||||||
### Entities ###
|
### Entities ###
|
||||||
Entities are simply Lua tables of data that gets processed by Systems. Entities
|
Entities are simply Lua tables of data that gets processed by Systems. Entities
|
||||||
should contain primarily data rather than code, as it is the Systems's job to
|
should contain primarily data rather than code, as it is the System's job to
|
||||||
do logic on data. Henceforth, a key-value pair in an Entity will
|
do logic on data. Henceforth, a key-value pair in an Entity will
|
||||||
be referred to as a Component.
|
be referred to as a Component.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user