Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princeofpuppers/julia-set-animator
https://github.com/princeofpuppers/julia-set-animator
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/princeofpuppers/julia-set-animator
- Owner: PrinceOfPuppers
- Created: 2019-05-02T16:04:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T08:07:34.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T03:44:26.181Z (2 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.pymultiprocessing 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 setsthe 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 usedthe 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