|
|
|
|
|
by jcelerier
3236 days ago
|
|
> As it's not native you end up with a much slower running application with more memory overhead and bloat. For Qt that's just not true: you can reach 1080p / 60fps fluid animated UI on small embedded boards such as raspberry pi's. All the rendering is done using a nifty OpenGL pipeline. |
|
I certainly was not intending to imply that Qt is not performant as it certainly is. Qt is the default UI for Lazarus applications as well, but it does support other UI toolkits (such as Tk) out of the box.