Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.03k stars 839 forks source link

Scanline fixes #653

Open ryanfelder opened 3 years ago

ryanfelder commented 3 years ago

This resolves two issues with scanline rendering :

Example of burn-in issue:

Screenshot from 2021-04-27 12 11 06

Example of both issues fixed: Screenshot from 2021-04-27 17 47 49

Example of "scanlines end abruptly":

Screenshot from 2021-04-27 16 49 37

Similar screenshot with horizontal-only scanline blurring enabled (5%):

Screenshot from 2021-04-27 16 49 53

I've never used QML before, and I know nothing about shaders, so apologies for the brute-force solutions.