Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 273 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 273 Bytes

Mandelbrot Set Renderer

Mandelbrot set renderer with multithreading + SIMD (NEON/AVX) acceleration.

mandelbrot example

Dependencies

  • OpenCV (Required): Used mainly for image display and handling.
  • oneTBB (Optional): Used for multi-threading support.