Replies: 1 comment 2 replies
-
Hi @Raj2032, Rocket.rs is not a UI lib. Your discussion is not related to the Rocket.rs framework. B. r |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I am looking to make a web based application for Android which can scan qr codes, image process it using Rust.
The qr code would be a third party library I would use into my application, something like
rqrr
https://github.com/WanzenBug/rqrr
If I compile the entire project including the
rqrr
library into a web application, would it just work out of the box or do i have to drastically change something?There are two libraries I looked at which are Rocket UI:
https://rocket.rs
and Tauri:
https://tauri.studio/en/
Would they be able to acheive what I am looking for? And if so which one should I use in terms of ease of use, animations, and see the screenshot how there is a camera view in the middle of the screen and the rest is the app, would that be also supported?
Beta Was this translation helpful? Give feedback.
All reactions