OpenXRay/xray-16

Research if we can introduce ECS

Offen

#1.117 geöffnet am 27.10.2022

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)C++ (519 Forks)auto 404
AICode QualityEnhancementHelp wanted

Repository-Metriken

Stars
 (3.524 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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:

  1. We want to keep the compatibility with the vanilla game assets, e.g. scripts which are unaware about the ECS.
  2. We also want to provide a facility for game assets to utilize the ECS and its features, so that modders could benefit.
  3. There's so much code tied to another code, hacks, workarounds and tangles in the code, so it's a challenging task.

Contributor Guide