https://github.com/zbendefy/opencl-mandelbrot
Cross-platform Mandelbrot viewer using OpenCL
https://github.com/zbendefy/opencl-mandelbrot
java julia julia-fractal linux mandelbrot mandelbrot-sets mandelbrot-viewer opencl
Last synced: 2 months ago
JSON representation
Cross-platform Mandelbrot viewer using OpenCL
- Host: GitHub
- URL: https://github.com/zbendefy/opencl-mandelbrot
- Owner: zbendefy
- Created: 2015-04-23T17:18:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T14:13:28.000Z (about 8 years ago)
- Last Synced: 2025-01-17T16:15:22.938Z (4 months ago)
- Topics: java, julia, julia-fractal, linux, mandelbrot, mandelbrot-sets, mandelbrot-viewer, opencl
- Language: Java
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opencl-mandelbrot
Mandelbrot viewer written in OpenCLWritten in java, and OpenCL (using the JOCL 1.9 library), therefore an installed OpenCL driver is required.
AMD's OpenCL driver can provide OpenCL support for both Linux and Windows, on any CPU that supports SSE2.### Features: ###
* Linux, Windows and OSX support
* Mandelbrot sets (z -> z^n + c) with exponents (n) from 2 to 16
* Julia sets at any position and exponents from 2 to 16
* 64-bit precision for devices that support it
* Iteration level from 1 to 3600Usage:
Drag the mouse or use the arrow keys to move around.
Use the mouse wheel or the PgUp, PgDn, + and - to zoom.