https://github.com/princeofpuppers/julia-set-animator
https://github.com/princeofpuppers/julia-set-animator
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/princeofpuppers/julia-set-animator
- Owner: PrinceOfPuppers
- Created: 2019-05-02T16:04:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T08:07:34.000Z (over 5 years ago)
- Last Synced: 2024-12-30T17:53:59.366Z (10 months ago)
- Language: Python
- Size: 2.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
#julia-set-animator
dependencies:
-matplotlib
-numpy
-ImageMagick (https://imagemagick.org/index.php)
description:
generates an animation of julia sets according to a path of seedpoints defined parametrically
set in config.py
multiprocessing is used to decrease the image rendering time, this is incredibly helpful due to
the large number of iterations needed to obtain a good resolution with certain julia sets
the process uses alot of memory, as such it will reach the 32 bit python memory limit if a resolution
of 2000 by 2000 with 160 frames is used
the decision to save animations must be done BEFORE rendering, by changing a setting in config.py
however to do this you must have imageMagick installed on your computer