Hi everybody! Can I draw over screen with kotlin-n...
# kotlin-native
f
Hi everybody! Can I draw over screen with kotlin-native on linux or macOs? For example draw a text.
o
sure, you could interop with library like curses, or with SDL
👍 1
n
Curses library is more designed for fancy text based CLI apps, although some impressive things can be done in the terminal ( https://askubuntu.com/questions/390329/weather-from-terminal ) 😉.
f
Thank you!