Skip to content

tripplyons/cuda-fractal-renderer

Repository files navigation

CUDA Fractal Renderer

Quickly render fractals in CUDA

Example Fractal (seed=7) Example Fractals (seeds=0..8)
Example Fractal (seed=7) Example Fractals (seeds=0..8)

Setup

uv sync

Usage

uv run cuda_fractal_renderer

The --seed argument can be used to generate a different fractal. The default seed is 0.

The --grid-size argument can be used to generate a square grid of fractals in parallel. The default grid size is 1 (just a single fractal).

View the rendered image in output.png.

Formatting

Format and check the code with ruff:

./format.sh

About

Quickly render fractals in CUDA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published