summaryrefslogtreecommitdiffstats
path: root/src/FractalExplorer.jl
blob: 8894686d41056e9ffc0b9042be433e2b007ee150 (plain) (blame)
1
2
3
4
5
module FractalExplorer
export fractal, mandelbrot, julia
include("fractal.jl")
include("renderer.jl")
end