Join Slack
Powered by
Which kotlin equivalent exist to make our terminal...
# announcements
j
jmfayard
11/09/2018, 11:03 AM
Which kotlin equivalent exist to make our terminals more lively like this?
https://dev.to/ryanwhocodes/artii-lolcat-colorls-catpix-and-other-ruby-gems-to-add-color-to-your-terminal-572g
m
mikehearn
11/09/2018, 12:38 PM
you can use this
mikehearn
11/09/2018, 12:38 PM
https://github.com/lalyos/jfiglet
👍 1
n
Nikky
11/09/2018, 5:24 PM
there is zircon for terminal graphics
https://github.com/Hexworks/zircon
👍 1
j
janvladimirmostert
11/12/2018, 5:10 AM
Console colours are just some you append to the end of your text, you don't need a special library for it
https://stackoverflow.com/questions/5762491/how-to-print-color-in-console-using-system-out-println#5762502
n
Nikky
11/12/2018, 11:13 AM
but to get terminal size aware programs done is really hard in java.. so zircon or lanterna as a base are nice, they handle the necessary ugly native stuff
3
Views
Open in Slack
Previous
Next