Best C# bindings for Qt?

六眼飞鱼酱① 提交于 2019-12-20 12:35:26

问题


I've written a game in C# with SDL.NET and OpenGL. I want to add a menu to it, for which I need Qt. What bindings do you recommend for Qt in C#?

  • Qyoto? (apparently it's still unstable in Windows.)
  • qt4dotnet?
  • other?

Requirements:

  • fast
  • should just work and be polished - i.e. no weird problems at every step
  • integration with the buildsystem, uic, resources, etc, should work well

In fact I'd appreciate any experiences that you can share about using Qt with C#.

Edit: I'm now in the middle of a major project using qt4dotnet together with OpenTK. Feel free to ask me questions.


回答1:


I think the QT Bindings for C#/.NET are not working like you wanna have it. The main problem is that there is no real community which is continuing work on these projects.

EDIT: The QTSharp project is getting some love and I think, this could be something to work with (Link: https://github.com/ddobrev/QtSharp)




回答2:


Have You looked at QtSharp? Seems project is in development.



来源:https://stackoverflow.com/questions/3023362/best-c-sharp-bindings-for-qt

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!