Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tui] add animation support, and animated gradient support #174

Open
nazmulidris opened this issue Oct 22, 2023 · 0 comments
Open

[tui] add animation support, and animated gradient support #174

nazmulidris opened this issue Oct 22, 2023 · 0 comments

Comments

@nazmulidris
Copy link
Member

nazmulidris commented Oct 22, 2023

Before r3bl-cmdr alpha release, implement easy support for animation (currently this is supported, but provide a nice API to make this simple).

Take a look at this code for inspiration:

https://github.com/r3bl-org/r3bl_rs_utils/blob/main/tui/examples/demo/ex_rc/launcher.rs#L23

And formalize the patterns above into reusable:

  • Animated clock

  • Animated gradient for dialog box border

    Image

Think about animating the caret when the user stops moving it. Perhaps consider animating the cursor when it first appears like in a dialog box. Animation doesn't just have to be for ambient effects.

Here's a great video to draw inspiration from for ideas on animations at 11:25 timestamp
https://youtu.be/TbZ3HzvFEto?si=Ab9-IFx7ms4IfUF6

@NadiaIdris NadiaIdris changed the title [tui] Add animation support, and animated gradient support for tui Add animation support, and animated gradient support for tui Nov 25, 2023
@nazmulidris nazmulidris changed the title Add animation support, and animated gradient support for tui tui - add animation support, and animated gradient support for tui Nov 25, 2023
@nazmulidris nazmulidris changed the title tui - add animation support, and animated gradient support for tui tui - add animation support, and animated gradient support Nov 25, 2023
@nazmulidris nazmulidris changed the title tui - add animation support, and animated gradient support [tui] add animation support, and animated gradient support Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants