https://kotlinlang.org logo
#compose-web
Title
# compose-web
w

William Reed

05/04/2022, 2:29 PM
does anyone know of a good resource demonstrating compose for web (example sites to browse)?
w

William Reed

05/04/2022, 2:48 PM
ty!
o

Oleksandr Karpovich [JB]

05/04/2022, 3:17 PM
Any examples from the community are welcome!
a

AJ Alt

05/05/2022, 9:08 AM
Here are a couple of small pages I built with compose web: https://ajalt.github.io/colormath/converter/ https://ajalt.github.io/colormath/gradient/ The second one draws to canvas if you're curious how that could work. The source for both is in the
website
directory in the linked github project.
❤️ 1
m

mbonnin

05/05/2022, 9:47 AM
https://github.com/joreilly/PeopleInSpace from @John O'Reilly has a Web frontend using compose
h

hfhbd

05/05/2022, 10:08 AM
d

David Herman

05/06/2022, 7:28 AM
Still early days yet for these sites but I am building a landing page for my project Kobweb: https://kobweb.varabyte.com/ and I'm starting a personal site as well: https://bitspittle.dev/ (Kobweb is an opinionated layer that sits on top of Compose for Web) Kobweb landing page source: https://github.com/varabyte/kobweb-site Personal site source: https://github.com/bitspittle/bitspittle.dev Kobweb: https://github.com/varabyte/kobweb Kobweb is a library but it's also a CLI. If you installed or built it you could run
kobweb create ...
. I have a list of about six examples you can pull down right now, although they are less complete sites and more isolated toy examples. Hope this fits into the sort of stuff you are looking for.
d

Derek Ellis

05/06/2022, 4:50 PM
I've been working on and off on this project: https://github.com/dellisd/reroute It uses kotlin-inject, and also includes a compose wrapper for Mapbox
🆒 1
12 Views