Skip to content

ChatMessage: Use Kirigami.ShadowedRectangle for better performance

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

Kirigami.ShadowedRectangle 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.

Edited by Melvin Keskin

Merge request reports