Hacker News new | ask | show | jobs
by dceddia 1365 days ago
I can only speak on Tauri, which I’ve been using to build a video editor, but with most of the heavy code living on the Rust side, the UI remains snappy and responsive even while the “backend” is seeking through videos or whatever.

I’m using Svelte, but I don’t think that matters too much. The popular front end frameworks are close enough in performance IMO. I think it would really come down to dividing up the operations so the expensive ones run in native code instead of JS.

1 comments

Hey, does that video editor has a public repo or is it a private thing?
It's a paid app called Recut (https://getrecut.com)
I didn't think you would be using Tauri in a production app. + That's a really nice idea! I hope you the best :)