ckormanyos / mandelbrot

High-precision Mandelbrot fractal iterations in C++ template code
Boost Software License 1.0
8 stars 3 forks source link

Repair Sonar build and address some issues remaining from #130 #131

Closed ckormanyos closed 2 months ago

ckormanyos commented 2 months ago

Extend the scope of this issue to include refactoring of all builds. It's straightforward enough. I'll remove some config stuff and use static PNG configs and then make the lib-structures more similar to how the original JPEG stuff was set up. Take another day or so.

Cc: @S-Streulicht