Loading compiled Slint UIs in runtime #7855
Answered
by
ogoffart
furkan-guvenc
asked this question in
Q&A
-
I have a main application written in Slint and Rust and I want to load plugins in runtime which are dynamically compiled Slint UIs. Is it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Mar 13, 2025
Replies: 1 comment 4 replies
-
You can check the slint-interpreter crate. Is that what you want to achieve? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
furkan-guvenc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can check the slint-interpreter crate. Is that what you want to achieve?