en:toolworks:docs:apparatus:features

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:toolworks:docs:apparatus:features [2023/01/12 12:13] vladiusen:toolworks:docs:apparatus:features [2023/01/12 13:01] (current) vladius
Line 5: Line 5:
   * Fundamentally ECS. A complete Unreal Engine integration of the [[en:toolworks:docs:apparatus:ecs|data-oriented]] workflow.   * Fundamentally ECS. A complete Unreal Engine integration of the [[en:toolworks:docs:apparatus:ecs|data-oriented]] workflow.
   * Loyal to the ecosystem. Both C++ and Blueprint development paths are supported.   * Loyal to the ecosystem. Both C++ and Blueprint development paths are supported.
-  * Best of two worlds. Flexible UObject-based [[en:toolworks:docs:apparatus:detail|Details]] and firm performant  [[en:toolworks:docs:apparatus:trait|Traits]].+  * Best of two worlds. Flexible UObject-based [[en:toolworks:docs:apparatus:detail|Details]] and firmperformant  [[en:toolworks:docs:apparatus:trait|Traits]].
   * Pedal to the metal. Featuring the Chunk-based data storage that is hardware-friendly and [[wp>CPU_cache|cache]]-oriented by design. Quite a bit of performance optimizations on top: lookup tables for a faster Filtering, bitarray-based matching, mainline Component indexing and more.   * Pedal to the metal. Featuring the Chunk-based data storage that is hardware-friendly and [[wp>CPU_cache|cache]]-oriented by design. Quite a bit of performance optimizations on top: lookup tables for a faster Filtering, bitarray-based matching, mainline Component indexing and more.
   * Power at your fingertips. Our [[cpp>language/lambda|lambda]]-based [[en:toolworks:docs:apparatus:operating|operating]] with an argument dependency injection is your next favorite shorthand.   * Power at your fingertips. Our [[cpp>language/lambda|lambda]]-based [[en:toolworks:docs:apparatus:operating|operating]] with an argument dependency injection is your next favorite shorthand.
  • en/toolworks/docs/apparatus/features.txt
  • Last modified: 2023/01/12 13:01
  • by vladius