ekiefl / pooltool

A sandbox billiards game that emphasizes realistic physics
https://pooltool.readthedocs.io
Apache License 2.0
234 stars 37 forks source link

Better window management #143

Closed ekiefl closed 2 months ago

ekiefl commented 2 months ago

When pt.show() is called, it used to be the case that a window would pop up and stay perpetually until the end of program. Now, a window pops up, and persists only until the user presses escape, upon which the window closes and program execution continues.