mosaic VS compose-samples

Compare mosaic vs compose-samples and see what are their differences.

mosaic

An experimental tool for building console UI in Kotlin using the Jetpack Compose compiler/runtime (by JakeWharton)
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 compose-samples
21 101
1,768 18,767
- 2.1%
9.1 9.0
7 days ago 1 day ago
Kotlin Kotlin
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).

compose-samples

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

What are some alternatives?

When comparing mosaic and compose-samples you can also consider the following projects:

molecule - Build a StateFlow stream using Jetpack Compose

MPAndroidChart - A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

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

filament - Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2

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

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

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

MVICore - MVI framework with events, time-travel, and more

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

android-mvvm-dagger-rxjava-retrofit - A sample project which demostrate use of MVVM and Dagger 2 with RxJava2 along with Retrofit

Ink - 🌈 React for interactive command-line apps

Decompose - Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)