Loading .60 ui on runtime #811
-
I am sorry if this topic is repeated, but is there a way to load .60 ui on runtime? I am a Rust programmer, read the documentation and it seems that either the ui has to be hard-coded within the macro Use-caseIn general, a model like Server-side rendering, where an external entity gives you a compiled ui to render. Particular exampleSay that out of an http request, I get a Thanks beforehand! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, we have the interpreter crate for exactly this use case: https://docs.rs/sixtyfps-interpreter/0.1.5/sixtyfps_interpreter/ We fail to link to it from the main page and docs - I’ll try to fix that. @ogoffart or did I miss something and we didn’t want to make it public yet? |
Beta Was this translation helpful? Give feedback.
Yes, we have the interpreter crate for exactly this use case: https://docs.rs/sixtyfps-interpreter/0.1.5/sixtyfps_interpreter/
We fail to link to it from the main page and docs - I’ll try to fix that. @ogoffart or did I miss something and we didn’t want to make it public yet?