LICENSE
MANIFEST.in
README.md
pyproject.toml
src/grafix/__init__.py
src/grafix/cc.py
src/grafix/py.typed
src/grafix.egg-info/PKG-INFO
src/grafix.egg-info/SOURCES.txt
src/grafix.egg-info/dependency_links.txt
src/grafix.egg-info/requires.txt
src/grafix.egg-info/top_level.txt
src/grafix/api/__init__.py
src/grafix/api/__init__.pyi
src/grafix/api/_param_resolution.py
src/grafix/api/effects.py
src/grafix/api/export.py
src/grafix/api/layers.py
src/grafix/api/primitives.py
src/grafix/api/runner.py
src/grafix/core/__init__.py
src/grafix/core/effect_registry.py
src/grafix/core/font_resolver.py
src/grafix/core/geometry.py
src/grafix/core/layer.py
src/grafix/core/pipeline.py
src/grafix/core/primitive_registry.py
src/grafix/core/realize.py
src/grafix/core/realized_geometry.py
src/grafix/core/runtime_config.py
src/grafix/core/scene.py
src/grafix/core/effects/__init__.py
src/grafix/core/effects/affine.py
src/grafix/core/effects/buffer.py
src/grafix/core/effects/clip.py
src/grafix/core/effects/collapse.py
src/grafix/core/effects/dash.py
src/grafix/core/effects/displace.py
src/grafix/core/effects/drop.py
src/grafix/core/effects/extrude.py
src/grafix/core/effects/fill.py
src/grafix/core/effects/mirror.py
src/grafix/core/effects/mirror3d.py
src/grafix/core/effects/partition.py
src/grafix/core/effects/quantize.py
src/grafix/core/effects/relax.py
src/grafix/core/effects/repeat.py
src/grafix/core/effects/rotate.py
src/grafix/core/effects/scale.py
src/grafix/core/effects/subdivide.py
src/grafix/core/effects/translate.py
src/grafix/core/effects/trim.py
src/grafix/core/effects/twist.py
src/grafix/core/effects/util.py
src/grafix/core/effects/weave.py
src/grafix/core/effects/wobble.py
src/grafix/core/parameters/__init__.py
src/grafix/core/parameters/codec.py
src/grafix/core/parameters/context.py
src/grafix/core/parameters/effects.py
src/grafix/core/parameters/frame_params.py
src/grafix/core/parameters/invariants.py
src/grafix/core/parameters/key.py
src/grafix/core/parameters/labels.py
src/grafix/core/parameters/labels_ops.py
src/grafix/core/parameters/layer_style.py
src/grafix/core/parameters/merge_ops.py
src/grafix/core/parameters/meta.py
src/grafix/core/parameters/meta_ops.py
src/grafix/core/parameters/ordinals.py
src/grafix/core/parameters/persistence.py
src/grafix/core/parameters/prune_ops.py
src/grafix/core/parameters/reconcile.py
src/grafix/core/parameters/reconcile_ops.py
src/grafix/core/parameters/resolver.py
src/grafix/core/parameters/runtime.py
src/grafix/core/parameters/snapshot_ops.py
src/grafix/core/parameters/state.py
src/grafix/core/parameters/store.py
src/grafix/core/parameters/style.py
src/grafix/core/parameters/style_ops.py
src/grafix/core/parameters/ui_ops.py
src/grafix/core/parameters/view.py
src/grafix/core/primitives/__init__.py
src/grafix/core/primitives/grid.py
src/grafix/core/primitives/line.py
src/grafix/core/primitives/polygon.py
src/grafix/core/primitives/polyhedron.py
src/grafix/core/primitives/sphere.py
src/grafix/core/primitives/text.py
src/grafix/core/primitives/torus.py
src/grafix/core/primitives/regular_polyhedron/dodecahedron_vertices_list.npz
src/grafix/core/primitives/regular_polyhedron/hexahedron_vertices_list.npz
src/grafix/core/primitives/regular_polyhedron/icosahedron_vertices_list.npz
src/grafix/core/primitives/regular_polyhedron/octahedron_vertices_list.npz
src/grafix/core/primitives/regular_polyhedron/tetrahedron_vertices_list.npz
src/grafix/export/__init__.py
src/grafix/export/gcode.py
src/grafix/export/image.py
src/grafix/export/svg.py
src/grafix/interactive/__init__.py
src/grafix/interactive/draw_window.py
src/grafix/interactive/render_settings.py
src/grafix/interactive/gl/__init__.py
src/grafix/interactive/gl/draw_renderer.py
src/grafix/interactive/gl/index_buffer.py
src/grafix/interactive/gl/line_mesh.py
src/grafix/interactive/gl/shader.py
src/grafix/interactive/gl/utils.py
src/grafix/interactive/midi/__init__.py
src/grafix/interactive/midi/factory.py
src/grafix/interactive/midi/midi_controller.py
src/grafix/interactive/parameter_gui/__init__.py
src/grafix/interactive/parameter_gui/group_blocks.py
src/grafix/interactive/parameter_gui/grouping.py
src/grafix/interactive/parameter_gui/gui.py
src/grafix/interactive/parameter_gui/labeling.py
src/grafix/interactive/parameter_gui/midi_learn.py
src/grafix/interactive/parameter_gui/monitor_bar.py
src/grafix/interactive/parameter_gui/pyglet_backend.py
src/grafix/interactive/parameter_gui/rules.py
src/grafix/interactive/parameter_gui/store_bridge.py
src/grafix/interactive/parameter_gui/table.py
src/grafix/interactive/parameter_gui/widgets.py
src/grafix/interactive/runtime/__init__.py
src/grafix/interactive/runtime/draw_window_system.py
src/grafix/interactive/runtime/frame_clock.py
src/grafix/interactive/runtime/monitor.py
src/grafix/interactive/runtime/mp_draw.py
src/grafix/interactive/runtime/parameter_gui_system.py
src/grafix/interactive/runtime/perf.py
src/grafix/interactive/runtime/recording_system.py
src/grafix/interactive/runtime/scene_runner.py
src/grafix/interactive/runtime/style_resolver.py
src/grafix/interactive/runtime/video_recorder.py
src/grafix/interactive/runtime/window_loop.py
src/grafix/resource/default_config.yaml
src/grafix/resource/font/Google_Sans/OFL.txt
src/grafix/resource/font/Google_Sans/README.txt
src/grafix/resource/font/Google_Sans/static/GoogleSans-Bold.ttf
src/grafix/resource/font/Google_Sans/static/GoogleSans-Medium.ttf
src/grafix/resource/font/Google_Sans/static/GoogleSans-Regular.ttf
src/grafix/resource/font/Google_Sans/static/GoogleSans-SemiBold.ttf