Join Slack
Powered by
Hi everybody! Can I draw over screen with kotlin-n...
# kotlin-native
f
Fail
11/19/2019, 1:10 PM
Hi everybody! Can I draw over screen with kotlin-native on linux or macOs? For example draw a text.
o
olonho
11/19/2019, 2:11 PM
sure, you could interop with library like curses, or with SDL
👍 1
n
napperley
11/19/2019, 11:35 PM
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
Fail
11/20/2019, 7:51 AM
Thank you!
2
Views
Open in Slack
Previous
Next