A small glimpse into my second #Rust project: pw-videomix

It is supposed to be a video mixer specialized on creating art.
It renders directly to #vulkan, which makes it pretty platform independent.

At the moment, I can load images or stacks of images.

Use a filter to create a mandala from the selected input.

And connect a window as an output sink.

#PipeWire in and outputs, video input and file encoding is on the list, too.

#egui #winit #RustLang #opensource #freesoftware #MyProjectDiary