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

Graphical UI #6

Open
agausmann opened this issue Jun 9, 2021 · 0 comments
Open

Graphical UI #6

agausmann opened this issue Jun 9, 2021 · 0 comments

Comments

@agausmann
Copy link
Owner

agausmann commented Jun 9, 2021

Likely going to use Qt to build it, as it is a relatively mature framework with existing support for tree views. It's also what I have experience with (albeit mainly with PyQt) and there appears to be decent bindings for Rust.

Concept: Display the game tree using a tree model.

The full tree doesn't have to be present in memory, it can be built on demand, similar to the way that it is already (manually) done using the CLI.

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

No branches or pull requests

1 participant