Hey! I did a CMP port of this amazing icon morphing library by Changmin Bae. I've been using it for some time now without major issues on iOS and Android so I decided to share. Note that I am NOT a creator of the library I only added CMP support.
🔗 https://github.com/lemcoder/ludwigCMP
If You want to use You can export it to maven local or directly copy & paste the code. I am not planning on hosting on maven in near future because I am not sure about the licensing and if the author would want me to do this 🙏
c
Colton Idle
04/29/2025, 1:31 PM
nice. how difficult was it to add cmp support?
m
Mikolaj
04/29/2025, 3:37 PM
@Colton Idle it was a matter of converting the path nodes and adding some graphics primitives like points and reacts, but all the math was already in place so not that difficult