Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 399 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 399 Bytes

simple-sdf-compute-shader

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

tri