implementing a basic animated idle screen with Live #2816
Unanswered
peppedilillo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to realize a simple, animated idle screen.
In essence what i'm trying to do is printing to a console a screen like this:
I would like to have the "press enter" to blink.
I am aware of the "blink" text style, yet it is not what i'm looking for.
I would like a solution updating the screen. this is because such a solution would allow me to realize more complex and nice things with the screen, for example having arts moving left to right while the idle screen is there.
I have seen the
Live
context be used to render dynamic user prompts (see for example beaupy ). ProbablyLive
could be of use here too.Any direction?
Thank you a lot!
Beta Was this translation helpful? Give feedback.
All reactions