2025-01-18 12:41:22 +00:00
2025-01-17 14:33:30 +00:00
2025-01-17 14:33:10 +00:00
2025-01-18 12:41:22 +00:00
2025-01-17 14:32:59 +00:00
2025-01-17 15:14:24 +00:00

						 GPU FRACTAL RENDERER

While I've definitely made fractal renderers before, they'd all been
CPU-based.  Since I'm learning Vulkan right now I figured it would be
a good time to give a GPU-based one a try.  I'm glad I did because it
was very fun indeed.  It uses GLFW and Vulkan, so you'll need the
development libraries for these.  You'll also need a GPU that supports
double precision shaders.

To build and run:

   ./build.sh && ./gpu-frac
Description
No description provided
Readme AGPL-3.0 121 KiB
Languages
C 87.5%
GLSL 11.7%
Shell 0.8%