Post #2266221
2026-05-03 22:45 UTC
@lritter@mastodon.gamedev.place The cores run some heavy Mandelbrot set iterations.
For W*H pixels, each core runs W*H/6 iteration computations using a std::thread splitted for loop in c++
Replies (1)
-
@lritter@mastodon.gamedev.place 2026-05-04 03:51
@Microfractal@mathstodon.xyz nice.