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

Integration with existing GLFW window #2349

Open Woundrite opened 1 week ago

Woundrite commented 1 week ago

Hello, I have an existing glfw window and I wanted to use DearPyGUI in that window instead of its own window(i.e. using the create_viewport command), I have tried to go through all the documentation but cannot find any answers, can anyone please tell me what I can do?