项目作者: seligman

项目描述 :
Buddhabrot Visualization
高级语言: C#
项目地址: git://github.com/seligman/largebuddha.git
创建时间: 2016-02-16T17:43:43Z
项目社区:https://github.com/seligman/largebuddha

开源协议:

下载


Nebulabrot

The Buddhabrot

This is the worker to create the large-scale buddhabrot. The final result of these programs are seen here. You can view lots of more information about the Buddhabrot on Melinda Green’s website or on Wikipedia.

There are three main programs. See “Notes.txt” for more details on each.

Threads

This is the main worker that calculates the fractal.

Create Worker

Simple utility script to create a batch file to run Threads according to various settings.

Visualize Array

This takes the output from Threads, splits up and scales the data into lots of little .png files for the final wepage.