Select Git revision
Dynasty_mocktest_complete.ipynb
Forked from
Xisco Jimenez Forteza / RDStackingProject
Source project has a limited visibility.
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!