benmoran56 / esper

An ECS (Entity Component System) for Python
MIT License
537 stars 67 forks source link

Try another ECS implementation - ecs_pattern library #73

Closed ikvk closed 1 year ago

ikvk commented 1 year ago

Try another ECS implementation - ecs_pattern library

I wrote my own implementation of the ECS pattern: https://github.com/ikvk/ecs_pattern https://pypi.org/project/ecs-pattern/ And I used it to create an example: the Pong game. The game uses pygame and my ecs_pattern library. https://github.com/ikvk/ecs_pattern/tree/master/examples/pong

Try ecs_pattern in action!

===

Dear author of this lib, I hope for your understanding. No offense ;-)

benmoran56 commented 1 year ago

Hi Vladimir,

No I don't mind. I'm happy to see more Python gamedev libraries.

If you like, I can put a link to your project in my README.

ikvk commented 1 year ago

I don't mind the link, thanks