Korui: Kotlin cORoutines User Interfaces : korio + kimage + korui for JVM, Android and HTML5
Kotlin Java HTML
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
@old
docs
gradle/wrapper
korui
.editorconfig
.gitignore
.travis.yml
README.md
build.gradle
gradlew
gradlew.bat
settings.gradle

README.md

Korui : Kotlin cORoutines User Interfaces : korio + kimage + korui for JVM, Kotlin-JS, Android, Jtransc+Browser

Build Status

With Korui you can create your UI once, and run it in HTML5, Java AWT and Android.

All KOR libraries

KORIO - KORIM - KORUI

Use with gradle:

compile "com.soywiz:korui:$korVersion"

Online Example:

https://soywiz.github.io/korio_samples/korui1/index.html

HTML test:

npm -g install http-server
./gradlew distJs
cd korui-jtransc-example/build/jtransc-js
http-server
open http://127.0.0.1:8080