An open API service indexing awesome lists of open source software.

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.

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.