Skip to content

simonthor/fractals

Repository files navigation

fractals

The code here is used to generate fractals.

Functionality

render.py contains 2 functions for simple animation of escape time fractals. For more complex fractals animations, use generate_escape_time in fractal_generator.py.

Packages

See environment.yml.

If you use conda (which I recommend but is not required), go to your project directory and run

conda env create -f environment.yml --prefix ./env
conda activate ./env

Then all packages (and correct python version) will install automatically.

TODO

  • Add docstrings
  • GPU-accelerated computation (cupy?)

References

About

Generating fractals efficiently using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published