Will Dioxus support embedded systems in the future, similar to Slint? #4627
-
|
Will Dioxus support embedded systems in the future, similar to Slint? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I have the same question??? |
Beta Was this translation helpful? Give feedback.
-
|
I saw experimental support in the instructions, but I didn't see any example builds. |
Beta Was this translation helpful? Give feedback.
-
|
It depends what you mean by "embedded". If you're using an application class processor that's running Linux then the native backend will likely suitable (although Dioxus may use more RAM than other solutions - 256mb is probably an absolute minimum requirement). If you're using a microcontroller than Dioxus likely won't ever be suitable. |
Beta Was this translation helpful? Give feedback.
It depends what you mean by "embedded". If you're using an application class processor that's running Linux then the native backend will likely suitable (although Dioxus may use more RAM than other solutions - 256mb is probably an absolute minimum requirement). If you're using a microcontroller than Dioxus likely won't ever be suitable.