Is it able to embed pyo3 and python code into a slint app? #6734
Answered
by
hunger
DennisZhangOiler
asked this question in
Q&A
-
And build&distribute it over windows, linux and android. |
Beta Was this translation helpful? Give feedback.
Answered by
hunger
Nov 7, 2024
Replies: 1 comment 4 replies
-
Is that a Slint up with a business logic written in Rust or one using python? Anyway: Both should work. Whether its fine to distribute your code over Windows, Linux and Android: I don't know, as I do not know what code you use besides Slint! Please check that yourself. Looking at the licensing problem from the Slint side only: Of course you can distribute under the terms of the relevant license you have chosen to use Slint under. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That most depends on how fast you can generate the images.
You might find the
examples/gstreamer-player
example interesting as well for this use-case.