Does anyone know how I would go about drawing a line in Compose that looks like a hand drawn line? ie not just a solid straight line, but more like a sketched line with a pen.
That’s exactly what I want! Too bad it requires API 33 đŸ˜¢
e
ephemient
01/03/2024, 8:24 PM
you can just manually perform the transformation on a bitmap (see the last link, in fact randomness is easier when you're not inside GLSL) or you could try porting it to renderscript