Tools to create a massive Buddhabrot rendering. Written in C#/.NET 7.
WIP. The eventual result will be a collection of programs that can be used to create a rendering that can be viewed in a web browser.
The suite is composed of the following programs:
Finds the border regions of the Mandelbrot set where the high-iteration Buddhabrot points live.
A GUI program to visually explore the boundary data sets.
Churns through the border regions and finds interesting points to plot.
Plots the points to an intermediate datafile.
Renders image tiles out of the plot.