WinForms 中的 3d (Direct3D) - 但 .NET 2.0
问题类似于:
但是 - 项目是使用 c# 在 .NET 2.0 中编写的。这是屏幕截图,避免 1000 个单词:
这是通过 GDI+ 完成的。为了能够更进一步,我正在考虑使用 3D 渲染来进行波形显示。
问题:是否有人有在 .NET 表单应用程序中托管一个完全渲染的 3D 视口的想法?
尖端: - 我对食人魔有点熟悉 - 我不会将整个项目转换为 WPF - 随着故事的发展,更多提示......
Question is similar to:
But - project is written in .NET 2.0 using c#. Here is the screenshot, to avoid 1000 words:
This is done with GDI+. To be able to go further, I am thinking of using 3D rendering for waveform display.
Question: Does anyone have the idea of hosting ONE 3D viewport with full rendering into the .NET forms app?
Tips:
- I am somehow familiar with Ogre
- I won't convert whole project to WPF
- more tips as story develops...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 XNA 框架版本 v2.0(v2.0 适用于 .NET 2.0)。
例如,从这里开始。
You can use XNA framework version v2.0 (v2.0 is for .NET 2.0).
Start here for example.
目前来看,SlimDx 似乎可以做到这一点。希望看到更合适的东西,但是......
For now, it seems that SlimDx could do the trick. Would like to see something better suited, however...