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

UI improvements #5

Open
3 tasks
dhinakg opened this issue May 1, 2021 · 3 comments
Open
3 tasks

UI improvements #5

dhinakg opened this issue May 1, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@dhinakg
Copy link
Member

dhinakg commented May 1, 2021

  • TUI improvements
  • Abstract TUI into separate file
  • GUI
@dhinakg dhinakg added the enhancement New feature or request label May 2, 2021
@kernel-dev
Copy link

kernel-dev commented Nov 29, 2022

For the TUI, do you plan on writing an interop handler in another language, or using something like ncurses to capture key presses and alter the state of the window?

(1.) Writing a key capture interop in another language may be the simplest (so that you do not have to go through a massive overhaul), but it is equally as challenging altering the state of the current window without ncurses.

(2.) Overhauling the application's UI portion to use ncurses would require more extensive work, but it's much easier on updating and detecting key presses.

@dhinakg
Copy link
Member Author

dhinakg commented Dec 1, 2022

Honestly I'm not even up to considering implementation yet, I just know that I want to make the TUI more user friendly (ie. the current T:x:y,z UX I stole from Corp is not the greatest) but I haven't even come up with ideas yet on how to do that.

@kernel-dev
Copy link

Well, if you'd like to discuss ideas, and would appreciate some assistance, you know where to contact me. 👍

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

2 participants