Github link: https://github.com/Astral-Sheep/FractalVisualizer
Fractal images
Type: Personal Project
Developer: 1
Languages: Rust & GLSL
Crates: Vulkano & Winit
Duration: unknown, it was a side project I worked on from time to time
WHAT I WORKED ON
In Rust:
- The vulkano crate initialisation
- Vulkan instance creation
- swapchains instantiation
- buffers and pipeline instantiation and bindingÂ
- The window and the main loop
- The instantiation of descriptor sets to give data to the shader
In GLSL:
- the fractal shader
- a double precision emulation