You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
spvessel d579d3f946 Fixed an issue where the user could see the previous image in full screen mode before the selected one was loaded. 4 years ago
ci/compose-uber-jar Uberjar builder. 4 years ago
examples Fixed an issue where the user could see the previous image in full screen mode before the selected one was loaded. 4 years ago
gradle-plugin Compose Gradle plugin. 4 years ago
templates/app-template Update README.md. 4 years ago
tutorials/Getting_Started Update README.md. 4 years ago
.gitignore Initial commit 4 years ago
LICENSE Initial commit 4 years ago
README.md Update README.md. 4 years ago

README.md

official project

Compose for Desktop, by JetBrains

Compose Kotlin UI framework port for desktop platforms (macOS, Linux, Windows), components outside of the core Compose repository at https://android.googlesource.com/platform/frameworks/support.

Repository organization

  • ci - Continuous Integration helpers
  • examples - examples of multiplatform Compose applications for Desktop and Android
    • imageviewer - Image Viewer application for Android and Desktop
    • issues - GitHub issue tracker with an adaptive UI and ktor-client
  • gradle-plugin - plugin for simpler usage of Compose with Gradle build
  • templates - new application templates (see app-template/build_and_run_from_cli_example.sh for using without Gradle)
  • tutorials - tutorials on using Compose for Desktop