Is there a nice canvas drawing library in kotlin? ...
# android
n
Is there a nice canvas drawing library in kotlin? I find the normal drawing API to be monotonous, since all calculations have to be done manually, and animations need to be implemented manually as well. For example, to use in drawing a custom graph (I realize graph libraries exist, just a good sample)