en:toolworks:docs:apparatus:ecs-glossary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:toolworks:docs:apparatus:ecs-glossary [2021/10/19 11:48] vladiusen:toolworks:docs:apparatus:ecs-glossary [2022/06/07 11:07] (current) – Починил ссылку на Ue документацию. jispar
Line 1: Line 1:
-====== ECS to Apparatus (Glossary======+====== Apparatus Glossary ======
  
-Apparatus provides all of the basic ECS idioms and even more. To be unambiguous (and self-sustained, actually) our framework uses a different naming scheme as compared to the classic ECS. Here is the list of analogous terms:12 +Apparatus provides all of the basic ECS idioms and even more. To be unambiguous (and self-sustained) our framework uses a somewhat different naming scheme as compared to the classic ECS. Here is the list of the terms used throughout this manual
-wqer + 
-ECS Term            Apparatus Term                   ^ Description                           +Common Term ^ Term                                                    ^ Description                                               ^ Known ECS Term      
-| Entity              | Subject & Subjective (Entities)  | The Trait/Detail container          +| Subject     | [[en:toolworks:docs:apparatus:subject|Subject]]         | The low-level composition of Traits.                      | Entity              | 
-| Component           | Detail & Trait (Components)      | The composing data blocks           +| :::         | [[en:toolworks:docs:apparatus:subjective|Subjective]]   | The higher-level part of a Subject containing Details   | N/A                 
-System              Mechanic                         | The details processor.                | +| Component   | [[en:toolworks:docs:apparatus:trait|Trait]]             | The struct-based building data block.                     | Component           
-| A group of Systems  Mechanism                        | A larger group of detail processors +| :::         | [[en:toolworks:docs:apparatus:detail|Detail]]           | The class-based building data block                     | N/A                 
-| Archetype           | Fingerprint                      | The subject'current state         +Iterable    [[en:toolworks:docs:apparatus:chunk|Chunk]]             | The storage for Subjects Slots and Traits.                | Chunk               
-Chunk               | Belt & Chunk                     | The details & trait storage         |+:::         | [[en:toolworks:docs:apparatus:belt|Belt]]               | The storage for Subjective Slots.                         | Chunk               | 
 +| N/        [[en:toolworks:docs:apparatus:slot|Slot]]               | A single element in an Iterable.                          | N/A                 | 
 +| :::         | [[en:toolworks:docs:apparatus:flagmark|Flagmark]]       | The manual bit mask specification of the Subject        | N/A                 
 +| :::         | [[en:toolworks:docs:apparatus:traitmark|Traitmark]]     | The traits composition specification of the Subject.      | Archetype           
 +| :::         | [[en:toolworks:docs:apparatus:detailmark|Detailmark]]   | The details composition specification of the Subjective.  | N/A                 | 
 +| :::         | [[en:toolworks:docs:apparatus:fingerprint|Fingerprint]] | The full specification of a Subject'topology          | N/A                 
 +:::         | [[en:toolworks:docs:apparatus:filter|Filter]]           | The including/excluding selector for the Subjects.        | Query               | 
 +| :::         | [[en:toolworks:docs:apparatus:mechanic|Mechanic]]       | The processing logic for the Subjects                   | System              | 
 +| :::         | [[en:toolworks:docs:apparatus:mechanism|Mechanism]]     | The world-based subset of Subjects and Mechanicals.       | N/A                 | 
 +| :::         | [[en:toolworks:docs:apparatus:machine|Machine]]         | The global runtime state of the framework.                | N/A                 |
  
 ===== Reasoning (Rationale) ===== ===== Reasoning (Rationale) =====
  
-Why did we chose the non-conventional naming scheme in the first place? Well, we obviously consider ours to be a better choice 8-).+Why did we chose the non-conventional naming scheme in the first place? Well, we obviously consider ours to be a better one overall and here is why. 
 + 
 +"Entity" is a much broader term, that is usually reserved for some general-purpose objects and is quite useful as a general documentation term. On the other hand the word "Subject" is better associated with something that is not autonomous by its own and is actually dependent, subordinate. 
 + 
 +The word "system" is also so much broader and could denote almost anything, e.g. particle system, saving/loading system, system library, etc. "Mechanic" is clearly something deeply related to the game ticking and the game design as a whole. 
 + 
 +As of "component" – this is basically already reserved by Unreal Engine [[ue>components-in-unreal-engine/|itself]]. "Detail"/"Trait" are free to use and are quite obvious to be Components of something (i.e. Subjects). We still use the Component term when referring to both Traits and Details at the same time.
  
-Look for yourself. "Entity" is a much broader term, that's usually reserved in the engine's ecosystem to some general-purpose objects and is useful for general documentation. "Subject" is in turn better associated with something that operates on them (i.e. Mechanics). The word "system" is also so much broader and could denote almost anything, e.g. particle systemsave/load system, system library, etc. "Mechanic" is clearly something very deeply related to ticking and game design as a whole. As of "component" – it's basically already reserved by Unreal Engine [[ue>ProgrammingAndScripting/ProgrammingWithCPP/UnrealArchitecture/Actors/Components|itself]]. "Detail"/"Trait" are free to use and are quite obvious to be a part of something.+It may be hard to remember at first, but you'll get used to it and the logic behind the terms will eventually become your ownJust to sum this all up, the "Entity Component System" is basically transformed into the "Subject Trait/Detail (or ComponentMechanic"Pleaseget back to this article from time to time if you get lost easily within our world of things.
  
  • en/toolworks/docs/apparatus/ecs-glossary.1634633291.txt.gz
  • Last modified: 2021/10/19 11:48
  • by vladius