entityx

v 1.3.0 Updated: 5 months, 4 weeks ago

A fast, type-safe C++ Entity-Component system

A fast, type-safe C++ Entity-Component system. Entity Component Systems (ECS) are a form of decomposition that completely decouples entity logic and data from the entity "objects" themselves. The Evolve your Hierarchy article provides a solid overview of EC systems and why you should use them. EntityX is an EC system that uses C++11 features to provide type-safe component management, event delivery, etc. It was built during the creation of a 2D space shooter.

https://github.com/alecthomas/entityx

To install entityx, paste this in macOS terminal after installing MacPorts

sudo port install entityx

Add to my watchlist

Installations 0
Requested Installations 0