OffByOneStudios / massive-dangerzone

A platform agnostic module management system.
6 stars 1 forks source link

Add sychronization features to pyDynECS #50

Open mason-bially opened 10 years ago

mason-bially commented 10 years ago

Need to add synchronization features to the ECS library. Still needs design as well. Types of Synchronization:

It will be important to keep in mind the different layers of synchronization:

Use cases:

Note that we don't need to worry about data persistence (where we differ from databases), just getting the correct up to date data.