What's the difference between this and pyimgui ?
DearPyGui
71–72 of 72 posts
Re: DearPyGui
#72What's the difference between this and pyimgui ?
pyimgui tries to be a 1 to 1 wrapping of Dear ImGui, including the immediate mode paradigm.
DearPyGui wraps Dear ImGui, provides a simulated traditional retained mode api, includes additional widgets and add-ons (plots, file dialogs, images, text editing widget, etc.), adds asyncronous support, addition items to the canvas, additional debug tools, etc.
Ultimately it tries to provide a complete package. Not a 1 to 1 wrapping.