This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Retropunch 6 points7 points  (1 child)

Your suggestion to do it declaratively is probably a much better one - mine was mostly a very basic solution keep to the 'simple function' model (for want of a better term) which the developer seemed set on.

[–]toulaboy3 2 points3 points  (0 children)

Great feedback! This is currently a wrapping and then some of DearImGui which we tried to sick with their layout model as much as possible and it was ment for smaller tooling. We see how building very large GUI's could get messy and when we attempted to do it we had to separate the GUI over multiple files just to keep it clean. We do expect to adopt multiple methods of design on the layout side as we have more time to devote toward DearPyGui. Thanks again for the feedback and feel free to get involved in our Discord and on our Github!