We can create custom shaders and apply them to the camera within OBS (the streaming software I use). We will pull in a plugin to allow use to add shaders, and explore the included effects. Let's play with some wild chat interactions!
The stretch goal is where things get real interesting... remember we played with WGPU a few streams ago? It has a CLI in called "naga" that helps in verifying shader files. What does mashing these two ecosystems together produce?
OBS Plugin: https://github.com/exeldro/obs-shader...
#live #obs #shaders #rustlang