"examples/transient_examples/long_transient_search_MCMC.py" did not exist on "6e0b510a03f4e76b1b532e1c8f5779fc1998f9e9"
Select Git revision
graphicsframework
-
-
- Open in your IDE
- Download source code
Oliver Bock authored
* Defines the interface common to all graphics engines/applications * Starsphere implements that interface (is derived from this abstract class) * WindowManager know uses the Observer pattern for event propagation * Event handling is now done privately in Starsphere (as promised) * View and feature control doesn't need to be exposed to the public anymore Fix: * WindowManager: don't exit() just break the event loop to do proper clean-up!