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

Tkinter + Designer #39

Open
acbart opened this issue Mar 4, 2022 · 0 comments
Open

Tkinter + Designer #39

acbart opened this issue Mar 4, 2022 · 0 comments

Comments

@acbart
Copy link
Collaborator

acbart commented Mar 4, 2022

I have a proof of concept that suggests this is possible! We could have a Tkinter window parallel to the pygame window. Besides supporting things like Guizero, I think this could help them visualize their game state better.

At least in my current thought, we'd give them debug() as an alternative to draw() or start(). When used, it calls start(), but also spawns a new window. That new Tkinter window can show off the current game state (and maybe other active events, like mouse clicks or keys pressed, or even stats like "# of designer objects visible"). And in fact, that state would not only dynamically update, but it would also be editable. Heck, you could add in pause/play buttons, or other kinds of crazy stuff like letting you spawn or destroy objects potentially? I'm not sure how far it could go, or how far it even needs to go. But the fact that it's possible opens some exciting possibilities!

image

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