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
docs-2/build/html/_static/file.png
docs-2/build/html/_static/minus.png
docs-2/build/html/_static/plus.png
docs/build/html/_static/file.png
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
lsystem/__init__.py
lsystem/__main__.py
lsystem/assets/__init__.py
lsystem/assets/images/CantorSet.png
lsystem/assets/images/DragonCurve.png
lsystem/assets/images/HilbertCurve.png
lsystem/assets/images/IslandsandLakes.png
lsystem/assets/images/KochCurve.png
lsystem/assets/images/KochIsland.png
lsystem/assets/images/KochSnowflake.png
lsystem/assets/images/PeanoCurve.png
lsystem/assets/images/SierpinksiTriangle.png
lsystem/assets/images/TreeExample.png
lsystem/assets/images/__init__.py
lsystem/assets/lsystems/__init__.py
lsystem/assets/lsystems/predefined_lsystems.json
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