Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)MR
Mreeman @programming.dev
Posts 2
Comments 3
Why isn't there a way to make near-native desktop UIs that's similar in ease to browser and electron UIs?
  • Check out kotlin compose multiplatform. Takes the Android declarative jetpack compose UI framework and makes it run cross platform. You get most of the modern UX conveniences from Android, can reuse libraries etc. Works with either JVM or compiling to native code too.

  • Kotlin lead is leaving Jetbrains

    3

    Molecule and Mosaic updates out

    mastodon.jakewharton.com Jake Wharton (@[email protected])

    Molecule 1.1.0 and Mosaic 0.8.0 are out to support Kotlin 1.9.0 via today's JetBrains Compose compiler 1.5.0 release. Zipline and Redwood will take a bit longer but are being worked on.

    0
    Flow testing with Turbine
  • Turbine is fantastic. I've had an eye on zipline because it solves a deployment issue I face (we deploy to enterprise devices which don't have an app store or MDM so need manual app updates that take a few weeks to co-ordinate).

    Redwood also looks very promising as a correct way to do cross platform UI.