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.
The core API (excluding backend-specific components) is declared in pugl.h
:
#include <pugl/pugl.h>