Home

Awesome

ECS-Networking-Haxe

Check out OSIS for a better architecture of this ECS.

Entity Component System architecture with networking support, component state synchronization + RPC (kinda).

Goal

Remove the hassle of serializing, unserializing and dispatching datas. Abstract most of the network code without killing the bandwidth. Having both abstraction and flexibility. Profiting of the ECS architecture to easily share and synchronize datas.

Features

Road Map (sorted by priority)

What kind of ECS is it ?

This is a T=Machine-like ECS where an entity is just an ID, components are only datas, systems handles the logic and act on components.