synodic / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Complete `EntityRegistry` Implementation #305

Open Behemyth opened 5 years ago

Behemyth commented 5 years ago

The EntityRegistry does not allow full management of components as would be expected. There is no iteration over entities. There are no views into components.

A full 1.0 implementation is needed.