HurricanGame / Hurrican

Freeware jump and shoot game created by Poke53280, based on the Turrican game series by Manfred Trenz
62 stars 22 forks source link

Lighter CRT filter? (As previously) #49

Closed vanfanel closed 1 year ago

vanfanel commented 1 year ago

Hi there, @drfiemost

Since the introduction of the additional CRT effects, performance on the Pi4 has decreased noticeably (I am not talking about my previous performance drop support, which comes from MESA).

So, would it be possible to have shaders without those additional effects? Something like --crt-light or similar.

Thanks

drfiemost commented 1 year ago

Added new options to individually enable CRT effects. --crt still enables all effects as before.

     --scanlines      : CRT effects: enable scanlines
     --colorbleed     : CRT effects: enable color bleeding
     --screencurve    : CRT effects: enable screen curvature
     --screennoise    : CRT effects: enable screen noise

See #50

vanfanel commented 1 year ago

Perfect! Works great! Without noise effect, performance is where it was a year ago