hoffstadt / DearPyGui

Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
https://dearpygui.readthedocs.io/en/latest/
MIT License
12.62k stars 669 forks source link

Force use opengl on windows #2347

Open Juniorsnet opened 2 weeks ago

Juniorsnet commented 2 weeks ago

Is your feature request related to a problem? Please describe. Can't run a dearpygui app on a windows 10 in a virtual machine (qemu) because it has no support directx 11.

Describe the solution you'd like A way to config app to use of opengl on windows, so I can do alternatives like Mesa on Windows.

Describe alternatives you've considered The support of directx on virtio driver is not ready yet