Barbacamanitu@lemmy.worldtoRust Programming@lemmy.ml•Dioxus 0.4: Server Functions, Suspense, Enum Router, Overhauled Docs, Bundler, Android Support, and more
2·
1 year agoWoah. First I’ve heard of dioxus. Has anyone here tried it?
Woah. First I’ve heard of dioxus. Has anyone here tried it?
Right? What’s with that? It’s like everyone gets their crate to the minimal working state and stops workings on it.
I started trying out JUCE. It’s a framework for making audio plugins (VSTs). Though I think I’m going to give the rust solution another shot with Vizia.
I decided to give up. Iced just isn’t a mature enough gui framework and the alternatives don’t look great either.
I restarted my plug in project using JUCE tonight and I already have the gui started. It’s c++, so that sucks, but oh well
I’d say something like LUA or python so people could easily write their own plug-ins. If speed really is a concern then I’d go with wasm.
Very cool. I’ll have to try it out. I just started using React, and I’m beginning to love it. React with rust sounds like heaven.