LICENSE
MANIFEST.in
README.md
setup.py
r3frame2/__init__.py
r3frame2.egg-info/PKG-INFO
r3frame2.egg-info/SOURCES.txt
r3frame2.egg-info/dependency_links.txt
r3frame2.egg-info/entry_points.txt
r3frame2.egg-info/requires.txt
r3frame2.egg-info/top_level.txt
r3frame2/.external/images/logo-16x.png
r3frame2/core/__init__.py
r3frame2/core/atom.py
r3frame2/core/flags.py
r3frame2/core/globals.py
r3frame2/core/log.py
r3frame2/core/quotes.py
r3frame2/core/status.py
r3frame2/core/utils.py
r3frame2/core/version.py
r3frame2/core/app/__init__.py
r3frame2/core/app/base.py
r3frame2/core/app/clock.py
r3frame2/core/app/events.py
r3frame2/core/app/inputs.py
r3frame2/core/app/scene.py
r3frame2/core/app/window.py
r3frame2/core/pipeline/__init__.py
r3frame2/core/pipeline/camera.py
r3frame2/core/pipeline/physics.py
r3frame2/core/pipeline/render.py
r3frame2/core/pipeline/ui.py
r3frame2/core/resource/__init__.py
r3frame2/core/resource/base.py
r3frame2/core/resource/pipeline/__init__.py
r3frame2/core/resource/pipeline/entity.py
r3frame2/core/resource/pipeline/physics/__init__.py
r3frame2/core/resource/pipeline/physics/aabb.py
r3frame2/core/resource/pipeline/render/__init__.py
r3frame2/core/resource/pipeline/render/anim.py
r3frame2/core/resource/pipeline/render/atlas.py
r3frame2/core/resource/pipeline/render/surf.py
r3frame2/core/resource/pipeline/ui/__init__.py
r3frame2/core/resource/pipeline/ui/element.py
r3frame2/core/resource/world/__init__.py
r3frame2/core/resource/world/base.py
r3frame2/core/resource/world/chunk.py
r3frame2/core/resource/world/node.py
r3frame2/core/resource/world/ecs/__init__.py
r3frame2/core/resource/world/ecs/base.py
r3frame2/core/resource/world/ecs/component.py
r3frame2/core/resource/world/ecs/system.py
r3frame2/core/resource/world/partition/__init__.py
r3frame2/core/resource/world/partition/grid.py
r3frame2/core/resource/world/partition/tree.py
r3frame2/playground/__init__.py
r3frame2/playground/playground.py