CHANGELOG.txt
LICENSE.txt
MANIFEST.in
README.md
requirements.txt
results.txt
setup.py
L_System_Visualizer.egg-info/PKG-INFO
L_System_Visualizer.egg-info/SOURCES.txt
L_System_Visualizer.egg-info/dependency_links.txt
L_System_Visualizer.egg-info/requires.txt
L_System_Visualizer.egg-info/top_level.txt
lsystem/__init__.py
lsystem/__main__.py
lsystem/assets/__init__.py
lsystem/assets/images/__init__.py
lsystem/assets/lsystems/__init__.py
lsystem/assets/screenshots/__init__.py
lsystem/boxcounting3d/__init__.py
lsystem/boxcounting3d/calc.py
lsystem/boxcounting3d/cubes.py
lsystem/core/__init__.py
lsystem/core/fract_menu.py
lsystem/core/getting_started.py
lsystem/core/glossary.py
lsystem/core/graph.py
lsystem/core/input_check.py
lsystem/core/lsystem_2d_widget.py
lsystem/core/lsystem_3d_widget.py
lsystem/core/lsystem_utils.py
lsystem/core/my_ui.py
lsystem/core/parsing.py
lsystem/core/proto_layout.py
lsystem/core/save_rules_window.py
lsystem/core/settings.py
lsystem/core/stack_loop.py
lsystem/core/stack_loop3D.py
lsystem/graphics/__init__.py
lsystem/graphics/colors.py
lsystem/graphics/mesh.py
lsystem/graphics/pipe.py
lsystem/graphics/spatial_object.py