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

Fully interactive UI for caracter sheets #4

Open
peterkos opened this issue Nov 2, 2021 · 1 comment
Open

Fully interactive UI for caracter sheets #4

peterkos opened this issue Nov 2, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@peterkos
Copy link
Owner

peterkos commented Nov 2, 2021

Ideally, character sheets could be edited "inline" using something like tui, but this seems pretty complicated to implement.

Would also have to use crossterm but termion is probably fine w/ a refactor later.

References:

@peterkos peterkos added the enhancement New feature or request label Nov 2, 2021
@peterkos peterkos self-assigned this Nov 4, 2021
@peterkos
Copy link
Owner Author

peterkos commented Aug 21, 2022

On the #tui branch

Pushing this out farther b/c this is painful to implement... even with a terminal wrapper crate we still need a custom input handling mechanism. My other project rolex is a little farther along with its input and its just messy :(

It might be easiest to hack together a similar "two-pane" implementation (i.e., character table on right, input on left, or vice-versa) using clear_last_lines and our print_table() func for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant