Important usage notes for LeoEcsLite
masterBefore using LeoEcsLite, be aware of the following critical constraints:
- Maintenance Status: Support for this project has ended. It is in a stable state with no known bugs, but it is recommended to use EcsProto instead.
- Build Configurations: Use
DEBUGbuilds during development to enable internal checks and exceptions. UseRELEASEbuilds for production to remove these checks for maximum performance. - Thread Safety: LeoEcsLite is not thread-safe. If you require multi-threading, you must implement it yourself and integrate synchronization via an ECS system.
- Official Sources: The only official working version is at
https://github.com/Leopotam/ecslite. Other sources like NuGet or NPM are unofficial clones and should be used at your own risk.