I’m curious if anyone has attempted to hook up com...
# compose-web
s
I’m curious if anyone has attempted to hook up compose-web to canvas kit, and leverage the existing widgets.
b
This is not doing it directly, but at least gives you access to material widgets https://github.com/mpetuska/kamp/blob/feature/compose/app/client/mdc/src/jsMain/kotlin/icon/button/MDCIconButton.kt
👍 2
🎉 3
j
@spierce7 No one has attempted it afaik, but it is entirely doable. The size of the project is such that it would be entirely feasible for a few engineers working on it for a period of time, or for an exceedingly motivated individual working on it for a longer period of time, but it isn't an afternoon/side project. If any company/team is interested in pursuing this, I'm happy to help facilitate, just let me know.
b
I'm also interested in reusing the existing widgets and could contribute some time to such a project. For my project I don't care if it's DOM or Skia based but I would like to share as much as possible between Android & Web, having the same widgets would be great.
👍 1
b
I guess the first step would be skiko bindings for js
☝️ 1