Term

ECS

別名: Entity-Component-System

Overview

Entity-Component-System (ECS) is a software architectural pattern mostly used in game development for high-performance processing. It follows the composition over inheritance principle, allowing for better memory management and parallelization, which Fluorite utilizes in its C++ core to maximize performance on limited automotive hardware.

Mentioned Articles

1 件

External Mentions

10 件