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

https://github.com/ansman/mandelbrot

An open source Mandelbrot viewer which can take advantage of your GPU
https://github.com/ansman/mandelbrot

Last synced: about 1 year ago
JSON representation

An open source Mandelbrot viewer which can take advantage of your GPU

Awesome Lists containing this project

README

          

Mandelbrot
===
A mandelbrot version that uses OpenCL to render a [Mandelbrot](https://en.wikipedia.org/wiki/Mandelbrot_set).

Compiling
---
```shell
$ make
```

Requirements
---
* OpenGL
* OpenCL
* GLUT

**Note:** This has only been tested on OSX.

Running
---
```shell
./mandelbrot
```

Navigating
---
Click and drag to move and right click to zoom in.
Currently you can't zoom out :(

Screenshot
---
![Mandelbrot](https://s3.amazonaws.com/f.cl.ly/items/0N1C2E2y0K190D410w11/Screen%20Shot%202013-10-14%20at%2015.38.26.png)