mitchcurtis / slate

Pixel Art Editor
GNU General Public License v3.0
1.05k stars 102 forks source link

Port to Qt 6 #160

Open mitchcurtis opened 3 years ago

mitchcurtis commented 3 years ago

Related issues:

Blockers:

guerinoni commented 2 years ago

https://bugreports.qt.io/browse/QTBUG-96190 seems closed :)

mitchcurtis commented 2 years ago

https://bugreports.qt.io/browse/QTBUG-96190 seems closed :)

Indeed, thanks for the reminder.

I'm getting 11 FPS with a release build of Qt 6.2.0 when panning over a 256x256 image, which is bad enough that I can't release it yet unfortunately. I need to do some profiling and see where the slowness is coming from (https://bugreports.qt.io/browse/QTBUG-96205).