Great, let me know what you think if you try it. The existing API is pretty much stable, but I'm always open to implementing new ideas if they make sense. In particular, I was thinking that it might make sense to add a simple event system.
Also, since ECSs lend themselves very well to parallel processing, I'm really interested in exploring the possibility of using multiple cores for Processors (Systems). It's probably not practical due to the overhead of passing things between processes, and the shortcomings of multiprocessing shared objects, but it's a nice experiment. On Wednesday, January 27, 2016 at 1:50:07 AM UTC+9, Serdar Yegulalp wrote: > > Looks terrific! I might give this a shot for a future project or three. > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
