Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 572 Bytes

File metadata and controls

11 lines (10 loc) · 572 Bytes

MultiprocessVisualizer

Description

A short python script to calculate Julia fractals and visualise the asynchron nature of the multiprocessed calculations using opencv. The code for actually calculating the julia-fractal was taken from this tutorial.

Result

Note: Safari seems to have trouble showing the complete gif. Use firefox instead.

Dependencies

Use pip to install:

  • opencv-python
  • pyautogui