AICode QualityEnhancementHelp wanted
Metriche repository
- Star
- (3524 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Class inheritance based entities system in the engine has many problems. Entity component system may introduce benefits, but this should be researched.
Things to consider:
- We want to keep the compatibility with the vanilla game assets, e.g. scripts which are unaware about the ECS.
- We also want to provide a facility for game assets to utilize the ECS and its features, so that modders could benefit.
- There's so much code tied to another code, hacks, workarounds and tangles in the code, so it's a challenging task.