DearPyGui: High cpu and gpu load with just empty main window opened

Version of Dear PyGui

Version: 0.6.221 Operating System: Ubuntu 18.04

My Issue/Question

from dearpygui.core import *

start_dearpygui()

When I run the code above, the cpu usage goes almost to 100% and gpu usage to around 50%. Doing nothing should not take so much cpu/gpu.

To Reproduce

Steps to reproduce the behavior:

  1. Run start_dearpygui

Expected behavior

The cpu/gpu usage stays reasonable, similarly to running the same thing on Windows.

Standalone, minimal, complete and verifiable example

start_dearpygui()

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 2
  • Comments: 16 (8 by maintainers)

Most upvoted comments

Just let me know when something else needs to be tested. I am happy to help.