What sample app exists that are desktop only? I wo...
# compose-desktop
j
What sample app exists that are desktop only? I would rather start with something simple, letting the multiplatform stuff for later
s
I just create project as described here and it works after deps update. https://betterprogramming.pub/an-introduction-to-jetpack-compose-for-desktop-5c3bf8629dc5
👍 1
t
Here's a desktop only app : https://github.com/theapache64/stackzy (Heavy) Here's another one : https://github.com/theapache64/name-that-color-desktop (Simple)
👍 1
@jmfayard ☝️
j
Thanks!
👍 1
FYI I also found this Spotify demo app https://github.com/Gurupreet/ComposeSpotifyDesktop
t
Yeah. it was one of the firsts.