Skip to content

Python command line program to generate fractal GIFs belonging to the julia sets

Notifications You must be signed in to change notification settings

jbheard/JuliaSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia Set Fractals

Command line program to generate fractal GIFs belonging to the julia sets with function z02+C for some constant complex number C, and z0 in a given range.

Building & Running

To install pip packages and build the C extension:

python -m pip install -r requirements.txt
python setup.py install

To run:

python julia_set.py

About

Python command line program to generate fractal GIFs belonging to the julia sets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published