Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auprao/mandelbrotset
learning python from tutorials, drawing the Mandelbrot Set, the Burning Ship fractal and the Julia set
https://github.com/auprao/mandelbrotset
burning-ship fractals imaginary mandelbrot
Last synced: about 1 month ago
JSON representation
learning python from tutorials, drawing the Mandelbrot Set, the Burning Ship fractal and the Julia set
- Host: GitHub
- URL: https://github.com/auprao/mandelbrotset
- Owner: auprao
- Created: 2024-05-16T13:20:45.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-28T23:37:54.000Z (about 2 months ago)
- Last Synced: 2024-11-29T00:26:30.354Z (about 2 months ago)
- Topics: burning-ship, fractals, imaginary, mandelbrot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I believe I should credit the two tutorials I followed closely:
https://youtu.be/xjjmkg9J7Gg?si=baey6DO80gsj8tIL
https://www.pythoninformer.com/generative-art/fractals/burning-ship/there are two simple init commands at the end, one to comment and one to use - depends on whether you wanna see mandelbrot or the burning ship.
width, height (amount of pixels/details) as well as iteration count (accuracy and better colors) are there to modifyupdate: added the Julia set!