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
xxfast
04/22/2024, 6:45 AM
Does the shapes depend on paths? Or are they independent?
r
romainguy
04/22/2024, 6:49 AM
shapes is already MP compatible I believe
m
mohamed rejeb
04/22/2024, 7:14 AM
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
romainguy
04/22/2024, 7:15 AM
Either no or at least not without a lot of effort
romainguy
04/22/2024, 7:15 AM
But that API is meant for specific use cases
m
mohamed rejeb
04/22/2024, 7:55 AM
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.