Cross-platform graphics 3D with .NET

后端 未结 4 1553
無奈伤痛
無奈伤痛 2020-12-28 22:57

I\'d like to program a .NET app that provides a 3D render of an animated world. I\'m coding on a Windows PC, but many of my target audience will be on Linux.

There

4条回答
  •  长发绾君心
    2020-12-29 00:00

    You might look into using Qt and OpenGL. I imagine, however, that OpenGL is probably too low-level (read: "needlessly complex") for your particular needs.

提交回复
热议问题