DieSlower / ProjectIssue

0 stars 0 forks source link

[CLOSED] Entity System Development #39

Open DieSlower opened 5 years ago

DieSlower commented 5 years ago

Issue by DieSlower Friday Aug 25, 2017 at 19:39 GMT Originally opened as https://github.com/acidrainstudios/TrueReality/issues/9


Simulation manager should use an actor, component and actor module based model to manage the system.

Create a messaging system for the True Reality Based off Delta3D's entity messaging system.

System should also support statistics for individual system elements.

Links: http://t-machine.org/index.php/2007/09/03/entity-systems-are-the-future-of-mmog-development-part-1/ http://scottbilas.com/files/2002/gdc_san_jose/game_objects_slides.pdf

DieSlower commented 5 years ago

Comment by DieSlower Friday Aug 25, 2017 at 19:40 GMT


The Entity system will have Directors, Actors and Actor Modules