└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Compose for Desktop 2 | 3 | **See also:** [Awesome list about Compose in general](https://github.com/jetpack-compose/jetpack-compose-awesome) 4 | 5 | ## Projects using Compose for Desktop 6 | 7 | * [stackzy](https://github.com/theapache64/stackzy) - APK library analyzer 8 | * [Scooper](https://github.com/windedge/Scooper) - UI for Scoop (package management for Windows) 9 | * [Gitnuro](https://github.com/aeab13/Gitnuro/) - Git client based on JGit 10 | * [WorldeSolver](https://github.com/Nohus/WordleSolver) - a Wordle solver 11 | * [Briar Desktop](https://github.com/briar/briar-desktop) - Secure peer2peer messenger 12 | * [Lanchat](https://github.com/sebkur/lanchat) - a simple LAN broadcast messenger 13 | * [AVDEdit](https://github.com/morrisseyai/avdedit) - Android Virtual Device editor 14 | * [Ashampoo Photos](https://ashampoo.com/photos) - a photo organizer 15 | * [LitBall](https://github.com/rwst/LitBall) - tool for systematic (scientific) literature collection 16 | 17 | ## Games 18 | 19 | * [asteroids-compose-for-desktop](https://github.com/SebastianAigner/asteroids-compose-for-desktop) - Asteroids 20 | * [snake-compose-for-desktop](https://github.com/gnu11111/snake-compose-for-desktop) - Snake 21 | * [ComposeArcade](https://github.com/aaronoe/ComposeArcade) - Sudoku 22 | * [wordle-kt](https://github.com/opatry/wordle-kt) - Wordle 23 | 24 | ## UI rebuilds 25 | 26 | * [ComposeSpotifyDesktop](https://github.com/Gurupreet/ComposeSpotifyDesktop) - Spotify 27 | * [ComposeSlackDesktop](https://github.com/vipulasri/ComposeSlackDesktop) - Slack 28 | * [DiscordJetpackCompose](https://github.com/oianmol/DiscordJetpackCompose) - Discord 29 | 30 | ## Utilities / Libraries 31 | 32 | * [Decompose](https://github.com/arkivanov/Decompose) - Lifecycle-aware business logic and components, routing 33 | * [ComposeWindowStyler](https://github.com/MayakaApps/ComposeWindowStyler) - Styling windows for modern / native UI 34 | * [Ballast](https://github.com/copper-leaf/ballast) - Opinionated Application State Management framework for Kotlin Multiplatform 35 | * [Thistle](https://github.com/copper-leaf/thistle) - Kotlin Multiplatform inline styling markup library 36 | 37 | ## UI experimentation 38 | 39 | * [Compose-Modifiers-Playground](https://github.com/c5inco/Compose-Modifiers-Playground) - Interactive playground for learning how to use Jetpack Compose modifiers 40 | * [compose-color-picker](https://github.com/godaddy/compose-color-picker) - Classic color picker and different harmony mode pickers 41 | --------------------------------------------------------------------------------