You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-11Lines changed: 51 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,30 +14,66 @@ The library in development stage. May be not fully tested and README may be not
14
14
15
15
# Decore
16
16
17
-
**Decore** - a Defold library for managing ECS game entities and components in a data-driven way. It provides functionality for creating and managing game entities with their components.
17
+
**Decore** - a Defold library for managing ECS game entities and components in a data-driven way. The ECS is based on [tiny ECS](https://github.com/bakpakin/tiny-ecs) library.
18
18
19
19
## Features
20
20
21
-
***Entity Management**: Create and manage game entities
21
+
***Entity Management**: Register, create and manage game entities
22
22
***Component Management**: Add, remove and update entity components
23
23
***Easy Integration**: Simple setup and integration with Defold projects
0 commit comments