Live data from Hacker News

I made a guitar tuner app using Flutter and Rust

justune.eu

31–40 of 153 posts

Re: I made a guitar tuner app using Flutter and Rust

#31
post #26
post #2

It's available free (and no ads) for desktop browsers and as a $1 Android app (on mobile needs to be an app for performance reasons and I believe it's a fair price).

While $1 is certainly far less than the value this app provides, it’s going to be a hard sell when there are several free apps which do the same thing.

Ok.

Re: I made a guitar tuner app using Flutter and Rust

#34

I would love to see the source code, or at least a simplified version. Audio input in rust and rust talking with flutter on mobile device. Such a cool project.

Well, all the Rust crates I've mentioned in other comment have comprehensive examples attached, so it's just a matter of connecting their functionality together :)

Re: I made a guitar tuner app using Flutter and Rust

#36

This might have an obvious answer for the more experienced here, but (potentially stupid question) why didn't you use dart for this? Nothing against rust, just interested is all considering the dart/flutter relationship.

Performance reasons, also wanted it to work on the web (Flutter web support is fairly recent, and dart/flutter libraries don't automatically work on the web, they have to support the platform).

Re: I made a guitar tuner app using Flutter and Rust

#38

This might have an obvious answer for the more experienced here, but (potentially stupid question) why didn't you use dart for this? Nothing against rust, just interested is all considering the dart/flutter relationship.

No post body was provided.
Post reply on HN