Is there a plan to support Qt (QWindow)? #144
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
@zhangfq-chemistry Hello, currently I don't have short-term plans to support Qt. MethaneKit aims to provide minimal platform support required for graphics rendering with as simple as possible implementation, based on native APIs without using any 3rd-party libraries requiring dynamic linking or provided under commercial licenses. I may consider supporting Qt in future or by external contributors, since it should not be difficult to do: all is needed is to pass window handles to RHI and to translate input events. Could you please describe your particular use case and reason why you want to use this library with Qt? |
Beta Was this translation helpful? Give feedback.
-
I use RHI/Qt for two years, and it only provide basic functions. In contrast, the MethaneKit is more powerful. VulkanSceneGraph also provide vsgQt to support Qt, and I find it is over-encapsulation. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot! |
Beta Was this translation helpful? Give feedback.
@zhangfq-chemistry Hello, currently I don't have short-term plans to support Qt. MethaneKit aims to provide minimal platform support required for graphics rendering with as simple as possible implementation, based on native APIs without using any 3rd-party libraries requiring dynamic linking or provided under commercial licenses. I may consider supporting Qt in future or by external contributors, since it should not be difficult to do: all is needed is to pass window handles to RHI and to translate input events. Could you please describe your particular use case and reason why you want to use this library with Qt?