mosaic VS KEEP

Compare mosaic vs KEEP and see what are their differences.

mosaic

An experimental tool for building console UI in Kotlin using the Jetpack Compose compiler/runtime (by JakeWharton)

KEEP

Kotlin Evolution and Enhancement Process (by Kotlin)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
mosaic KEEP
21 61
1,773 3,279
- 1.2%
9.1 5.5
about 11 hours ago 6 days ago
Kotlin Markdown
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mosaic

Posts with mentions or reviews of mosaic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-25.
  • Introducing the new concoct UI runtime and compiler - inspired by jetpack compose
    2 projects | /r/rust | 25 Jun 2023
    One of favorite offshoots of compose is https://github.com/JakeWharton/mosaic, which is a tool to build TUI's. Is something that you plan for this library, basically making the targeted renderer plug-able?
  • Ink: React for interactive command-line apps
    24 projects | news.ycombinator.com | 8 May 2023
    There's also Mosaic, which is an experiment of sorts to build console UI using Kotlin and Jetpack Compose: https://github.com/JakeWharton/mosaic
  • Looking for Kotlin Console UI libraries that work in IDE Terminal
    5 projects | /r/Kotlin | 21 Mar 2023
    Not sure if this is what you're looking for but it seems pretty cool: https://github.com/JakeWharton/mosaic
  • Guides for Kotlin scripting use case
    8 projects | /r/Kotlin | 12 Mar 2023
  • 🔁 Benjamin Kosten Announced EffeKt — Revolutionary Reactive Kotlin Library
    1 project | /r/Kotlin | 21 Feb 2023
    To see some non-Android examples of Compose, take a look at https://github.com/JakeWharton/mosaic
  • Kotlin CLI apps development status
    7 projects | /r/Kotlin | 21 Feb 2023
    Have you tried either clikt or mosaic??
  • EffeKt: reactivity in kotlin
    6 projects | /r/Kotlin | 20 Feb 2023
    Mosaic
  • gtk-ks: Join the Effort to create GTK Bindings for Kotlin!
    8 projects | /r/Kotlin | 7 Feb 2023
    Would be really cool if one day this could be made to work with the compose compiler, kinda like compose for web, mosaic (compose for TUI apps), or another project that I can't find right now but it was basically compose with one of Apple's UI frameworks
  • 30k lines of SwiftUI in production later
    3 projects | news.ycombinator.com | 28 Jan 2023
    Jetpack Compose (Google's alternative on Android, that also works pretty much anywhere you can run a JVM and others like the web [1], terminals[2], powerpoints[3], as well as pretty much anywhere you have an imperative API that you want to transform into a functional model[4]) is infinitely more polished and has better tools than anything Apple has put out in all of SwiftUI's existence. Apple is bringing this upon themselves with their "major updates" concept for SwiftUI coming every other year, where components aren't even available on old versions of iOS. A UI toolkit is a library like any other, version it like a library and match patch releases.

    [1] https://compose-web.ui.pages.jetbrains.team/

    [2] https://github.com/JakeWharton/mosaic

    [3] https://github.com/fgiris/composePPT

    [4] https://github.com/googlemaps/android-maps-compose

  • JetBrains launches cross-platform UI framework for Kotlin
    6 projects | /r/programming | 4 Dec 2021
    Compose itself can be used by pretty much anything then. There's Compose UI, there's Compose Multiplatform, that on the web targets the DOM, on Windows targets... WinUI or any component library ? and more. For example, you can have a terminal renderer with it: https://github.com/JakeWharton/mosaic. Or hell, even drive an iOS view (https://twitter.com/jakewharton/status/1399561083204026369). The way it works also allows transforming coroutines calls, which are asynchronous into basically synchronous components, without ever making use of the UI part (https://github.com/cashapp/molecule).

KEEP

Posts with mentions or reviews of KEEP. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.

What are some alternatives?

When comparing mosaic and KEEP you can also consider the following projects:

molecule - Build a StateFlow stream using Jetpack Compose

KorGE - KorGE Game Engine. Multiplatform Kotlin Game Engine

compose-dot - Experimental Graphviz code generation POC built with Jetpack Compose compiler/runtime.

compose-multiplatform - Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.

Channelify - Convert your YouTube channel into a native Android app using YouTube Data API v3.

kotlin-multiplatform-libsodium - A kotlin multiplatform wrapper for libsodium, using directly built libsodium for jvm and native, and libsodium.js for js targets.

kotter - A declarative, Kotlin-idiomatic API for writing dynamic console applications.

htmx - </> htmx - high power tools for HTML

Expenso - 📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture

kotlin-power-assert - Kotlin compiler plugin to enable diagrammed function calls in the Kotlin programming language

Ink - 🌈 React for interactive command-line apps

swift-evolution - This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.