-
Hi, I am experimenting with running Slint on an ESP32 S3 (no_std). I have followed the instructions in the documentation and I have copied the I am using Slint 1.92 with software rendering ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is definitely room for improvement. Here are some key areas to focus on:
We have also identified other issues that need to be addressed for the software renderer: https://github.com/slint-ui/slint/issues?q=is%3Aissue%20state%3Aopen%20software%20renderer%20label%3Aa%3Arenderer-software The main challenge that we face is balancing between customer-requested features (that gives us much needed cash) and general performance improvements. So far, customers using Slint on ESP32 have GUI that generally feature minimal animations and full-page transitions (so no scrolling) for example https://youtu.be/xPW3XAIU3vQ?feature=shared&t=41 If this topic needs to be addressed urgently, then please reach out to me https://cal.slint.dev/aurindam and we will try to see if/how we can fit this in our roadmap. In the meanwhile, I will convert this into an issue - #7631 |
Beta Was this translation helpful? Give feedback.
There is definitely room for improvement. Here are some key areas to focus on:
We have also identified other issues that need to be addressed for the software renderer: https://github.com/slint-ui/slint/issues?q=is%3Aissue%20state%3Aopen%20software%20renderer%20label%3Aa%3Arenderer-software
The main challenge that we face is balancing between customer-requested features (that gives us much needed cash) and general performance improvements. So far, customers using Slint on ESP32 have GUI that generally feature min…