This compact application uses Rust and Vulkano to render a triangle pattern on screen. I created a simple compute shader that uses signed distance functions. This is just for my personal learning.
The shader code is actually ported from one of my Shadertoy projects: link