index.md

June 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS Assembly

Namespaces
Friflo.Engine.ECSContains types and methods to query, add, remove or change Entity's in an EntityStore.
Friflo.Engine.ECS.CollectionsContains types to enable data binding for common .NET applications.
Friflo.Engine.ECS.IndexEnables search for indexed component values in O(1) for types: string, int, enum, float, Guid, DateTime, ... .
Support efficient entity relationships like entity links (foreign keys) and back links (JOIN's).
Friflo.Engine.ECS.SerializeContains types and methods to serialize / deserialize Entity's as JSON.
Friflo.Engine.ECS.SystemsUsed to organize and execute a set of systems within a SystemRoot.
Friflo.Engine.ECS.UtilsUtility types and methods typically used by generic libraries.