LICENSE.txt
MANIFEST.in
README.txt
TODO.txt
setup.py
gloopy/__init__.py
gloopy/color.py
gloopy/gameitem.py
gloopy/gloopy.py
gloopy/version.py
gloopy/world.py
gloopy.egg-info/PKG-INFO
gloopy.egg-info/SOURCES.txt
gloopy.egg-info/dependency_links.txt
gloopy.egg-info/top_level.txt
gloopy/data/shaders/flat.frag
gloopy/data/shaders/flat.vert
gloopy/data/shaders/lighting.frag
gloopy/data/shaders/lighting.vert
gloopy/docs/html/genindex.html
gloopy/docs/html/index.html
gloopy/docs/html/intro.html
gloopy/docs/html/py-modindex.html
gloopy/docs/html/search.html
gloopy/docs/html/searchindex.js
gloopy/docs/html/worked-example.html
gloopy/docs/html/_images/screenshot-simple-cube.png
gloopy/docs/html/_modules/index.html
gloopy/docs/html/_modules/gloopy/color.html
gloopy/docs/html/_modules/gloopy/gameitem.html
gloopy/docs/html/_modules/gloopy/gloopy.html
gloopy/docs/html/_modules/gloopy/world.html
gloopy/docs/html/_modules/gloopy/geom/matrix.html
gloopy/docs/html/_modules/gloopy/geom/orientation.html
gloopy/docs/html/_modules/gloopy/geom/vector.html
gloopy/docs/html/_modules/gloopy/geom/tests/test_matrix.html
gloopy/docs/html/_modules/gloopy/geom/tests/test_orientation.html
gloopy/docs/html/_modules/gloopy/geom/tests/test_vector.html
gloopy/docs/html/_modules/gloopy/move/newtonian.html
gloopy/docs/html/_modules/gloopy/move/orbit.html
gloopy/docs/html/_modules/gloopy/move/spin.html
gloopy/docs/html/_modules/gloopy/shapes/cube.html
gloopy/docs/html/_modules/gloopy/shapes/cube_groups.html
gloopy/docs/html/_modules/gloopy/shapes/dodecahedron.html
gloopy/docs/html/_modules/gloopy/shapes/extrude.html
gloopy/docs/html/_modules/gloopy/shapes/icosahedron.html
gloopy/docs/html/_modules/gloopy/shapes/multishape.html
gloopy/docs/html/_modules/gloopy/shapes/normalize.html
gloopy/docs/html/_modules/gloopy/shapes/octahedron.html
gloopy/docs/html/_modules/gloopy/shapes/ring.html
gloopy/docs/html/_modules/gloopy/shapes/shape.html
gloopy/docs/html/_modules/gloopy/shapes/shape_to_glyph.html
gloopy/docs/html/_modules/gloopy/shapes/stellate.html
gloopy/docs/html/_modules/gloopy/shapes/subdivide.html
gloopy/docs/html/_modules/gloopy/shapes/tetrahedron.html
gloopy/docs/html/_modules/gloopy/util/event.html
gloopy/docs/html/_modules/gloopy/util/gl_wrap.html
gloopy/docs/html/_modules/gloopy/util/log.html
gloopy/docs/html/_modules/gloopy/util/options.html
gloopy/docs/html/_modules/gloopy/util/screenshot.html
gloopy/docs/html/_modules/gloopy/view/glyph.html
gloopy/docs/html/_modules/gloopy/view/modelview.html
gloopy/docs/html/_modules/gloopy/view/projection.html
gloopy/docs/html/_modules/gloopy/view/render.html
gloopy/docs/html/_modules/gloopy/view/shader.html
gloopy/docs/html/_static/basic.css
gloopy/docs/html/_static/comment-bright.png
gloopy/docs/html/_static/comment-close.png
gloopy/docs/html/_static/comment.png
gloopy/docs/html/_static/default.css
gloopy/docs/html/_static/doctools.js
gloopy/docs/html/_static/down-pressed.png
gloopy/docs/html/_static/down.png
gloopy/docs/html/_static/file.png
gloopy/docs/html/_static/jquery.js
gloopy/docs/html/_static/minus.png
gloopy/docs/html/_static/plus.png
gloopy/docs/html/_static/pygments.css
gloopy/docs/html/_static/screenshot-simple-cube.png
gloopy/docs/html/_static/searchtools.js
gloopy/docs/html/_static/sidebar.js
gloopy/docs/html/_static/underscore.js
gloopy/docs/html/_static/up-pressed.png
gloopy/docs/html/_static/up.png
gloopy/docs/html/_static/websupport.js
gloopy/docs/html/api/gloopy.geom.html
gloopy/docs/html/api/gloopy.geom.tests.html
gloopy/docs/html/api/gloopy.html
gloopy/docs/html/api/gloopy.move.html
gloopy/docs/html/api/gloopy.shapes.html
gloopy/docs/html/api/gloopy.util.html
gloopy/docs/html/api/gloopy.view.html
gloopy/docs/html/api/modules.html
gloopy/examples/browser.py
gloopy/examples/fixpath.py
gloopy/examples/moving_cubes.py
gloopy/examples/performance.py
gloopy/examples/simple_cube.py
gloopy/geom/__init__.py
gloopy/geom/matrix.py
gloopy/geom/orientation.py
gloopy/geom/vector.py
gloopy/geom/tests/__init__.py
gloopy/geom/tests/test_matrix.py
gloopy/geom/tests/test_orientation.py
gloopy/geom/tests/test_vector.py
gloopy/move/__init__.py
gloopy/move/newtonian.py
gloopy/move/orbit.py
gloopy/move/spin.py
gloopy/shapes/__init__.py
gloopy/shapes/cube.py
gloopy/shapes/cube_groups.py
gloopy/shapes/dodecahedron.py
gloopy/shapes/extrude.py
gloopy/shapes/icosahedron.py
gloopy/shapes/multishape.py
gloopy/shapes/normalize.py
gloopy/shapes/octahedron.py
gloopy/shapes/ring.py
gloopy/shapes/shape.py
gloopy/shapes/shape_to_glyph.py
gloopy/shapes/stellate.py
gloopy/shapes/subdivide.py
gloopy/shapes/tetrahedron.py
gloopy/util/__init__.py
gloopy/util/event.py
gloopy/util/gl_wrap.py
gloopy/util/log.py
gloopy/util/options.py
gloopy/util/path.py
gloopy/util/screenshot.py
gloopy/view/__init__.py
gloopy/view/glyph.py
gloopy/view/modelview.py
gloopy/view/projection.py
gloopy/view/render.py
gloopy/view/shader.py
setup_utils/__init__.py
setup_utils/distribute_setup.py
setup_utils/py2exe_setup.py
setup_utils/sdist_setup.py