-
-
Notifications
You must be signed in to change notification settings - Fork 782
Video Tutorials
DataExplorerUser edited this page Feb 7, 2021
·
13 revisions
The following video tutorials explain various aspects of Dear PyGui, which are outlined per video below.
Introduction to Dear PyGui (YouTube)
- Dear PyGui is an extended Python wrapper around Dear ImGUI. Dear ImGUI is an Immediate Mode GUI (IMGUI) for real-time applications
- While Dear ImGui uses the fast Immediate Mode in the background, it simulates a traditional retained mode GUI to the Python developer, which makes it easy to work with.
- Requirements for installation: Python 3.6 and up (64-bit only)
- IDE: Setting up PyCharm, only pip install dearpygui is required
- How to run the built-in demo.
- Changing the default font type (OTF or TTF font)
- Creating a basic window
- Using a primary window so that the window matches the area of the viewport