Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using imgui as main UI system #20

Open
Wuqiqi123 opened this issue Dec 17, 2022 · 0 comments
Open

using imgui as main UI system #20

Wuqiqi123 opened this issue Dec 17, 2022 · 0 comments

Comments

@Wuqiqi123
Copy link
Collaborator

Wuqiqi123 commented Dec 17, 2022

Because of the bad experience of using Qt to implement property inspector widget, I decide to switch Main GUI system to imgui.

I find this https://github.com/jmorton06/Lumos repo's UI system(imgui) looks good.
image

What I need so far:

  • Scene Tree(Qt looks better)
  • Debug console(Both ok)
  • Render view
  • Gizmos (imgui looks better)
  • Property Inpsector( imgui looks better)
  • Menu bar (Qt looks better)
  • i18n (Qt looks better)

I want to integrate some render algorithms and physics engine in the future and I need be able to control physic frame and render frame. So I decide to not using qt widget as ui system framework.

For fast prototype,using https://github.com/mosra/magnum as main application entry is a good one.
Here is a demo of dart and magnum
https://doc.magnum.graphics/magnum/examples-dart.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant