more readme imgs

This commit is contained in:
Brett Weiland 2025-09-22 20:26:08 -05:00
parent e8dd205dbd
commit f34d8b1b5f
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 B

View File

@ -582,7 +582,8 @@ int main() {
printf("Unoptimized: %u iterations, %f seconds\n", unoptimized_iters, time_unoptimized);
begin = clock();
unsigned int optimized_iters = mandelbrot_bordertrace(&cam, pixels_unoptimized);
//unsigned int optimized_iters = mandelbrot_bordertrace(&cam, pixels_unoptimized);
unsigned int optimized_iters = 0;
end = clock();
time_optimized = (double)(end - begin) / CLOCKS_PER_SEC;

Binary file not shown.

BIN
writeup/pretty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 854 KiB