SimonBuxx / Linkuit-Studio

A platform for learning and experimenting with logic circuits
https://linkuit.com
MIT License
20 stars 2 forks source link

Fix framerate issue introduced in commit #d4c713c #50

Closed SimonBuxx closed 2 years ago

SimonBuxx commented 2 years ago

Best performance is reached in the commit before using CacheMode::CacheBackground (disables background antialiasing)

SimonBuxx commented 2 years ago

Setting margin for QGraphicsView in CSS reduces framerate, probably because content has to be shifted. CacheMode::CacheBackground is being looked into, maybe there is a way to use antialiasing with it.