Skip to content

ChatMessage: Use Kirigami.ShadowedRectangle for better performance

Jonah Brüchert requested to merge jbbgameich/kaidan:optimize-chat into master

DO NOT MERGE YET, needs newer Kirigami.

Kirigami.ShadawedRectangle is a custom hardware accelerated shadow which is a lot faster compared to a drop shadow. I don't have any direct comparison to RectangularGlow, but chances are that the ShadowedRectangle is still a lot better thanks to running on the GPU.

Merge request reports