CHANGES.md
MANIFEST.in
README.md
documentation.url
setup.py
PlotDevice.xcodeproj/project.pbxproj
app/PlotDevice-Info.plist
app/PlotDevice_Prefix.pch
app/main.m
app/plotdevice
app/plotdevice-app.py
app/Resources/PlotDevice.icns
app/Resources/PlotDeviceFile.icns
app/Resources/colors.json
app/Resources/English.lproj/AskString.xib
app/Resources/English.lproj/Credits.rtf
app/Resources/English.lproj/InfoPlist.strings
app/Resources/English.lproj/MainMenu.xib
app/Resources/English.lproj/PlotDeviceDocument.xib
app/Resources/English.lproj/PlotDevicePreferences.xib
app/Resources/English.lproj/PlotDeviceScript.xib
app/Resources/English.lproj/placeholder.pdf
app/Resources/ui/autocomplete.css
app/Resources/ui/editor.html
app/Resources/ui/themes.json
app/Resources/ui/js/ace.js
app/Resources/ui/js/editor.js
app/Resources/ui/js/jquery-2.1.0.js
app/Resources/ui/js/keybindings.js
app/Resources/ui/js/underscore-1.5.2.min.js
app/art/PlotDevice-icon.ai
app/art/class-diagram.graffle
app/art/placeholder.ai
app/art/zoomicons.psd
app/art/PlotDevice.iconset/icon_128x128.png
app/art/PlotDevice.iconset/icon_256x256.png
app/art/PlotDevice.iconset/icon_512x512.png
app/art/PlotDevice.iconset/icon_64x64.png
app/art/PlotDeviceFile.iconset/icon_512x512.png
app/deps/build.py
app/deps/IO/AnimatedGif.h
app/deps/IO/AnimatedGif.m
app/deps/IO/Pages.h
app/deps/IO/Pages.m
app/deps/IO/SysAdmin.h
app/deps/IO/SysAdmin.m
app/deps/IO/Video.h
app/deps/IO/Video.m
app/deps/IO/module.m
app/deps/IO/setup.py
app/deps/geometry/cGeometry.c
app/deps/geometry/setup.py
app/deps/pathmatics/gpc.c
app/deps/pathmatics/gpc.h
app/deps/pathmatics/pathmatics.m
app/deps/pathmatics/pathmatics_test.py
app/deps/pathmatics/setup.py
app/tests/blend-bg.png
app/tests/blend-fg.png
app/tests/colortest.py
app/tests/compliance.py
app/tests/graphics.py
app/tests/icon.png
app/tests/numberslider.py
app/tests/plotdeviceblack.py
app/tests/suite/vdiff.py
app/tests/suite/graphics/001-basic-primitives.png
app/tests/suite/graphics/001-basic-primitives.py
app/tests/suite/graphics/001-basic-primitives.result.png
app/tests/suite/graphics/002-text.png
app/tests/suite/graphics/002-text.py
app/tests/suite/graphics/003-color.png
app/tests/suite/graphics/003-color.py
app/tests/suite/graphics/004-state.png
app/tests/suite/graphics/004-state.py
app/tests/suite/graphics/005-path.png
app/tests/suite/graphics/005-path.py
app/tests/suite/graphics/006-text.png
app/tests/suite/graphics/006-text.py
app/tests/suite/graphics/__init__.py
app/tests/suite/graphics/runtests.py
app/tests/suite/graphics/tests.py
app/tests/suite/vdiff/__init__.py
app/tests/suite/vdiff/tests.py
app/tests/suite/vdiff/images/vdiff.css
app/tests/suite/vdiff/images/001-added-square/bluesquare.png
app/tests/suite/vdiff/images/001-added-square/original.png
app/tests/suite/vdiff/images/002-antialiased-text/cocoa.png
app/tests/suite/vdiff/images/002-antialiased-text/photoshop.png
app/tests/suite/vdiff/images/003-movement/moved.png
app/tests/suite/vdiff/images/003-movement/original.png
app/tests/suite/vdiff/images/004-color/darker.png
app/tests/suite/vdiff/images/004-color/original.png
app/tests/suite/vdiff/images/005-antialiased-text/none.png
app/tests/suite/vdiff/images/005-antialiased-text/smooth.png
app/tests/suite/vdiff/images/006-totally-different/ant.png
app/tests/suite/vdiff/images/006-totally-different/people.png
app/tests/suite/vdiff/images/007-black-white/black.png
app/tests/suite/vdiff/images/007-black-white/white.png
examples/Advanced/Clipping.pv
examples/Advanced/Feedback.pv
examples/Advanced/Sorting.pv
examples/Advanced/SwissCheese.pv
examples/Animation/Hypnoval.pv
examples/Animation/Parade.pv
examples/Animation/WishyWorm.pv
examples/Content/AutoText.pv
examples/Content/ImageGrid.pv
examples/Content/TextFromList.pv
examples/Content/icon.png
examples/Content/insults.xml
examples/Content/kant.xml
examples/Content/thanks.xml
examples/Drawing/AlbumArt.pv
examples/Drawing/BitBop.pv
examples/Drawing/CoffeeStains.pv
examples/Drawing/Logo.pv
examples/Drawing/Spider.pv
examples/Drawing/StarFun.pv
examples/Drawing/Transformer.pv
examples/Grid/Balls.pv
examples/Grid/ColorGrid.pv
examples/Grid/Foliage.pv
examples/Grid/FormFunction.pv
examples/Grid/Nauseating.pv
examples/Interactivity/Avoider.pv
examples/Interactivity/Drawing.pv
examples/Math/HowCurvesWork.pv
examples/Math/Hypercube.pv
examples/Math/MathSculpture.pv
examples/Math/TunnelEffect.pv
examples/Text/Copyrights.pv
examples/Text/NumberTunnel.pv
examples/Text/Octothorpes.pv
examples/Text/OrganicBall.pv
examples/Text/RandomFont.pv
examples/Text/RandomText.pv
plotdevice/__init__.py
plotdevice/context.py
plotdevice.egg-info/PKG-INFO
plotdevice.egg-info/SOURCES.txt
plotdevice.egg-info/dependency_links.txt
plotdevice.egg-info/not-zip-safe
plotdevice.egg-info/top_level.txt
plotdevice/gfx/__init__.py
plotdevice/gfx/atoms.py
plotdevice/gfx/bezier.py
plotdevice/gfx/colors.py
plotdevice/gfx/effects.py
plotdevice/gfx/image.py
plotdevice/gfx/transform.py
plotdevice/gfx/typography.py
plotdevice/gui/__init__.py
plotdevice/gui/app.py
plotdevice/gui/document.py
plotdevice/gui/editor.py
plotdevice/gui/preferences.py
plotdevice/gui/views.py
plotdevice/gui/widgets.py
plotdevice/lib/__init__.py
plotdevice/lib/cocoa.py
plotdevice/lib/geometry.py
plotdevice/lib/io.py
plotdevice/lib/pathmatics.py
plotdevice/run/__init__.py
plotdevice/run/console.py
plotdevice/run/sandbox.py
plotdevice/util/__init__.py
plotdevice/util/foundry.py
plotdevice/util/http.py
plotdevice/util/iglob.py
plotdevice/util/kgp.py
plotdevice/util/ottobot.py