Closed austin-schick closed 2 years ago
I think we should check in with the fulltimers to see what they think about loop
vs run
vs runApp
vs something else
Since it looks like we're going with .run()
, you could update the README too
@schmave I think this is ready for another look. The build is failing, but only because of a weird segfault in the Python3.7 pip tests
Replaces
cmu_graphics.loop()
withcmu_graphics.run()
Doesn't attempt to automatically run the mainloop for a user's app Fixes the issue where an interactive console would be created even when an error happened beforecmu_graphics.loop()
was called Prints a help message when shapes are created bycmu_graphics.run()
was never called