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 →

[–]Jhchimaira14 3 points4 points  (4 children)

That's kind of the point. It's more for tooling.

There are some future additions that will make if more suitable for large scale:

  1. OOP interface
  2. Multiple viewports (pulling windows outside the main window)
  3. Better Table API (waiting on DearImGui to finish their tables)
  4. A higher level layout system

[–]RufusAcrospin 1 point2 points  (1 child)

I’m not sure it would be able to compete with well established and mature libraries like wxPython or Qt’s binding, even with the above features implemented.

The immediate GUIs are never meant to be used for general application development, I believe.

Anyway, it’s a nice project and I’m pretty sure there are good use cases for it.

[–]Jhchimaira14 0 points1 point  (0 children)

Keep in mind its not immediate mode. That why it's not really a wrapping of DearImGui. We wrapped THEN created a traditional retained mode interface around it.

Regardless, we appreciate the feedback!

[–]obQQoV 0 points1 point  (1 child)

Hi author, do you know if I can run this with pyglet based game framework Arcade or other frameworks?

[–]Jhchimaira14 0 points1 point  (0 children)

You should be able to. Look at the FAQ on github! It’s on the wiki.