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
- Host: GitHub
- URL: https://github.com/ansman/mandelbrot
- Owner: ansman
- Created: 2010-10-24T21:37:12.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T16:05:57.000Z (over 7 years ago)
- Last Synced: 2025-03-28T11:38:56.550Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 42 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
---
