Nice, just taking a look at your app now, Ive been doing quite a lot of media processing myself for zap.stream in rust, i wrote a custom trancoder pipeline in rust with ffmpeg and i was planning on using that to do as you said (filters etc)
Login to reply
Replies (3)
Great. I started with Flutter and Rust 2 weeks ago,, so it's not the best code you are going to see today.
I wonder if it makes sense to build the business logic in rust/C and just use flutter for ui stuff. how easy is ffi ?