mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-05-16 00:01:23 +00:00
b1d8682cbe7495bcb176260db43aa05d009b3daa
When users run/package application we will configure Compose to work as standalone application. It means we will override some global Swing properties in Compose initialization function: - sets system property `apple.laf.useScreenMenuBar` to true - sets system property `sun.java2d.uiScale`/`sun.java2d.uiScale.enabled` automatically on Linux - sets UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()) When users don't use those tasks (when they use Compose in an existing Swing application, or in an IDEA plugin), this property will not be set, and so we will not override Swing globals.
Compose for Desktop and Web, 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
- artwork - design artifacts
- benchmarks - collection of benchmarks
- compose - composite build of Compose-jb sources
- ci - Continuous Integration helpers
- cef - CEF integration in Jetpack Compose
- examples - examples of multiplatform Compose applications for Desktop and Android
- codeviewer - File Browser and Code Viewer application for Android and Desktop
- imageviewer - Image Viewer application for Android and Desktop
- issues - GitHub issue tracker with an adaptive UI and ktor-client
- game - Simple game
- game - Simple game for web target
- compose-bird - A flappy bird clone using Compose for Web
- notepad - Notepad, using the new experimental Composable Window API
- todoapp - TODO items tracker with persistence and multiple screens
- widgetsgallery - Gallery of standard widgets
- IDEA plugin - Plugin for IDEA using Compose for Desktop
- gradle-plugins - a plugin, simplifying usage of Compose with Gradle
- templates - new application templates (see
desktop-template/build_and_run_from_cli_example.shfor using without Gradle) - tutorials - tutorials on using Compose for Desktop
- Getting started
- Image and icon manipulations
- Mouse events and hover
- Scrolling and scrollbars
- Tooltips
- Top level windows management
- Top level windows management (new Composable API, experimental)
- Menu, tray, notifications
- Menu, tray, notifications (new Composable API, experimental)
- Keyboard support
- Building native distribution
- Signing and notarization
- Swing interoperability
- Navigation
- components - custom components of Compose for Desktop
Getting latest version of Multiplatform Compose
See https://github.com/JetBrains/compose-jb/tags for the latest build number.
Description
Languages
Kotlin
97.5%
Shell
1.7%
Dockerfile
0.3%
JavaScript
0.2%
PowerShell
0.1%