项目作者: Dapp3rDuck

项目描述 :
Python Fractal Rendering Script
高级语言: Python
项目地址: git://github.com/Dapp3rDuck/fractals.git
创建时间: 2019-11-23T18:10:11Z
项目社区:https://github.com/Dapp3rDuck/fractals

开源协议:

下载


Fractals





Latest Release

  • This script will prompt for in input of a fractal algorithym of the form z = z^n + c.
  • c is the independent complex variable, and z is the dependent variable, changed after each iteration.
  • I would suggest using the fractal z = z^2 + c with a resolution of 500x500 pixels, domain of [-2, 2], range of [-2, 2] and 1000 iterations for your first try.
  • More iterations make the image more accurate, but take longer to render. 1000 iterations is a good value if you’re resolution isn’t too crazy.
  • See some example renders at www.livepond.net/sites/fractals
  • You can explore a render that took over 130 hours in 12500 x 25000 resolution at: livepond.net/sites/fractals/MEGA.png
  • The python modules: Pillow and NumPy are required for the python script.

Getting Started

  1. $ git clone git@github.com:Dapp3rDuck/fractals.git
  2. $ pip install cpython numpy Pillow









Contributors












ryan-harrington Dapp3rDuck RHarr6306

test