https://github.com/tfc/mandelbrot_maps
A C++ program which renders a visualization of the famous Mandelbrot set and produces tiled image output for the Google Maps API.
https://github.com/tfc/mandelbrot_maps
Last synced: 8 months ago
JSON representation
A C++ program which renders a visualization of the famous Mandelbrot set and produces tiled image output for the Google Maps API.
- Host: GitHub
- URL: https://github.com/tfc/mandelbrot_maps
- Owner: tfc
- Created: 2013-06-15T19:09:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T17:26:46.000Z (about 13 years ago)
- Last Synced: 2025-01-13T16:47:49.461Z (over 1 year ago)
- Language: C++
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mandelbrot_maps
===============
A C++ program which renders a visualization of the
famous Mandelbrot set and produces tiled image output
for the Google Maps API.
Usage:
1.) run "make" to compile it.
2.) run "./make_tiles.sh 0 7" to generate zoom steps 0 to 7
3.) open "map.html" to look at the result.
The Google Maps code included in map.html is configured to use zoom
steps from 0 to 7. More or less is possible, just edit the HTML code.