DearPyGui
github.com
DearPyGui
1–10 of 72 posts
Re: DearPyGui
#2How is it different from https://flutter.dev/desktop
Re: DearPyGui
#3How is it different from https://flutter.dev/desktop
This may be helpful/relevant: https://github.com/hoffstadt/DearPyGui/issues/83.
Edit: (the link discusses making the API more like flutter).
Re: DearPyGui
#4How is it different from https://flutter.dev/desktop
How is it not?
Flutter is Flutter, DearPyGui is Python binding for ImGui.
Re: DearPyGui
#5Re: DearPyGui
#6Also adding this which I discovered last week,
https://github.com/chriskiehl/Gooey
Re: DearPyGui
#7I'm curious if this is comparable to some of the other Python-based GUI frameworks out there: Tkinter, PyQT, Kivy, Toga.
Re: DearPyGui
#8Oh, I love Dear Imgui -- it's very simple to use and has a nice... "engineering"/scientific aesthetic. Good to hear it's been ported to python.
If you're looking for an end-user product, this may not give you the control you're looking for. But if you're looking for a dead-simple way to create a quick GUI for a side project, this is perfect.
Re: DearPyGui
#9I can't find a clear explanation of "immediate mode" GUI creation (which this library enables) but it appears to be the sort of paradigm that pre-dated object-oriented and event-driven interaction handling that became the norm in the mid 90s (especially after the popularising of dev tools from Borland and Microsoft eg. Visual Basic etc), so I guess it is a formalisation of the procedural (?) methods from the era preceding that.
Re: DearPyGui
#10Looks neat. How easy is this to setup and use? To distribute?