Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)|
|--|--|
|Screen Shot 2021-02-10 at 13 43 38|Screen Shot 2021-02-10 at 13 47 11|
|Screen Shot 2021-02-10 at 14 56 29|Screen Shot 2021-02-10 at 14 56 15|

## Web(JavaScript)
```
$ ./gradlew browserRun
```

## Desktop(Jetpack Compose)
```
$ ./gradlew desktop:run
```