Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmenter committed Mar 31, 2019
1 parent 796e800 commit de688e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -1,2 +1,11 @@
# Fractal-Xplorer-Mac
Explore Mandelbrot and Julia fractals with OpenCL on your Mac

Drag and zoom both the Mandelbrot Set and corresponding Julia Set. Hold the command key down while mousing over the Mandelbrot Set to configure the Julia Set that corresponds to that location.

Uses OpenCL and your Mac's GPU to do the calculations if possible (fallback to CPU) so it's pretty fast.

Take a look at Fractal.cl, there are a few different colorization options. Some use the orbit count for added zaniness.

Example:
![example image](https://raw.githubusercontent.com/jmenter/Fractal-Xplorer-Mac/master/example.png "example")

0 comments on commit de688e5

Please sign in to comment.