# compose-jb **Repository Path**: joshuayan/compose-jb ## Basic Information - **Project Name**: compose-jb - **Description**: JetBrains 发布的 Jetpack Compose for Desktop 是基于 Google 用于 Android UI 开发的 Jetpack Compose 工具包 - **Primary Language**: Kotlin - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/compose-jb - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2021-01-05 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![official project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) # Compose for Desktop, by JetBrains ![](artwork/readme/apps.png) 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 ## * [artwork](artwork) - design artifacts * [benchmarks](benchmarks) - collection of benchmarks * [ci](ci) - Continuous Integration helpers * [cef](cef) - CEF integration in Jetpack Compose * [examples](examples) - examples of multiplatform Compose applications for Desktop and Android * [codeviewer](examples/codeviewer) - File Browser and Code Viewer application for Android and Desktop * [imageviewer](examples/imageviewer) - Image Viewer application for Android and Desktop * [issues](examples/issues) - GitHub issue tracker with an adaptive UI and ktor-client * [game](examples/falling_balls) - Simple game * [todoapp](examples/todoapp) - TODO items tracker with persistence and multiple screens * [widgetsgallery](examples/widgetsgallery) - Gallery of standard widgets * [gradle-plugins](gradle-plugins) - a plugin, simplifying usage of Compose with Gradle * [templates](templates) - new application templates (see `desktop-template/build_and_run_from_cli_example.sh` for using without Gradle) * [tutorials](tutorials) - tutorials on using Compose for Desktop * [Getting started](tutorials/Getting_Started) * [Image and icon manipulations](tutorials/Image_And_Icons_Manipulations) * [Mouse events and hover](tutorials/Mouse_Events) * [Scrolling and scrollbars](tutorials/Scrollbars) * [Menu, tray, notifications](tutorials/Tray_Notifications_MenuBar) * [Keyboard support](tutorials/Keyboard) * [Building native distribution](tutorials/Native_distributions_and_local_execution) * [Window control API](tutorials/Window_API) * [Swing interoperability](tutorials/Swing_Integration) * [components](components) - custom components of Compose for Desktop * [Video Player](components/VideoPlayer) ## Getting latest version of Compose for Desktop ## See https://github.com/JetBrains/compose-jb/tags for the latest build number.