You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested on MacBook Pro M1, Nvidia RTX 4080 Super, and iPhone 15
Development
pnpm install
pnpm run dev
Generate preview screenshots
# All fractals (for selection screen thumbnails)
pnpm run generate-previews
# Specific fractals with custom color
pnpm run generate-previews mandelbulb menger --color chromatic
# Custom color and render mode
pnpm run generate-previews quatjulia --color chromatic --render reflection
# High-res screenshots (1920x1080, for README)
pnpm run generate-previews --highres --color glow --render softshadow
# Single fractal, high-res
pnpm run generate-previews mandelbulb --highres