Topology-aware Bad Apple!! animations
Go to file
Leni Aniva 2783589cc0
feat: Use perturbed Mandelbrot iterant
2025-06-03 15:24:36 -07:00
examples Initial commit 2025-04-09 23:02:55 -07:00
src feat: Use perturbed Mandelbrot iterant 2025-06-03 15:24:36 -07:00
.gitignore Initial commit 2025-04-09 23:02:55 -07:00
Manifest.toml feat: Fractal generation 2025-06-03 14:54:13 -07:00
Project.toml feat: Fractal generation 2025-06-03 14:54:13 -07:00
README.md feat: Use perturbed Mandelbrot iterant 2025-06-03 15:24:36 -07:00

README.md

Boundary Bad Apple!!

Boundary-aware Bad Apple!! animation generation

Fractal

Usage:

Load an image with Images

using Images, FileIO
img = load("examples/frame.png")

Then generate the fractal using the pseudomandelbrot function

include("src/fractal.jl")
mandel(img, -0.53+0.60im, -0.51+0.62im)

The coördinates specified are the bottom left and top right, respectively.