Skip to content

Commit da82a7f

Browse files
authored
update: new logo and README cleanup (#5324)
## Release Notes N/A
1 parent 2eaa36f commit da82a7f

File tree

5 files changed

+17
-190
lines changed

5 files changed

+17
-190
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@
33
[![prerelease](https://img.shields.io/github/v/release/JetBrains/compose-multiplatform?include_prereleases&filter=*-*&display_name=release&label=prerelease&color=blue)](https://github.com/JetBrains/compose-multiplatform/releases)
44
[![dev](https://img.shields.io/github/v/tag/JetBrains/compose-multiplatform?include_prereleases&sort=semver&filter=v*%2Bdev*&label=dev&color=orange)](https://github.com/JetBrains/compose-multiplatform/tags)
55

6-
# Compose Multiplatform
7-
8-
[**Compose Multiplatform**](https://jb.gg/cmp) is a declarative framework for sharing UIs across multiple platforms with Kotlin.
6+
<a href="https://jb.gg/cmp">
7+
<picture>
8+
<source srcset="artwork/compose-logo-name-white.svg" width="400" media="(prefers-color-scheme: dark)">
9+
<img src="artwork/compose-logo-name-black.svg" alt="Compose Multiplatform logo and name" width="400">
10+
</picture>
11+
</a>
12+
13+
[Compose Multiplatform](https://jb.gg/cmp) is a declarative framework for sharing UI code across multiple platforms with Kotlin.
914
It is based on [Jetpack Compose](https://developer.android.com/jetpack/compose) and developed by [JetBrains](https://www.jetbrains.com/) and open-source contributors.
1015

11-
You can choose the platforms across which to share your UIs using Compose Multiplatform:
16+
You can choose the platforms across which to share your UI code using Compose Multiplatform:
1217

1318
* [iOS](https://jb.gg/start-cmp)
1419
* [Android](https://jb.gg/start-cmp)
15-
* [Desktop](https://jb.gg/start-cmp) (Windows, MacOS, Linux)
20+
* [Desktop](https://jb.gg/start-cmp) (Windows, MacOS, and Linux)
1621
* [Web](https://jb.gg/start-cmp) (Alpha)
1722

1823
For example, you can share UIs between iOS and Android or Windows and MacOS.
@@ -21,10 +26,6 @@ For example, you can share UIs between iOS and Android or Windows and MacOS.
2126

2227
## iOS
2328

24-
> iOS support is in Beta. It is feature complete, and migration issues should be minimal. You may still encounter bugs, performance and developer experience issues, but not as much as in the Alpha stage.
25-
> We would appreciate your feedback on it in the public Slack channel [#compose-ios](https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1678888063176359).
26-
> If you face any issues, please report them on [YouTrack](https://youtrack.jetbrains.com/newIssue?project=CMP).
27-
2829
Compose Multiplatform shares most of its API with Jetpack Compose, the Android UI framework developed by Google.
2930
You can use the same APIs to build user interfaces for both Android and iOS.
3031

@@ -36,7 +37,7 @@ and embed complex native UI views, such as [MKMapView](https://developer.apple.c
3637

3738
## Android
3839

39-
When Android is one of your targets, you can get the same experience for Android as if you were developing an Android app
40+
When Android is one of your targets, you get the same experience for Android as if you were developing an Android app
4041
using [Jetpack Compose](https://developer.android.com/jetpack/compose).
4142

4243
**[Get started with Compose Multiplatform](https://jb.gg/start-cmp)**
@@ -50,8 +51,6 @@ It has desktop extensions for menus, keyboard shortcuts, window manipulation, an
5051

5152
**[Get started with Compose Multiplatform](https://jb.gg/start-cmp)**
5253

53-
> We would appreciate your feedback on Compose Multiplatform in the public Slack channel [#compose](https://kotlinlang.slack.com/archives/CJLTWPH7S/p1678882768039969).
54-
5554
## Web
5655

5756
> Web support is in Alpha. It may change incompatibly and require manual migration in the future.
@@ -81,7 +80,9 @@ for creating web user interfaces with HTML and CSS.
8180
* [Compatibility and versioning](https://jb.gg/cmp-versioning)
8281
* [Changelog](CHANGELOG.md)
8382

83+
## Get help
8484

85+
There are dedicated public Slack channels for [#compose-ios](https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1678888063176359), [#compose-desktop](https://kotlinlang.slack.com/archives/C01D6HTPATV) and [#compose-web](https://kotlinlang.slack.com/archives/C01F2HV7868/p1678887590205449), as well as the general [#compose](https://kotlinlang.slack.com/archives/CJLTWPH7S) channel.
8586

86-
87+
If you encounter any issues, please report them on [YouTrack](https://youtrack.jetbrains.com/newIssue?project=CMP).
8788

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)