Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Dependencies

You need a C++14 compiler.

All the library dependencies are included.

Building

mkdir buildcd buildcmake ..make

Execution

From 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp