mini_arcade_core.engine.render.effects.crt¶
CRT screen-space post effect.
Classes¶
CRT screen-space post effect. |
Module Contents¶
- class mini_arcade_core.engine.render.effects.crt.CRTEffect¶
CRT screen-space post effect. Simulates CRT scanlines with optional wobble.
- effect_id: str = 'crt'¶
- apply(backend: mini_arcade_core.backend.Backend, ctx: mini_arcade_core.engine.render.context.RenderContext)¶
Apply the CRT effect to the current render context.