-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Justin van der Leij edited this page Apr 7, 2018
·
5 revisions
Concord is a feature-complete ECS library for Love2D.
It contains:
- Entities
- Components
- Systems
- Instances
- Pools
It was designed with performance in mind and allows for clean and well written code.
Concord is currently considered stable. There shouldn't be many changes API wise. Concord has been tested a lot, but there may still be some hidden bugs.
Please report any problems you find on the "Issues" tab.
Note: Because of how intertwined ECS is, each Wiki page focuses on it's specific topic, often oversimplifying other parts. I would personally advice reading trough this Wiki in the specified order twice, and then condone the examples for further guidance.