Skip to content

Commit

Permalink
mandel
Browse files Browse the repository at this point in the history
  • Loading branch information
AwesomeDude091 committed Oct 24, 2022
1 parent 03c399e commit 6bcd568
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.mp4
2 changes: 1 addition & 1 deletion MandelVideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ def generate_video(self):


if __name__ == '__main__':
MandelVideo(-(8/3), 8/3, -1.5, -0.08, 0, 0.96, fps=30, duration=10, cores=16).generate_video()
MandelVideo(-(8/3), 8/3, -1.5, -0.04491, -0.04486, 0.98261, fps=24, duration=60, cores=16).generate_video()
3 changes: 2 additions & 1 deletion Mandelbrot.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ def is_out_of_bounds(cmplx):


if __name__ == '__main__':
Mandelbrot(3840, 2160, 16).generate_image(-0.08, 0, 0.96)
Mandelbrot(3840, 2160, 16).generate_image(-0.04491, -0.04486, 0.98261)
# Mandelbrot(3840, 2160, 16).generate_image(-0.08, 0, 0.96)
# Mandelbrot(3840, 2160, 16).generate_image(-8 / 3, 8 / 3, -1.5)
Binary file modified __pycache__/Mandelbrot.cpython-310.pyc
Binary file not shown.
Binary file added help.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed mandel.mp4
Binary file not shown.
Binary file modified test.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed trip.mp4
Binary file not shown.

0 comments on commit 6bcd568

Please sign in to comment.