# Creating a CRT Screen Effect in Jetpack Compose

DevFeed: [Creating a CRT Screen Effect in Jetpack Compose](<https://devfeed.tech/articles/creating-a-crt-screen-effect-in-jetpack-compose-25771.md>)

Original publisher: [Read original article](<https://www.sinasamaki.com/creating-a-crt-screen-effect-in-jetpack-compose/>)

Author: sinasamaki

Published: 2025-11-07T10:50:23Z

Content type: tutorial

Language: en

Sources: [sinasamaki](<https://devfeed.tech/sources/sinasamaki.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [Graphics](<https://devfeed.tech/topics/graphics.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [effect](<https://devfeed.tech/tags/effect.md>), [graphics](<https://devfeed.tech/tags/graphics.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>)

## AI overview

A tutorial on recreating a CRT monitor effect in Jetpack Compose using an offscreen graphics layer, repeated gradients for scanlines, layered blur for glow, and randomized screen jitter.

## Source excerpt

Using graphics layer, gradients and blur to create this nostalgic effect