hakolao / compute_shader_tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulating Sand Fall with Compute Shaders in Rust

This is the source code for a tutorial showing how one can simulate large grid sand fall with compute shaders.

The tutorial can be found here.

You'll be able to make simulations that look like this:

sandfall

About


Languages

Language:Rust 82.9%Language:GLSL 17.1%