Flecs – C および C++ 用の大まかなエンティティ ファクター マシンの便利なガイド
Flecs is a fast and lightweight Entity Component System that lets you build games and simulations with millions of entities (join the Discord!). Here are some of the framework’s highlights: Fast and portable zero dependency C99 API Modern type-safe C++11 API that doesn’t use STL containers First open source ECS with full support for Entity…