LICENSE
README.md
setup.py
fractek/dimension_calculations/__init__.py
fractek/dimension_calculations/box_counting.py
fractek/dimension_calculations/correlation_dimension.py
fractek/dimension_calculations/hausdorff.py
fractek/dimension_calculations/info_dimension.py
fractek/dimension_calculations/lacunarity.py
fractek/dimension_calculations/power_spectrum.py
fractek/dimension_calculations/sandbox.py
fractek/dimension_calculations/variogram.py
fractek/dimension_calculations/wavelet.py
fractek/fractal_families/__init__.py
fractek/fractal_families/classic/__init__.py
fractek/fractal_families/classic/box_fractal.py
fractek/fractal_families/classic/burning_ship.py
fractek/fractal_families/classic/cantor_dust.py
fractek/fractal_families/classic/harter_heighway_dragon.py
fractek/fractal_families/classic/julia.py
fractek/fractal_families/classic/magnet.py
fractek/fractal_families/classic/mandelbrot.py
fractek/fractal_families/classic/multibrot.py
fractek/fractal_families/classic/newton.py
fractek/fractal_families/classic/orbit_trap.py
fractek/fractal_families/classic/pythagoras_tree.py
fractek/fractal_families/classic/t_square.py
fractek/fractal_families/classic/tricorn.py
fractek/fractal_families/ifs/__init__.py
fractek/fractal_families/ifs/apollonian_gasket.py
fractek/fractal_families/ifs/barnsley_fern.py
fractek/fractal_families/ifs/fractal_bush.py
fractek/fractal_families/ifs/fractal_tree.py
fractek/fractal_families/ifs/general_ifs.py
fractek/fractal_families/ifs/gosper_curve.py
fractek/fractal_families/ifs/hexaflake.py
fractek/fractal_families/ifs/pentaflake.py
fractek/fractal_families/ifs/sierpinski_carpet.py
fractek/fractal_families/ifs/vicsek_fractal.py
fractek/fractal_families/l_systems/__init__.py
fractek/fractal_families/l_systems/binary_tree.py
fractek/fractal_families/l_systems/dragon_curve.py
fractek/fractal_families/l_systems/hilbert_curve.py
fractek/fractal_families/l_systems/koch_snowflake.py
fractek/fractal_families/l_systems/mandelbrot_l_system.py
fractek/fractal_families/l_systems/minkowski_sausage.py
fractek/fractal_families/l_systems/peano_curve.py
fractek/fractal_families/l_systems/plant_lsystem.py
fractek/fractal_families/l_systems/sierpinski_arrowhead.py
fractek/fractal_families/l_systems/terdragon_curve.py
fractek/fractal_families/random/__init__.py
fractek/fractal_families/random/brownian_tree.py
fractek/fractal_families/random/fbm.py
fractek/fractal_families/random/fractal_clusters.py
fractek/fractal_families/random/levy_c.py
fractek/fractal_families/random/midpoint_displacement.py
fractek/fractal_families/random/perlin_noise.py
fractek/fractal_families/random/plasma_fractal.py
fractek/fractal_families/random/random_walk.py
fractek/fractal_families/random/sandpile.py
fractek/fractal_families/random/sierpinski_triangle.py
fractek/fractal_mixing/__init__.py
fractek/fractal_mixing/fractal_mixer.py
fractek/fractek.egg-info/PKG-INFO
fractek/fractek.egg-info/SOURCES.txt
fractek/fractek.egg-info/dependency_links.txt
fractek/fractek.egg-info/requires.txt
fractek/fractek.egg-info/top_level.txt
fractek/procedural/__init__.py
fractek/procedural/fractal_art.py
fractek/procedural/fractal_landscape.py
fractek/procedural/fractal_noise.py
fractek/visualization/__init__.py
fractek/visualization/animation.py
fractek/visualization/color_palettes.py
fractek/visualization/plot2d.py
fractek/visualization/plot3d.py