Jaded-Encoding-Thaumaturgy / vs-preview

Previewer for VapourSynth scripts.
Apache License 2.0
63 stars 19 forks source link

Dragnavigator drawing leads to slowdown when dragging on wayland on linux #198

Open jsaowji opened 1 month ago

jsaowji commented 1 month ago

Stubbing out this draw call makes it snappy again https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/blob/0561da7e5357e598af5604b57a6513e8a8c1dbc0/vspreview/core/custom/dragnavigator.py#L71

or disabling it all together like by commenting https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/blob/0561da7e5357e598af5604b57a6513e8a8c1dbc0/vspreview/main/window.py#L216

obviously not an acceptable solution