ankarako / pytiny-ecs

A small library for building gui applications in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytiny-ecs

A very small python library for implementing basic Entity-Component-System (ECS) structures. The main structure of the library is the Registry, with which you can create entities, and attach components onto them.

The library additionally provides an interface for systems ISystem, and some basic components, such as an EventEmitter and a base class for Events. Furthermore, it provides a simple structure that implements an applications entry-point, and uses imgui for creating GUIs.

About

A small library for building gui applications in python

License:MIT License


Languages

Language:Python 100.0%