does anyone know of a good resource demonstrating ...
# compose-web
w
does anyone know of a good resource demonstrating compose for web (example sites to browse)?
w
ty!
o
Any examples from the community are welcome!
a
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
https://github.com/joreilly/PeopleInSpace from @John O'Reilly has a Web frontend using compose
h
d
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
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