DinkydauSet / ExploreFractals

A tool for testing the effect of Mandelbrot set Julia morphings
GNU General Public License v3.0
5 stars 1 forks source link

bitmap coloring in rows instead of tiles? #46

Open DinkydauSet opened 1 year ago

DinkydauSet commented 1 year ago

Coloring (when changing the gradient sliders) is multithreaded. Each thread colors a tile. Maybe it's faster to color full rows, so that each thread uses a consecutive part of the arrays of colors and iteration data.