https://github.com/mikebharris/perl_cgi_mandelbrot_set_generator
A Mandelbrot Set generator outputting in HTML and written in perl
https://github.com/mikebharris/perl_cgi_mandelbrot_set_generator
Last synced: about 2 months ago
JSON representation
A Mandelbrot Set generator outputting in HTML and written in perl
- Host: GitHub
- URL: https://github.com/mikebharris/perl_cgi_mandelbrot_set_generator
- Owner: mikebharris
- Created: 2014-09-24T16:03:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T11:19:28.000Z (over 2 years ago)
- Last Synced: 2025-03-13T01:36:45.772Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A very, very long time ago, I wrote this Perl script that generates the Mandelbrot Set using HTML tags. Note it's extremely resource intensive and generates a huge file.
You're recommended to run it on a local server.Alternatively, and definitely more easily, run it on the command line and view the resultant HTML file in a browser:
```shell
% perl mandelbrot.pl > set.html
```It should end up looking like this:

If you really want to see how GitHub renders it, a copy of the HTML produced is at [mset.html](mset.html)