- Notifications
You must be signed in to change notification settings - Fork1
Demo application that uses the Vulkan C++ API to draw a Mandelbrot fractal.
License
NotificationsYou must be signed in to change notification settings
andrecunha/mandelbrot_vulkan_cpp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a demo application that uses the Vulkan C++ API to draw a Mandelbrot fractal.
This application is an adaptation ofErkaman/vulkan_minimal_computeto use theVulkan-Hpp C++ library from Khronos.
You need a C++14 compiler.
All the library dependencies are included.
mkdir buildcd buildcmake ..makeFrom themandelbrot_vulkan_cpp directory, run:
build/mandelbrot
The application launches a compute shader that renders the Mandelbrot set into a storage buffer on the GPU.The storage buffer is then read and saved asmandelbrot.png.
About
Demo application that uses the Vulkan C++ API to draw a Mandelbrot fractal.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
