ECS pattern for creating games on python

This page summarizes the projects mentioned and recommended in the original post on /r/gamedev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ecs_pattern

    ECS pattern (Entity Component System) for creating games on python

  • I wrote my own implementation of the ECS pattern: https://github.com/ikvk/ecs_pattern https://pypi.org/project/ecs-pattern/

  • Pygame

    🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.

  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts