Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Mosaic Alternatives
Similar projects and alternatives to mosaic
-
-
compose-dot
Experimental Graphviz code generation POC built with Jetpack Compose compiler/runtime.
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
-
kotter
A declarative, Kotlin-idiomatic API for writing dynamic console applications.
-
Channelify
Convert your YouTube channel into a native Android app using YouTube Data API v3.
-
Expenso
📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
MixAnimationsMotionLayout
En este repo encontraras multiples ejemplos de animaciones con #MotionLayout
-
SmartRecyclerAdapter
Small, smart and generic adapter for recycler view with easy and advanced data to ViewHolder binding.
-
-
-
-
ratatui
Rust library that's all about cooking up terminal user interfaces (TUIs)
-
-
-
-
-
ResearchKit
ResearchKit is an open source software framework that makes it easy to create apps for medical research or for other research projects.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
mosaic reviews and mentions
-
Introducing the new concoct UI runtime and compiler - inspired by jetpack compose
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
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
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
-
Kotlin CLI apps development status
Have you tried either clikt or mosaic??
-
EffeKt: reactivity in kotlin
Mosaic
-
gtk-ks: Join the Effort to create GTK Bindings for Kotlin!
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
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
-
JetBrains launches cross-platform UI framework for Kotlin
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).
-
25 Best Android Libraries, Projects, and Tools You Won’t Want to Miss Out in 2021
17. Mosaic
-
A note from our sponsor - Mergify
blog.mergify.com | 29 Sep 2023
Stats
JakeWharton/mosaic is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of mosaic is Kotlin.