I am exhausted. After almost a month of working on nothing but upgrading build scripts and preparing for releasing to open source, I present KoolUI: the poorly-named multiplatform UI system, supporting Android, Web, JavaFX, and hopefully soon iOS. I could use any help anyone is willing to give. There's a lot of documentation to do yet, but there is a test project in the source that demonstrates how it works.
https://github.com/lightningkite/koolui
😱 3
😕 1
👍 6
🎉 11
g
gildor
02/27/2019, 9:14 AM
Wow, it’s a brave move to start such project! Good luck with it! Will play with it!
j
josephivie
02/27/2019, 9:24 AM
My apologies, I posted too early. One of my build scripts failed in a way where I can build it but no one else can. It'll be fixed in less than an hour.
a
addamsson
02/27/2019, 9:27 AM
Nice 1 👍
j
josephivie
02/27/2019, 9:27 AM
I have a goal for Kotlin MPP to create a full server-multi-client application in less than an hour. This is just a minor part - my next bit is fully-typed server-client requests through Ktor and serialization. Then, databases using KotlinX serialization, for server and client. Most of it already works, I'm just rearranging it to conform to more external standards.
a
addamsson
02/27/2019, 9:28 AM
the video speaks for itself
j
josephivie
02/27/2019, 9:28 AM
Also, the equivalent of Django forms but for all clients.
Cool, I think everything is lined up. Gradle Metadata broke the builds, but I disabled it again. If you guys have any struggles with it let me know.