Thanks for the info.
Okay. That definitely sounds like a good idea. I noticed that in a
lot of PBE components there were always a lot of references to the
scene object in the pblevel files. One of my other gripes was also
how you always had to use the fully qualified class name when
referring to a component type when generating some kind of simple
mapping could have been used to simplify things.
Sounds good. Hopefully I'll have some time to play around with before
school starts.
On Jul 25, 11:41 pm, Sascha Balkau <
sas...@hexagonstar.com> wrote:
> Hi Owen,
>
> tetragon uses a somewhat different approach than PBE. Basically entities in
> tetragon are more decoupled from systems. In PBE systems become part of an
> entity component while in tetragon systems are part of the application and
> process all entities. Another difference is that in tetragon you will have
> entity definitions, sort of a prototype for an entity from that entity
> references are created.
>
> Sascha
>