Does anyone know how I would go about drawing a li...
# compose
j
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.
e
you want something like this?
that was rather fun to replicate
j
That’s exactly what I want! Too bad it requires API 33 đŸ˜¢
e
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