Replies: 1 comment 3 replies
-
At a technical level, there is no reason it can’t but the library uses the standard library on a decently modern standard (C++14 if I recall). If the compiler for those devices supports the standard then you’re fine. You’ll just have to implement the individual interfaces yourself for input, rendering, etc. However I think depending on your use case layout and other parts of the code base can be “expensive” so the performance is likely to be an issue. |
Beta Was this translation helpful? Give feedback.
3 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.
-
So does this works fine on embedded systems like raspberry pi, arduino, esp32 like that ?
Beta Was this translation helpful? Give feedback.
All reactions