GPU Julia Set Explorer
This application allows you to explore the Julia Set of the Mandelbrot Set in MATLAB with the help of a capable GPU. It is primarily intended as a demonstration of element-wise calculations using MATLAB and a GPU, however it also has some fun features:
* Use the normal MATLAB zoom and pan to browse the Julia Set
* Drag or click to select the location in the Mandelbrot Set for which the Julia Set is rendered
* Sit back and watch the app move around the Mandelbrot Set on a pre-stored path (zoom and pan still work)
See also the "GPU Mandelbrot Set": http://www.mathworks.com/matlabcentral/fileexchange/30988
NB: Requires MATLAB R2016b or above with Parallel Computing Toolbox and an NVIDIA GPU with CUDA Compute Capability 3.0 or above.
Cite As
Ben Tordoff (2024). GPU Julia Set Explorer (https://github.com/BJTor/GPU-Julia-Set/releases/tag/v1.5), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.5 | See release notes for this release on GitHub: https://github.com/BJTor/GPU-Julia-Set/releases/tag/v1.5 |
||
1.4 | See release notes for this release on GitHub: https://github.com/BJTor/GPU-Julia-Set/releases/tag/v1.4 |
||
1.3.0.1 | Make robust to non-integer window sizes |
||
1.3.0.0 | Fix compatibility with R2014b |
||
1.2.0.0 | Updated to include a MATLAB App for easy installation/removal. |
||
1.1.0.0 | Add link to GPU Mandelbrot Set to description. |
||
1.0.0.0 |