LICENSE
README.md
pyproject.toml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/introduction.rst
docs/source/tutorial.rst
src/tinyecs/__init__.py
src/tinyecs/components.py
src/tinyecs/compsys.py
src/tinyecs/demo.py
src/tinyecs/tutorial.py
src/tinyecs.egg-info/PKG-INFO
src/tinyecs.egg-info/SOURCES.txt
src/tinyecs.egg-info/dependency_links.txt
src/tinyecs.egg-info/entry_points.txt
src/tinyecs.egg-info/requires.txt
src/tinyecs.egg-info/top_level.txt
src/tinyecs/demos/__init__.py
src/tinyecs/demos/background.py
src/tinyecs/demos/bouncing_sprites.py
src/tinyecs/demos/example.py
src/tinyecs/demos/homing-missiles.py
src/tinyecs/demos/marquee.py
tests/test_tinyecs.py