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