Skip to content

Render performance on ESP32 S3 #7623

Closed Answered by aurindam
egast asked this question in Q&A
Discussion options

You must be logged in to vote

There is definitely room for improvement. Here are some key areas to focus on:

  • Optimize overdrawing to reduce unnecessary rendering.
  • Improve the main rendering loop—there’s likely significant room for gains.
  • Utilize the second core for better performance.

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…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aurindam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants