LICENSE.txt
MANIFEST.in
Makefile
README.md
setup.py
glumpy/__init__.py
glumpy/defaults.py
glumpy/gl.py
glumpy/glm.py
glumpy/log.py
glumpy.egg-info/PKG-INFO
glumpy.egg-info/SOURCES.txt
glumpy.egg-info/dependency_links.txt
glumpy.egg-info/requires.txt
glumpy.egg-info/top_level.txt
glumpy/api/__init__.py
glumpy/api/matplotlib/__init__.py
glumpy/api/matplotlib/axes.py
glumpy/api/matplotlib/figure.py
glumpy/app/__init__.py
glumpy/app/clock.py
glumpy/app/configuration.py
glumpy/app/console.py
glumpy/app/parser.py
glumpy/app/viewport.py
glumpy/app/window/__init__.py
glumpy/app/window/event.py
glumpy/app/window/key.py
glumpy/app/window/mouse.py
glumpy/app/window/window.py
glumpy/app/window/backends/__init__.py
glumpy/app/window/backends/backend_freeglut.py
glumpy/app/window/backends/backend_glfw.py
glumpy/app/window/backends/backend_osxglut.py
glumpy/app/window/backends/backend_pyglet.py
glumpy/app/window/backends/backend_pyside.py
glumpy/app/window/backends/backend_sdl.py
glumpy/app/window/backends/backend_sdl2.py
glumpy/app/window/backends/backend_template.py
glumpy/data/6x13-bold.npy
glumpy/data/6x13-italic.npy
glumpy/data/6x13-regular.npy
glumpy/data/SourceSansPro-Regular.otf
glumpy/data/__init__.py
glumpy/data/build-spatial-filters.py
glumpy/data/spatial-filters.npy
glumpy/ext/__init__.py
glumpy/ext/ffmpeg_conf.py
glumpy/ext/ffmpeg_reader.py
glumpy/ext/ffmpeg_tools.py
glumpy/ext/ffmpeg_writer.py
glumpy/ext/glfw.py
glumpy/ext/inputhook.py
glumpy/ext/png.py
glumpy/ext/six.py
glumpy/ext/freetype/__init__.py
glumpy/ext/freetype/ft_errors.py
glumpy/ext/freetype/ft_structs.py
glumpy/ext/freetype/ft_types.py
glumpy/ext/freetype/ft_enums/__init__.py
glumpy/ext/freetype/ft_enums/ft_encodings.py
glumpy/ext/freetype/ft_enums/ft_face_flags.py
glumpy/ext/freetype/ft_enums/ft_fstypes.py
glumpy/ext/freetype/ft_enums/ft_glyph_bbox_modes.py
glumpy/ext/freetype/ft_enums/ft_glyph_formats.py
glumpy/ext/freetype/ft_enums/ft_kerning_modes.py
glumpy/ext/freetype/ft_enums/ft_lcd_filters.py
glumpy/ext/freetype/ft_enums/ft_load_flags.py
glumpy/ext/freetype/ft_enums/ft_load_targets.py
glumpy/ext/freetype/ft_enums/ft_open_modes.py
glumpy/ext/freetype/ft_enums/ft_outline_flags.py
glumpy/ext/freetype/ft_enums/ft_pixel_modes.py
glumpy/ext/freetype/ft_enums/ft_render_modes.py
glumpy/ext/freetype/ft_enums/ft_stroker_borders.py
glumpy/ext/freetype/ft_enums/ft_stroker_linecaps.py
glumpy/ext/freetype/ft_enums/ft_stroker_linejoins.py
glumpy/ext/freetype/ft_enums/ft_style_flags.py
glumpy/ext/freetype/ft_enums/tt_adobe_ids.py
glumpy/ext/freetype/ft_enums/tt_apple_ids.py
glumpy/ext/freetype/ft_enums/tt_mac_ids.py
glumpy/ext/freetype/ft_enums/tt_mac_langids.py
glumpy/ext/freetype/ft_enums/tt_ms_ids.py
glumpy/ext/freetype/ft_enums/tt_ms_langids.py
glumpy/ext/freetype/ft_enums/tt_name_ids.py
glumpy/ext/freetype/ft_enums/tt_platforms.py
glumpy/ext/sdf/__init__.py
glumpy/ext/sdf/_sdf.pyx
glumpy/ext/sdf/sdf.c
glumpy/ext/sdf/sdf.h
glumpy/ext/sdf/setup.py
glumpy/geometry/__init__.py
glumpy/geometry/arc.py
glumpy/geometry/colorcube.py
glumpy/geometry/colored_cube.py
glumpy/geometry/curves.py
glumpy/geometry/normals.py
glumpy/geometry/parametric.py
glumpy/geometry/path.py
glumpy/geometry/primitives.py
glumpy/gloo/__init__.py
glumpy/gloo/atlas.py
glumpy/gloo/buffer.py
glumpy/gloo/framebuffer.py
glumpy/gloo/globject.py
glumpy/gloo/gpudata.py
glumpy/gloo/parser.py
glumpy/gloo/program.py
glumpy/gloo/shader.py
glumpy/gloo/snippet.py
glumpy/gloo/texture.py
glumpy/gloo/uniforms.py
glumpy/gloo/variable.py
glumpy/graphics/__init__.py
glumpy/graphics/filter.py
glumpy/graphics/collections/__init__.py
glumpy/graphics/collections/agg_fast_path_collection.py
glumpy/graphics/collections/agg_glyph_collection.py
glumpy/graphics/collections/agg_path_collection.py
glumpy/graphics/collections/agg_point_collection.py
glumpy/graphics/collections/agg_segment_collection.py
glumpy/graphics/collections/array_list.py
glumpy/graphics/collections/base_collection.py
glumpy/graphics/collections/collection.py
glumpy/graphics/collections/glyph_collection.py
glumpy/graphics/collections/marker_collection.py
glumpy/graphics/collections/path_collection.py
glumpy/graphics/collections/point_collection.py
glumpy/graphics/collections/polygon_collection.py
glumpy/graphics/collections/raw_path_collection.py
glumpy/graphics/collections/raw_point_collection.py
glumpy/graphics/collections/raw_polygon_collection.py
glumpy/graphics/collections/raw_segment_collection.py
glumpy/graphics/collections/raw_triangle_collection.py
glumpy/graphics/collections/sdf_glyph_collection.py
glumpy/graphics/collections/segment_collection.py
glumpy/graphics/collections/test_array_list.py
glumpy/graphics/collections/test_collection.py
glumpy/graphics/collections/triangle_collection.py
glumpy/graphics/collections/unimarker_collection.py
glumpy/graphics/collections/util.py
glumpy/graphics/color/__init__.py
glumpy/graphics/color/color.py
glumpy/graphics/color/colors.py
glumpy/graphics/svg/__init__.py
glumpy/graphics/svg/base.py
glumpy/graphics/svg/color.py
glumpy/graphics/svg/element.py
glumpy/graphics/svg/geometry.py
glumpy/graphics/svg/group.py
glumpy/graphics/svg/length.py
glumpy/graphics/svg/number.py
glumpy/graphics/svg/path.py
glumpy/graphics/svg/shapes.py
glumpy/graphics/svg/style.py
glumpy/graphics/svg/svg.py
glumpy/graphics/svg/transform.py
glumpy/graphics/svg/transformable.py
glumpy/graphics/svg/viewport.py
glumpy/graphics/text/__init__.py
glumpy/graphics/text/agg_font.py
glumpy/graphics/text/font.py
glumpy/graphics/text/font_manager.py
glumpy/graphics/text/sdf_font.py
glumpy/library/__init__.py
glumpy/library/build-spatial-filters.py
glumpy/library/antialias/__init__.py
glumpy/library/antialias/antialias.glsl
glumpy/library/antialias/cap-butt.glsl
glumpy/library/antialias/cap-round.glsl
glumpy/library/antialias/cap-square.glsl
glumpy/library/antialias/cap-triangle-in.glsl
glumpy/library/antialias/cap-triangle-out.glsl
glumpy/library/antialias/cap.glsl
glumpy/library/antialias/caps.glsl
glumpy/library/antialias/filled.glsl
glumpy/library/antialias/outline.glsl
glumpy/library/antialias/stroke.glsl
glumpy/library/arrows/__init__.py
glumpy/library/arrows/angle-30.glsl
glumpy/library/arrows/angle-60.glsl
glumpy/library/arrows/angle-90.glsl
glumpy/library/arrows/arrow.frag
glumpy/library/arrows/arrow.vert
glumpy/library/arrows/arrows.glsl
glumpy/library/arrows/common.glsl
glumpy/library/arrows/curved.glsl
glumpy/library/arrows/stealth.glsl
glumpy/library/arrows/triangle-30.glsl
glumpy/library/arrows/triangle-60.glsl
glumpy/library/arrows/triangle-90.glsl
glumpy/library/arrows/util.glsl
glumpy/library/collections/agg-fast-path.frag
glumpy/library/collections/agg-fast-path.vert
glumpy/library/collections/agg-glyph.frag
glumpy/library/collections/agg-glyph.vert
glumpy/library/collections/agg-marker.frag
glumpy/library/collections/agg-marker.vert
glumpy/library/collections/agg-path.frag
glumpy/library/collections/agg-path.vert
glumpy/library/collections/agg-point.frag
glumpy/library/collections/agg-point.vert
glumpy/library/collections/agg-segment.frag
glumpy/library/collections/agg-segment.vert
glumpy/library/collections/marker.frag
glumpy/library/collections/marker.vert
glumpy/library/collections/raw-path.frag
glumpy/library/collections/raw-path.vert
glumpy/library/collections/raw-point.frag
glumpy/library/collections/raw-point.vert
glumpy/library/collections/raw-segment.frag
glumpy/library/collections/raw-segment.vert
glumpy/library/collections/raw-triangle.frag
glumpy/library/collections/raw-triangle.vert
glumpy/library/collections/sdf-glyph-ticks.vert
glumpy/library/collections/sdf-glyph.frag
glumpy/library/collections/sdf-glyph.vert
glumpy/library/collections/tick-labels.vert
glumpy/library/colormaps/__init__.py
glumpy/library/colormaps/autumn.glsl
glumpy/library/colormaps/blues.glsl
glumpy/library/colormaps/colormaps.glsl
glumpy/library/colormaps/cool.glsl
glumpy/library/colormaps/fire.glsl
glumpy/library/colormaps/gray.glsl
glumpy/library/colormaps/greens.glsl
glumpy/library/colormaps/hot.glsl
glumpy/library/colormaps/ice.glsl
glumpy/library/colormaps/icefire.glsl
glumpy/library/colormaps/parse.py
glumpy/library/colormaps/reds.glsl
glumpy/library/colormaps/spring.glsl
glumpy/library/colormaps/summer.glsl
glumpy/library/colormaps/user.glsl
glumpy/library/colormaps/util.glsl
glumpy/library/colormaps/wheel.glsl
glumpy/library/colormaps/winter.glsl
glumpy/library/markers/__init__.py
glumpy/library/markers/arrow.glsl
glumpy/library/markers/asterisk.glsl
glumpy/library/markers/chevron.glsl
glumpy/library/markers/clover.glsl
glumpy/library/markers/club.glsl
glumpy/library/markers/cross.glsl
glumpy/library/markers/diamond.glsl
glumpy/library/markers/disc.glsl
glumpy/library/markers/ellipse.glsl
glumpy/library/markers/hbar.glsl
glumpy/library/markers/heart.glsl
glumpy/library/markers/infinity.glsl
glumpy/library/markers/marker-sdf.frag
glumpy/library/markers/marker-sdf.vert
glumpy/library/markers/marker.frag
glumpy/library/markers/marker.vert
glumpy/library/markers/markers.glsl
glumpy/library/markers/pin.glsl
glumpy/library/markers/ring.glsl
glumpy/library/markers/spade.glsl
glumpy/library/markers/square.glsl
glumpy/library/markers/tag.glsl
glumpy/library/markers/triangle.glsl
glumpy/library/markers/vbar.glsl
glumpy/library/math/__init__.py
glumpy/library/math/circle-through-2-points.glsl
glumpy/library/math/constants.glsl
glumpy/library/math/double.glsl
glumpy/library/math/functions.glsl
glumpy/library/math/point-to-line-distance.glsl
glumpy/library/math/point-to-line-projection.glsl
glumpy/library/math/signed-line-distance.glsl
glumpy/library/math/signed-segment-distance.glsl
glumpy/library/misc/__init__.py
glumpy/library/misc/regular-grid.frag
glumpy/library/misc/spatial-filters.frag
glumpy/library/misc/viewport-NDC.glsl
glumpy/library/transforms/azimuthal-equal-area.glsl
glumpy/library/transforms/azimuthal-equidistant.glsl
glumpy/library/transforms/hammer.glsl
glumpy/library/transforms/identity.glsl
glumpy/library/transforms/identity_forward.glsl
glumpy/library/transforms/identity_inverse.glsl
glumpy/library/transforms/linear-scale.glsl
glumpy/library/transforms/log-scale.glsl
glumpy/library/transforms/mercator-transverse-forward.glsl
glumpy/library/transforms/mercator-transverse-inverse.glsl
glumpy/library/transforms/panzoom.glsl
glumpy/library/transforms/polar.glsl
glumpy/library/transforms/position.glsl
glumpy/library/transforms/power-scale.glsl
glumpy/library/transforms/projection.glsl
glumpy/library/transforms/pvm.glsl
glumpy/library/transforms/rotate.glsl
glumpy/library/transforms/trackball.glsl
glumpy/library/transforms/translate.glsl
glumpy/library/transforms/transverse_mercator.glsl
glumpy/library/transforms/viewport-clipping.glsl
glumpy/library/transforms/viewport-transform.glsl
glumpy/library/transforms/viewport.glsl
glumpy/library/transforms/x.glsl
glumpy/library/transforms/y.glsl
glumpy/library/transforms/z.glsl
glumpy/transforms/__init__.py
glumpy/transforms/_trackball.py
glumpy/transforms/azimuthal_equal_area.py
glumpy/transforms/azimuthal_equidistant.py
glumpy/transforms/hammer.py
glumpy/transforms/identity.py
glumpy/transforms/linear_scale.py
glumpy/transforms/log_scale.py
glumpy/transforms/orthographic_projection.py
glumpy/transforms/panzoom.py
glumpy/transforms/perspective_projection.py
glumpy/transforms/polar.py
glumpy/transforms/position.py
glumpy/transforms/power_scale.py
glumpy/transforms/pvm_projection.py
glumpy/transforms/quantitative_scale.py
glumpy/transforms/rotate.py
glumpy/transforms/trackball.py
glumpy/transforms/transform.py
glumpy/transforms/translate.py
glumpy/transforms/transverse_mercator.py
glumpy/transforms/viewport.py
glumpy/transforms/xyz.py