Hi :wave: Are there any plans to bring <these> art...
# compose
x
Hi 👋 Are there any plans to bring these artefacts to multiplatfrom core
Copy code
androidx.graphics:graphics-core
androidx.graphics:graphics-path
androidx.graphics:graphics-shapes
r
graphics-path wouldn't make sense, it's Android specific. But the equivalent APIs are in Compose itself and there's no reason they can't work for multi platform
x
Does the shapes depend on paths? Or are they independent?
r
shapes is already MP compatible I believe
m
I'm mostly interested in graphics-core and the low latency. But I see that there's a lot of android specific APIs there, so it needs a lot of work to migrate to Compose and KMP. But is it possible?
r
Either no or at least not without a lot of effort
But that API is meant for specific use cases
m
Yes I have the same use case which is reducing latency on draw with stylus. Maybe at some point I will think of trying migrating that library to support Compose Desktop at least. I'm thinking of migrating the androidx motion prediction library as well.
👀 1