Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
75 stars 3 forks source link

Detect Pressure from the drawing tool #20

Closed CalebKL closed 2 months ago

CalebKL commented 4 months ago

Based on the pressure that is coming from the drawing tool, we need to determine how much the line that is being drawn is being filled Link

Fbada006 commented 3 months ago

Hey @CalebKL , since #72 has been merged, you can get started on this.

I propose adding a new setting in the stylus settings to enable/disable the pressure detection during drawing. If you have a better place, feel free to pursue it as well.