mosaic
mosaic copied to clipboard
An experimental tool for building console UI in Kotlin using the Jetpack Compose compiler/runtime
Used the library https://github.com/ajalt/colormath which is already transitively connected via https://github.com/ajalt/mordant to convert RGB colors to one of the variants that terminals support. TRUECOLOR: ANSI256: ANSI16: There is also an...
I am not 100% sure of the solution, but it seems that it is possible to use this, since those who do not support the terminal feature simply will not...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
An attempt to do https://github.com/JakeWharton/mosaic/issues/3 It works on all samples. I haven't checked for js and native( For jest, it seems that it would be cool to have a `MosaicScope`...
Example from https://github.com/JakeWharton/mosaic/pull/254 The first picture The second picture It seems to be the **partial** solution for point 5 in https://github.com/JakeWharton/mosaic/issues/153 Update: Now this is a simple logic that does...
Currently we build our own coroutine scope to encapsulate all of the work required to render. When this scope ends, rendering ends and the program exits cleanly (modulo internal nonsense...
https://github.com/JetBrains/kotlin/tree/master/plugins/compose https://github.com/JetBrains/kotlin/tree/master/libraries/tools/kotlin-compose-compiler And stop maintaining ours
I've had this open in a tab for nearly a year so I figured I would move it here. This is a good example of a north star rendering that...