About 1,260 results
Open links in new tab
  1. GitHub - hoffstadt/DearPyGui: Dear PyGui: A fast and powerful …

    Dear PyGui is built on top of Dear ImGui, including the ImPlot and imnodes extensions, and is fundamentally different than other Python GUI frameworks. Under the hood, it uses the immediate …

  2. Dear PyGui’s Documentation — Dear PyGui documentation

    Dear PyGui is an easy-to-use, dynamic, GPU-Accelerated, cross-platform graphical user interface toolkit (GUI) for Python. It is “built with” Dear ImGui. Features include traditional GUI elements such as …

  3. dearpygui · PyPI

    May 1, 2026 · Dear PyGui is built on top of Dear ImGui, including the ImPlot and imnodes extensions, and is fundamentally different than other Python GUI frameworks. Under the hood, it uses the …

  4. Home - DearPyGui

    Dear PyGui is a modern, high-performance Python GUI framework built on top of the C++ libraries Dear ImGui, ImPlot, and imnodes. It is designed for developers who need to create fast, interactive …

  5. Getting Started With DearPyGui for GUI Development

    Nov 19, 2025 · This guide walks you through the essentials of DearPyGui —from installation and your first app to widgets, layouts, event handling, and plotting. With DearPyGui, you can quickly build …

  6. Dear PyGui - Python GUI Framework

    Dear PyGui is a fast and modern GUI framework that uses the GPU for rendering. It's designed to be easy to use while providing high performance and a modern look. Key Features: Common Use …

  7. DearPyGui: A Powerful Tool for Quickly Building Stunning GUIs with ...

    Oct 26, 2024 · DearPyGui is a modern Python GUI framework based on DearImGui. It leverages DearImGui’s immediate mode rendering and combines it with GPU acceleration for incredibly fast …

  8. PlotsDear PyGui documentation

    Plots are composed of multiple components. This is a container and is the parent of all the data series that are added to the plot. The plot can have multiple Y-axis at one time (up to 3). This is the x data …

  9. DearPyGui: DearPyGui: A GPU Accelerated Python GUI Framework

    Dear PyGui is a simple to use (but powerful) Python GUI framework. DearPyGui provides a wrapping of DearImGui that provides a hybrid of a traditional retained mode GUI and Dear ImGui 's immediate …

  10. What & WhyDear PyGui documentation

    DPG is built with Dear ImGui and other extensions in order to create a unique retained mode API, as opposed to Dear ImGui’s immediate mode paradigm. Under the hood, DPG uses the immediate …