Skip to content

A small library for building gui applications in python

License

Notifications You must be signed in to change notification settings

ankarako/pytiny-ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages