My sandbox side project for Compose: <https://gith...
# compose-ui-showcase
a
My sandbox side project for Compose: https://github.com/alexvanyo/composelife Lots of fun UI things, with shared elements, complex layouts, and the Game of Life simulator itself, plus a bunch of foundational things: tests, CI setup, and multiplatform on Android and desktop
K 14
e
Nice! Seeing some patterns that I've been using so it's cool to have some validation, and getting inspiration from some stuff that I haven't thought of yet. Thanks for sharing!
🎉 1
k
👍 Is there a web version to try it in a browser?
a
No web version, shouldn’t be too hard to add support for in theory but haven’t gone down that path yet
👌 1
It took a while, but I've got a web version up now: https://alex.vanyo.dev/composelife/ Lots of rough edges still, but the core of everything is working across Android, desktop and web
👍 1
K 1
🔥 2
k
IMG_1190.jpg
s
It works in Firefox on Windows.
a
What's the environment that isn't working there?
s
Looks a lot like Safari on iPhone.
w
Safari just didn't work with Wasm for me in certain cases, showing that same error message, assuming you're using that. The compatibility check that the compat build does wasn't sufficient and I had to check user agent to downgrade Safari devices into the JS variant.
s
Safari should now work with WASM. I’m at least not aware about complaints for https://stefan-oltmann.de/oni-seed-browser not showing up.