.. default-domain:: c .. highlight:: c ######## Overview ######## The Pugl API revolves around two main objects: the `world` and the `view`. An application creates a world to manage top-level state, then creates one or more views to display. .. toctree:: world view events event-loop shutting-down