What is the role of Qt in editor? #381
justforlxz
started this conversation in
General
Replies: 1 comment 4 replies
-
Qt is just be used for UI development. Rendering is covered by Render/RHI, game logic is covered by Runtime, Reflection is covered by Mirror. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the current code, I don't see any connection between Qt and runtime. Is the next step to let Qt use the RHI provided by the project?
Beta Was this translation helpful? Give feedback.
All reactions