Graphics

The X-Plane SDK provides a few ways of drawing:

Additionally, XPPython3 has wrapped the Dear IMGUI library and OpenGL to provide:

  • Windows with ImGui Widgets: Create a window and attach Dear IMGUI widgets to it. See Using ImGui.

  • XPGL Graphics: Draw shapes, fonts, images with a pure-python graphics drawing package. See xpgl.

For details on non-SDK drawing, see: