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.
70 stars 3 forks source link

Palm rejection and some refactoring #72

Closed Fbada006 closed 2 months ago

Fbada006 commented 2 months ago

closes #7 closes #71

This PR does the following:

  1. Introduces palm rejection 🎉
  2. Extracts the drawing manager as explained in #71
  3. Some other minor improvements

Ideally, this should be a smaller PR focused on only one task but oh well.