Skip to content

Generating fractals efficiently using Python

Notifications You must be signed in to change notification settings

remusblais/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.

Packages

See environment.yml.

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

Languages

  • Python 55.9%
  • Jupyter Notebook 44.1%