Topology-aware Bad Apple!! animations
Go to file
Leni Aniva 76e2c11911
feat: Stabilize fractal shape
2025-06-03 15:08:18 -07:00
examples Initial commit 2025-04-09 23:02:55 -07:00
src feat: Stabilize fractal shape 2025-06-03 15:08:18 -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: Stabilize fractal shape 2025-06-03 15:08:18 -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, -3-2im, 2+2im)

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