├── README.md ├── example.sh ├── glmagic.py ├── magic-shark.png ├── magic-teapot.png ├── magicpy.py ├── make_movie.sh ├── sample ├── pattern1.gif ├── pattern2.gif ├── pattern3.gif └── pattern4.gif ├── shark.png ├── teapot.gif └── teapot.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/README.md -------------------------------------------------------------------------------- /example.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/example.sh -------------------------------------------------------------------------------- /glmagic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/glmagic.py -------------------------------------------------------------------------------- /magic-shark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/magic-shark.png -------------------------------------------------------------------------------- /magic-teapot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/magic-teapot.png -------------------------------------------------------------------------------- /magicpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/magicpy.py -------------------------------------------------------------------------------- /make_movie.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/make_movie.sh -------------------------------------------------------------------------------- /sample/pattern1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/sample/pattern1.gif -------------------------------------------------------------------------------- /sample/pattern2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/sample/pattern2.gif -------------------------------------------------------------------------------- /sample/pattern3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/sample/pattern3.gif -------------------------------------------------------------------------------- /sample/pattern4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/sample/pattern4.gif -------------------------------------------------------------------------------- /shark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/shark.png -------------------------------------------------------------------------------- /teapot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/teapot.gif -------------------------------------------------------------------------------- /teapot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/synesthesiam/magicpy/HEAD/teapot.png --------------------------------------------------------------------------------