Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommykw/color-sheet-multiplatform
A Kotlin multiplatform example app that targets Desktop, Javascript. This sample displays a color sheet.
https://github.com/tommykw/color-sheet-multiplatform
kotlin kotlin-multiplatform
Last synced: 6 days ago
JSON representation
A Kotlin multiplatform example app that targets Desktop, Javascript. This sample displays a color sheet.
- Host: GitHub
- URL: https://github.com/tommykw/color-sheet-multiplatform
- Owner: tommykw
- Created: 2021-02-10T05:07:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T06:01:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T12:51:59.980Z (7 days ago)
- Topics: kotlin, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# color-sheet-multiplatform
A Kotlin multiplatform example app that targets Desktop, Javascript. This sample displays a color sheet. In this app, the font color logic is shared. Also, the font color is calculated from the background color.|Web(JavaScript)|Desktop(Jetpack Compose)|
|--|--|
|||
|||## Web(JavaScript)
```
$ ./gradlew browserRun
```## Desktop(Jetpack Compose)
```
$ ./gradlew desktop:run
```