What is Dear PyGui (DPG)
masterDear PyGui (DPG) is a bloat-free, powerful Python GUI framework designed for creating quick and powerful interfaces for scripts.
Unlike standard immediate-mode libraries like Dear ImGui, DPG provides a retained mode API for the developer, while utilizing an immediate-mode paradigm under the hood to allow for extremely dynamic interfaces.
Key technical characteristics:
- GPU Rendering: DPG does not use native OS widgets. Instead, it draws widgets directly using your graphics card via DirectX11, Metal, or Vulkan rendering APIs.
- Performance: It is designed to be multithreaded and highly performant.