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

Extract the drawing logic #71

Closed Fbada006 closed 3 weeks ago

Fbada006 commented 3 weeks ago

The viewmodel is growing quickly. We need to ensure that we manage this by extracting some code out of it. While working on #7 , I realised that I could and should do it there if only to make my work easier.