Welcome to the OARC Fractal Generator

This advanced demo showcases heavy mathematical computations using Python functions to generate beautiful fractals. Each fractal can contain thousands of data points calculated in real-time.


How it works: Click any "Generate" button to send a request to /function with fractal parameters. The function performs complex mathematical operations and returns thousands of data points for visualization.

Quick Actions

Mandelbrot Set

The classic fractal defined by z² + c. Generates thousands of data points through iterative calculations.

Mandelbrot Parameters
Current: 100
Results
Fractal Visualization:
Click "Generate Mandelbrot" to see the fractal visualization...
Raw JSON Response:
Click "Generate Mandelbrot" to see the raw computation data...

Julia Set

Julia sets with different complex constants. Each constant creates a unique fractal pattern.

Julia Parameters
Current: 100
Results
Fractal Visualization:
Click "Generate Julia Set" to see the fractal visualization...
Raw JSON Response:
Click "Generate Julia Set" to see the raw computation data...

Burning Ship Fractal

A variation of the Mandelbrot set with absolute values, creating ship-like structures.

Burning Ship Parameters
Current: 100
Results
Fractal Visualization:
Click "Generate Burning Ship" to see the fractal visualization...
Raw JSON Response:
Click "Generate Burning Ship" to see the raw computation data...

Multi-Julia Gallery

Generate multiple Julia sets simultaneously with different parameters. Computes 6 fractals in parallel.

Gallery Parameters
Total points: 6 fractals × selected resolution
Current: 80
This will generate 6 different Julia sets with predefined interesting constants.
Results
Fractal Gallery:
Click "Generate Gallery" to see multiple Julia sets...
Raw JSON Response:
Click "Generate Gallery" to see the raw computation data...