轻量级 3D 图形引擎 .NET(紧凑且完整的框架)
我正在为远程运行的计算机 (WinXP) 或在计算机本身 (Windows CE 6.0) 上创建 GUI。
现在我已经创建了机器本身的快速可视化(阅读:非常简单)。 目标是对机器进行更复杂的可视化,为此我需要一个轻量级 3D 引擎。
该引擎应该在完整和紧凑的 .net 框架上运行(我准备做一些移植:)。
我对 lightweigt 的意思是它不需要阴影、照明、高级相机。 这个想法是整个场景以等距视角显示。
所以我想知道有人知道一个好的引擎(开源?)或者有一些有用的资源可以与我分享。
I am creating a GUI for a machine that runs remote (WinXP) or on the machine itself (Windows CE 6.0).
Right now I've created a fast visualisation (read: very simple) of the machine itself. The goal is to make a bit more complex visualisation of the machine and for that I would need a lightweight 3d engine.
The engine should run on both full and compact .net framework (I am prepared to do some porting :).
What I mean with lightweigt is that it doesn't need shading, lighting, advanced camera's. The Idea is that the whole scene is shown in Isometric perspective.
So what I was wondering is that anyone knows a good engine (open source?) or has some helpfull resources you could share with me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
还有SlimDX
There is also SlimDX
您可能也对 TrueEngine 3d sdk 感兴趣。
TrueEngine 3d sdk may also be of interest to you.
这是一个好问题。 我也去看了,没看到什么。 很高兴看到一些易于访问的移动视觉效果,与其他看起来越来越漂亮的平台进行竞争。
有时使用 Windows Mobile,我感觉自己正处于 Windows 3.1 时代!
It is a good question. I have looked as well, and not seen anything. It would be great to see some easy to access great visual effects for mobile, to somewhat compete with other platforms that are getting better looking.
Sometimes with Windows Mobile I feel like I am in the Windows 3.1 days!
您是否尝试过Irrlicht。
还有Ogre 3D 以及Axiom 引擎
Did you try Irrlicht.
There is also Ogre 3D and also Axiom Engine