tommykw / color-sheet-multiplatform

A Kotlin multiplatform example app that targets Desktop, Javascript. This sample displays a color sheet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Kotlin multiplatform example app that targets Desktop, Javascript. This sample displays a color sheet.


Languages

Language:Kotlin 97.8%Language:HTML 2.2%